Confused me too.

Error message is listed below.

[exec] cl.exe /nologo /MD /W3 /Zi /O2 /I "..\common" /I "C:\j2sdk1.4.2_07\include" /I "C:\j2sdk1.4.2_07\include \win32" /I "C:/Program Files/Apache Group/Apache2\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /Fo".\Release\\" /Fd".\R
elease\mod_jk_src" /FD /c ..\common\jk_worker.c
    [exec] jk_worker.c
    [exec]     cl.exe @C:\TEMP\nm7CC.tmp
    [exec] mod_jk.c
[exec] mod_jk.c(2437) : warning C4013: 'unixd_set_global_mutex_perms' undefined; assuming extern returning int
    [exec]     link.exe @C:\TEMP\nm7CD.tmp
    [exec] LINK : fatal error LNK1104: cannot open file 'MSVCRT.lib'
    [exec] NMAKE : fatal error U1077: 'link.exe' : return code '0x450'
    [exec] Stop.

William A. Rowe, Jr. wrote:

Tim Whittington wrote:

This breaks the build on Windows using Microsoft Visual C++ Toolkit 2003 (at least).
It seems #define FOO 0 on WIN32 is still defined according to #ifdef


Your suggestion is counterintuitive and reflects, perhaps, a compiler
bug.

It would be very helpful if you would post the *precise* error messages
from msvc 7.  Thanks!

Bill

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to