----- Original Message ----- From: <[EMAIL PROTECTED]> . . C:\Perl\lib\CORE\perl.h(587) : fatal error C1083: Cannot open include file: 'sys/types.h': No such file or directory . -----------------------------------------
That's the (current) problem - the C headers aren't being found. With the versions of Visual Studio that I have (versions 6.0 and 7.0) there's a batch file in the compiler's bin folder named vcvars32.bat. Executing that file from the command prompt sets up the various environment variables so that things work correctly. That is, assuming that your compiler has a "vcvars32.bat" in its bin folder, and that your compiler's bin folder is already in your path, then it should just be a matter of entering "vcvars32.bat" (without the quotes, of course) at the command prompt. Then run "nmake test" - followed by "nmake install" (if everything works ok). Cheers, Rob _______________________________________________ Perl-Win32-Users mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
