Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: RFC: Setting up a minGW compiling envronment for Perl 5.10

by Bloodrage (Monk)
on Mar 03, 2008 at 08:51 UTC ( [id://671606]=note: print w/replies, xml ) Need Help??


in reply to RFC: Setting up a minGW compiling envronment for Perl 5.10

Gtk2 want's cairo installed first. Cairo can't even find cairo-perl.h and cairo-perl-private.h... which are located in it's own build directory. :(

Adding $ENV{GTK_BASEPATH}."\lib\cairo.a" to the end of <code>EXTRALIBS and LDLOADLIBS and added -I$ENV{GTK_BASEPATH}."\lib"  to <code>INC in the Makefile solves most of these issues. Now it cant find auto.h... which is absent from my libraries, so I'm missing a library set somewhere... Ah, bloody line brakes it's actuall </p>cairo-perl-auto.h which is in a sub directory of the biuld directory. Added that to the INC string and it compiles, and tests, and installs!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-04-25 08:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found