1. wmake error on windows due to WINDOWS
- Posted by euphoric (admin) May 10, 2011
- 1156 views
I get this error when trying to wmake on Windows 7. WINDOWS is no doubt the culprit, but how to fix?!
c:\eu-dev-hg\source>configure.bat 1 file(s) copied. Build directory is build c:\eu-dev-hg\source>wmake Open Watcom Make Version 1.9 Portions Copyright (c) 1988-2002 Sybase, Inc. All Rights Reserved. Source code is available under the Sybase Open Watcom Public License. See http://www.openwatcom.org/ for details. ------- CORE ----------- wmake -h library DEBUG= MANAGED_MEM=1 CONFIG=config.wat ------- LIBRARY ----------- wmake -h c:\eu-dev-hg\source\build\eu.lib OS=WINDOWS OBJDIR=WINDOWSlibobj DEBUG= MANAGED_MEM=1 CONFIG=config.wat MANAGED_MEM=1 Error(F38): (c:\eu-dev-hg\source\build\WINDOWSlibobj) does not exist and cannot be made from existing files Error(E02): Make execution terminated Error(E42): Last command making (library) returned a bad status Error(E02): Make execution terminated Error(E42): Last command making (core) returned a bad status Error(E02): Make execution terminated
2. Re: wmake error on windows due to WINDOWS
- Posted by mattlewis (admin) May 10, 2011
- 1173 views
euphoric said...
I get this error when trying to wmake on Windows 7. WINDOWS is no doubt the culprit, but how to fix?!
I just pushed some updates in the 4.0 branch. Haven't rolled them to the trunk yet. In the makefile, it looks like we had WINlibobj in some places, and $(OS)libobj in others. We recently standardized on WINDOWS instead of the abbreviated WIN.
I'm not sure why we have those directories renamed. I'm sure there's a reason. Does anyone know?
Matt