You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Alexei Kosut <ak...@organic.com> on 1997/09/11 02:35:59 UTC

okay, so maybe that was a bad idea

So, apparently it might not have been wise to activate full STATUS
reports for Windows without testing it first.

        cl.exe /nologo /MDd /W3 /Gm /GX /Zi /Od /I ".\regex" /I ".\main"
/D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR".\CoreD\\"
/Fp".\CoreD\ApacheCore.pch" /YX /Fo ".\CoreD\\" /Fd".\CoreD\\" /FD /c
.\main\http_core.c
http_core.c .\main\scoreboard.h(119) : error C2079: 'times' uses
undefined struct 'tms'
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.


-- Alexei Kosut <ak...@organic.com>