Running ActivePerl 5.10. Perl makefile.pl seems to run fine (libraries found). Nmake compile dies:
C:\WINNT\nmake.exe -f Makefile all -nologo Skip ..\blib\lib\Imager\CountColor.pm (unchanged) C:/Perl/site/bin/gcc.exe -c -I.. -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRI CT -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_C ONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -DHASATTRIBUTE -fn o-strict-aliasing -mms-bitfields -O2 -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\ " "-IC:\Perl\lib\CORE" CountColor.c Running Mkbootstrap for Imager::CountColor () C:\Perl\bin\perl.exe -MExtUtils::Command -e "chmod" -- 644 CountColor.bs dlltool --def CountColor.def --output-exp dll.exp C:\Perl\site\bin\g++.exe -o ..\blib\arch\auto\Imager\CountColor\CountCol or.dll -Wl,--base-file -Wl,dll.base -mdll -L"C:\Perl\lib\CORE" CountColor.o -Wl, --image-base,0x372c0000 C:\Perl\lib\CORE\perl510.lib -lkernel32 -luser32 -lgdi3 2 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luui d -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lmsvcrt dll.exp g++.exe: CountColor.o: No such file or directory NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x1' Stop. NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x2' Stop.
I've been trying for three days to get Imager to serve up jpegs for Perl 5.10 is it did swimmingly in Perl 5.8.