View Single Post
Old 03-22-2006, 06:07 PM   #1 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,529
sde is on a distinguished road
Compiling PHP5 on Windows

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. =/
sde is offline   Reply With Quote