Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Win32::GUI make file test fail

by syphilis (Archbishop)
on May 24, 2013 at 02:57 UTC ( [id://1035051]=note: print w/replies, xml ) Need Help??


in reply to Win32::GUI make file test fail

Hi,

GWL_USERDATA is defined as -21 in winuser.h.
Near the beginning of scintilla.xs, immediately following the line:
#include "./include/Scintilla.h"
I would insert:
#ifndef GWL_USERDATA #define GWL_USERDATA (-21) #endif
I don't think that insertion will create any problems. If it does, then we probably start to think that the GWL_USERDATA definition was skipped in the strawberry build for a very good reason.

Anyway, see how that goes - and if it fixes the problem, maybe ask the Strawberry developers (by posting to the strawberry mailing list) just how/why it is that their winuser.h definition of GWL_USERDATA is being skipped for Strawberry Perl.

Cheers,
Rob

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1035051]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-03-28 23:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found