[56K]anyone compile PHP 5.1.4 on windows xp?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

But all previous steps ran without errors? vsvars32.bat, buildconf.bat, configure.js #1 and #2?
User avatar
MrPotatoes
Forum Regular
Posts: 617
Joined: Wed May 24, 2006 6:42 am

Post by MrPotatoes »

there are 2 configure.js. one in the bindlib_w32 (to compile the resolv.lib). this didn't work for me so i just bypassed it all together and opened up the .dsw in that folder and compiled it there. AFTER i installed the platform SDK. which i didn't know about and i could have torn my hair out over this lmao

there is another one in the php-5.1.6 root folder. i haven't bothered to run that but it doesn't seem to matter as i can't deploy anything

if i run the script for either i get this error at the bottom. note, i ran the php-5.1.6 configure.js but the error is the same for both:

Image

i know i'm missing some libs as the errors i listed from VS.C++ Express doesn't compile certain things. i'm still trying to do it in this (as well as my full version that i've found :D) but i want to do it in express this way i can eventually cross platform compile and develop my version. so i was thinking of trying to compile it in Code::Blocks as well as VS.NET (either version)

thanks for your help so far everyone. i appreciate it :D
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

I'll forward this thread to the new program manager for visual studio express.. (untill last week he happened to work in the same shop as i do)
User avatar
MrPotatoes
Forum Regular
Posts: 617
Joined: Wed May 24, 2006 6:42 am

Post by MrPotatoes »

thanx by the way.

i've been away from the computer all day and when i come back i've got virii. something i did i know but whatever. i just finished restoring an image. i plan to try to compile it fuly with VS.NET 2005 Pro and 2003 but i still want to be able to compile it on windows without all that help. this way i can cross platform develop it

oh, and timvw, i appreciate that. i can't wait to hear what he's got to say :D
User avatar
MrPotatoes
Forum Regular
Posts: 617
Joined: Wed May 24, 2006 6:42 am

Post by MrPotatoes »

sorry to bother you guys. i keep only getting a little bit further in what i'm doing here but i figure it's good ot update. seeing as today is my only day off it's really hard to get to this (most PHP stuff i do is in my off time :()

i found out that some of the files that i'm looking for. it's in the apache source. so, that's good to know for once. i'm going to see how to compile these two together and get to it
Post Reply