in reply to Re: Perl 5.10 - errors when compiling xs-modules
in thread Perl 5.10 - errors when compiling xs-modules (SOLVED)
Most of the .h are indeed in the MinGW distribution (I blame Vista's search function for not finding them before).C:\Data\MinGW\libexec\gcc\mingw32\3.4.5; C:\data\MinGW\include; C:\data\MinGW\lib\gcc\mingw32\3.4.5\include;
But, alas, even when adding the paths to the .h-files. I keep getting the same errors. Is there perhaps some config-file in MinGW that I need to adjust and point to these folders?
CountZero
A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl 5.10 - errors when compiling xs-modules
by syphilis (Archbishop) on Dec 26, 2007 at 10:44 UTC | |
by CountZero (Bishop) on Dec 26, 2007 at 14:33 UTC |