nmake clean bug
am 12.01.2010 22:30:05 von Justin Dearing
--00163616421d79ba5a047cfe5bf5
Content-Type: text/plain; charset=ISO-8859-1
Hi,
I wanted to report this on a seperate thread to avoid confusion. I am
attempting to build PHP on windows and failing. I am attempting to run
nmake clean and failing. Output from the first time:
C:\src\php-5.3.1>nmake clean
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.
Cleaning SAPI
Cleaning distribution build dirs
rd /s /q Debug\php-5.3.1
The system cannot find the file specified.
------END-------
And the second time:
C:\src\php-5.3.1>nmake clean
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.
Cleaning SAPI
Could Not Find C:\src\php-5.3.1\Debug\php5_debug.dll
Cleaning distribution build dirs
Could Not Find C:\src\php-5.3.1\Debug\*.res
rd /s /q Debug\php-5.3.1
The system cannot find the file specified.
C:\src\php-5.3.1>gvim configure.output
C:\src\php-5.3.1>configure --disable-zts --enable-debug --enable-crt-debug
--enable-cli-win32 --with-openssl --enable-soap --
with-xsl --with-extra-includes=c:\src\win32build\include;c:\OpenSSL\i nclude
--with-extra-libs=c:\src\win32build\lib;c:\OpenSS
L\lib
------END-------
Is this considered a bug in the makefile?
--00163616421d79ba5a047cfe5bf5--
Re: nmake clean bug
am 12.01.2010 22:59:25 von Pierre Joye
hi,
Not sure why it fails, it works here except when I enabled all
extensions (path too long in non unicode mode).
However the way you are building PHP is outdated. Check
http://wiki.php.net/internals/windows/stepbystepbuild
or my "php internals" slides here:
http://www.slideshare.net/pierrej
There is also a good article in php architect May 2009 "PHP On
windows". It is a free version and should be available on the phpa
website.
Cheers,
On Tue, Jan 12, 2010 at 10:30 PM, Justin Dearing wrot=
e:
> Hi,
>
> I wanted to report this on a seperate thread to avoid confusion. I am
> =A0attempting to build PHP on windows and failing. I am attempting to run
> nmake clean and failing. Output from the first time:
>
> C:\src\php-5.3.1>nmake clean
>
> Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
> Copyright (C) Microsoft Corporation. =A0All rights reserved.
>
> Cleaning SAPI
> Cleaning distribution build dirs
> =A0 =A0 =A0 =A0rd /s /q Debug\php-5.3.1
> The system cannot find the file specified.
> ------END-------
>
> And the second time:
> C:\src\php-5.3.1>nmake clean
>
> Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
> Copyright (C) Microsoft Corporation. =A0All rights reserved.
>
> Cleaning SAPI
> Could Not Find C:\src\php-5.3.1\Debug\php5_debug.dll
> Cleaning distribution build dirs
> Could Not Find C:\src\php-5.3.1\Debug\*.res
> =A0 =A0 =A0 =A0rd /s /q Debug\php-5.3.1
> The system cannot find the file specified.
>
> C:\src\php-5.3.1>gvim configure.output
>
> C:\src\php-5.3.1>configure --disable-zts --enable-debug --enable-crt-debu=
g
> --enable-cli-win32 --with-openssl --enable-soap --
> with-xsl --with-extra-includes=3Dc:\src\win32build\include;c:\OpenSSL \inc=
lude
> --with-extra-libs=3Dc:\src\win32build\lib;c:\OpenSS
> L\lib
> ------END-------
>
>
> Is this considered a bug in the makefile?
>
--=20
Pierre
http://blog.thepimp.net | http://www.libgd.org
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: nmake clean bug
am 13.01.2010 11:06:01 von Richard Quadling
2010/1/12 Pierre Joye :
> hi,
>
> Not sure why it fails, it works here except when I enabled all
> extensions (path too long in non unicode mode).
>
> However the way you are building PHP is outdated. Check
>
> http://wiki.php.net/internals/windows/stepbystepbuild
>
> or my "php internals" slides here:
>
> http://www.slideshare.net/pierrej
>
> There is also a good article in php architect May 2009 "PHP On
> windows". It is a free version and should be available on the phpa
> website.
>
> Cheers,
>
> On Tue, Jan 12, 2010 at 10:30 PM, Justin Dearing wr=
ote:
>> Hi,
>>
>> I wanted to report this on a seperate thread to avoid confusion. I am
>> Â attempting to build PHP on windows and failing. I am attempting to=
run
>> nmake clean and failing. Output from the first time:
>>
>> C:\src\php-5.3.1>nmake clean
>>
>> Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
>> Copyright (C) Microsoft Corporation. Â All rights reserved.
>>
>> Cleaning SAPI
>> Cleaning distribution build dirs
>> Â Â Â Â rd /s /q Debug\php-5.3.1
>> The system cannot find the file specified.
>> ------END-------
>>
>> And the second time:
>> C:\src\php-5.3.1>nmake clean
>>
>> Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
>> Copyright (C) Microsoft Corporation. Â All rights reserved.
>>
>> Cleaning SAPI
>> Could Not Find C:\src\php-5.3.1\Debug\php5_debug.dll
>> Cleaning distribution build dirs
>> Could Not Find C:\src\php-5.3.1\Debug\*.res
>> Â Â Â Â rd /s /q Debug\php-5.3.1
>> The system cannot find the file specified.
>>
>> C:\src\php-5.3.1>gvim configure.output
>>
>> C:\src\php-5.3.1>configure --disable-zts --enable-debug --enable-crt-deb=
ug
>> --enable-cli-win32 --with-openssl --enable-soap --
>> with-xsl --with-extra-includes=3Dc:\src\win32build\include;c:\OpenSSL \in=
clude
>> --with-extra-libs=3Dc:\src\win32build\lib;c:\OpenSS
>> L\lib
>> ------END-------
>>
>>
>> Is this considered a bug in the makefile?
>>
>
>
>
> --
> Pierre
>
> http://blog.thepimp.net | http://www.libgd.org
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
The current (at Jan 13th 2010) free issue is the May 2009 issue.
http://www.phparch.com/magazine/free
There's also a 10% discount offer currently running.
--=20
-----
Richard Quadling
"Standing on the shoulders of some very clever giants!"
EE : http://www.experts-exchange.com/M_248814.html
Zend Certified Engineer : http://zend.com/zce.php?c=3DZEND002498&r=3D213474=
731
ZOPA : http://uk.zopa.com/member/RQuadling
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php