Win32 Build Error w HEAD

php.internals

l0t3k

22 years ago
C:\projects\php-src\win32\wsyslog.c(60) : fatal error C1083: Cannot open include file: 'wsyslog.h': No such file or directory l0t3k

l0t3k

22 years ago
Additional info : VC6, building from .dsp , under Windows XP l0t3k

Wez Furlong

22 years ago
Ah, don't do that ;-) Use the new build system instead, or, fix the .dsp to generate the message cataglog using mc.exe. --Wez. On Mon, 9 Aug 2004 01:05:07 -0400, l0t3k <cshmoove@bellsouth.net> wrote:

l0t3k

22 years ago
"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 Furlong

22 years ago
Look for MCFILE in here: http://viewcvs.php.net/viewcvs.cgi/php-src/win32/build/Makefile?rev=1.27&content-type=text/vnd.viewcvs-markup --Wez. On Mon, 9 Aug 2004 01:45:15 -0400, l0t3k <cshmoove@bellsouth.net> wrote:

Wez Furlong

22 years ago
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. On Mon, 9 Aug 2004 00:59:02 -0400, l0t3k <cshmoove@bellsouth.net> wrote: