in reply to Re^2: Compiling Games::Irrlicht on Windows
in thread Compiling Games::Irrlicht on Windows

Did you create the Makefile in the usual way? I.E by running Makefile.PL - it should always get the compiler that the Perl was compiled with (in the ActivatePerl case VC++).

However you could just change the references in the Makefile from 'g++' to 'cl' and that should fix it I would guess.

/J\

Replies are listed 'Best First'.
Re^4: Compiling Games::Irrlicht on Windows
by Trag (Monk) on Jul 01, 2004 at 15:56 UTC
    I fixed Makefile.pl.win32, then I copied all the .h files from my VC++ distribution into perl\lib\core but it's asking for windows.h now, and I don't seem to have that file. Do you know where I can get it? I ran a search and nothing came up.

    Thanks

    Just another Perl Hack