in reply to Re: Re: Makefile.pl for a C++ XS module... How to make windows happy?
in thread Makefile.pl for a C++ XS module... How to make windows happy?

Because it simply won't compile, no other reason. It's like trying to compile a perlXS extension (like Storable) with perl 5.005_03 (one of the first win32 versions) -- it requres significant modification of the perl core :(

I hope some future perl5 version will support this, but I wouldn't depend on it (maybe it will be supported through cross-compiling, MinGW anyone? :D)

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

  • Comment on Re: Re: Re: Makefile.pl for a C++ XS module... How to make windows happy?