Has anyone successfully compiled PHP5 on Windows? I get fatal errors and the output doesn't even seem very useful.
Here's the last few lines:
Code:
safe_mode.c
snprintf.c
spprintf.c
strlcat.c
strlcpy.c
NMAKE : fatal error U1077: '"cl.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio .NET 2003\
VC7\BIN\nmake.exe"' : return code '0x2'
Stop.
any tips on setting up a build environment? i got the configure script happening, it just will always fail when i try to build. =/