I apologize up front if these questions seem particularly basic, but I'm
not a Windows developer and I'm not familiar with Visual Studio, makefiles,
Perl, etc. I'm trying to build a debug version on Win-32 (Windows XP) and
getting build errors. I was able to successfully run the initial Configure
for WIN32, modified the mk1mf.pl lines in the do_ms batch file to add
'debug', but when I run the do_ms batch file I get the following errors:
 
%OSVERSION% is not defined at util/pl/VC-32.pl line 57.
Compilation failed in require at util\mk1mf.pl line 151.
 
%OSVERSION% is not defined at util/pl/VC-32.pl line 57.
Compilation failed in require at util\mk1mf.pl line 151.
 
   I was able to successfully run the "nmake -f ms\ntdll.mak" and "nmake -f
ms\ntdll.mak testt"" steps without error so I'm surmising that the do_ms
errors are not serious, but can someone explain what's going on here?. Also,
if possible I'd like to build some of the apps in the apps directory, pkcs8
and pkcs12, for debug. Is that possible?
 
thanks,
 
Bob

Reply via email to