C:\projects\php-src\win32\wsyslog.c(60) : fatal error C1083: Cannot open
include file: 'wsyslog.h': No such file or directory
l0t3k
Additional info :
VC6, building from .dsp , under Windows XP
l0t3k
Ah, don't do that ;-)
Use the new build system instead, or, fix the .dsp to generate the
message cataglog using mc.exe.
--Wez.
Additional info :
VC6, building from .dsp , under Windows XPl0t3k
"Wez Furlong" kingwez@gmail.com wrote in message
news:4e89b42604080822076b038f1e@mail.gmail.com...
Use the new build system instead
i'm using the IDE for debugging currently...
or, fix the .dsp to generate the
message cataglog using mc.exe.
excuse me for being slow, but where is the message resource (source) file ?
--Wez.
Look for MCFILE in here:
--Wez.
"Wez Furlong" kingwez@gmail.com wrote in message
news:4e89b42604080822076b038f1e@mail.gmail.com...Use the new build system instead
i'm using the IDE for debugging currently...or, fix the .dsp to generate the
message cataglog using mc.exe.excuse me for being slow, but where is the message resource (source) file ?
--Wez.
buildconf.bat
config.nice.bat
if you still see the error, check to see what was detected for mc.exe
in the configure output.
--Wez.
C:\projects\php-src\win32\wsyslog.c(60) : fatal error C1083: Cannot open
include file: 'wsyslog.h': No such file or directoryl0t3k