|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: RawIP compile problemsby tachyon (Chancellor) |
| on Dec 31, 2004 at 06:49 UTC ( #418480=note: print w/ replies, xml ) | Need Help?? |
|
It works for me on linux but I think your compiler may be choking on an extended line in RawIP.xs:
Basically the code before the first two errors (which will be fatal unlike the warnings) is just a loop with a switch statement in it. I have a feeling that your compiler does not like the sv_catpvn(...) being on two lines without a \ line continuation. Try changing it to:
cheers tachyon
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||