in reply to 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?

Other than that fprintf and the other C constructs are so much more useful and terse than the C++ streams, what is the reason for not "crossing the streams" (Sorry for bad Ghostbuster's analogy) with C++ and Perl on win32?
  • Comment on Re: Re: Makefile.pl for a C++ XS module... How to make windows happy?

Replies are listed 'Best First'.
Re: Re: Re: Makefile.pl for a C++ XS module... How to make windows happy?
by PodMaster (Abbot) on Feb 27, 2004 at 19:16 UTC
    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.