Re: [PHP-DEV] 5.0.4 won't compile as per your instructions

2005-04-06 Thread Andi Gutmans
At 09:10 AM 4/6/2005 +0200, Derick Rethans wrote: On Wed, 6 Apr 2005, Steph wrote: > erm - when was the decision to no longer maintain the .dsp files made? Nobody did, but why maintain something outdated? Feel free to fix them though... It's not outdated and should be kept in sync by the people who

Re: [PHP-DEV] 5.0.4 won't compile as per your instructions

2005-04-06 Thread Pauli
Derick Rethans wrote: On Wed, 6 Apr 2005, Steph wrote: erm - when was the decision to no longer maintain the .dsp files made? Nobody did, but why maintain something outdated? Feel free to fix them though... Derick I think it is better to give up with different build system for windows. It so m

Re: [PHP-DEV] 5.0.4 won't compile as per your instructions

2005-04-06 Thread Steph
I seem to recall this discussion from days of yore. And the word was, 'nope, don't let the things wallow in historical mire, for many do use them'. I'll add it to the TODO (which is starting to look almost possible again). > On Wed, 6 Apr 2005, Steph wrote: > > > erm - when was the decision to

Re: [PHP-DEV] 5.0.4 won't compile as per your instructions

2005-04-06 Thread Uwe Schindler
That was what I meant :). In the past I had more success when compiling PHP on windows when using the new build system, which is *better* maintained. At 09:10 06.04.2005, you wrote: On Wed, 6 Apr 2005, Steph wrote: > erm - when was the decision to no longer maintain the .dsp files made? Nobody di

Re: [PHP-DEV] 5.0.4 won't compile as per your instructions

2005-04-06 Thread Derick Rethans
On Wed, 6 Apr 2005, Steph wrote: > erm - when was the decision to no longer maintain the .dsp files made? Nobody did, but why maintain something outdated? Feel free to fix them though... Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP Internals - P

Re: [PHP-DEV] 5.0.4 won't compile as per your instructions

2005-04-05 Thread Steph
nt: Tuesday, April 05, 2005 11:38 PM Subject: Re: [PHP-DEV] 5.0.4 won't compile as per your instructions > PHP 5 has a new Unix-Like build system. The DSP files are not longer > maintained. To compile you have to configure first and then compile at the > command line. You need Windows

RE: [PHP-DEV] 5.0.4 won't compile as per your instructions

2005-04-05 Thread David Kingma | jool.nl
Hi Jeff, > -Original Message- > From: Jeff Beidler [mailto:[EMAIL PROTECTED] > Would you please be so kind as to take a look at the errors > I'm getting and steer me in the right direction? The solution for error about SQLITE_NOTADB has passed the mailinglist before: http://www.mail-ar

Re: [PHP-DEV] 5.0.4 won't compile as per your instructions

2005-04-05 Thread Uwe Schindler
PHP 5 has a new Unix-Like build system. The DSP files are not longer maintained. To compile you have to configure first and then compile at the command line. You need Windows Scripting (for JavaScript configure script) and a Microsoft Compiler to start the configure.js script and then nmake. At

[PHP-DEV] 5.0.4 won't compile as per your instructions

2005-04-05 Thread Jeff Beidler
Hello, I have been trying to compile PHP 5.0.4 (downloaded fresh today) and have been following your instructions at http://www.php.net/manual/en/install.windows.building.php to the letter. I always end up with the same thing when trying to compile... 3 errors and a bunch of warnings. I ha