I've spent hours trying to get this to work, but I can't seem to figure it out. This site has been good to me with my java problems and I saw this php section so I figured I'd come back and give it a try.
What I have and assume I need:
Virtual C++ 2008 Express Edition
Microsoft Windows SDK for Vista Update
Microsoft .NET Framework SDK 2.0
PHP 5.2.9 Source Code
In the Virtual C++ 2008 Express Edition's Command Prompt, I simply browsed to the PHP 5.2.9 source code folder and typed these commands:
buildconf.bat
... readies the script ...
cscript /nologo configure.js --enable-cli --with-openssl
... bunch of stuff happens ....
and before I could use "nmake" to create everything, this comes up: (see attachment)
I have no idea what to do.... I really need to compile with openssl which XAMPP does not have.
Any help would be appreciated! I'm using Vista 64-bit for my OS. Thnx.