5_3 cannot build since today
[email protected] (Niel Archer)
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <[email protected]> |
Hi updated tree today to try latest fixes and couldn't build at all.
Setup:
MS Windows XP Pro 64 Bit + SP2
MS VC9 Express + SP1
MS Server 2008 SDK and .NET Framework 3.5
D:\Dev\C\PHP\php_5_3\vc9\x86\src>cscript /nologo configure.js
--disable-all --en
able-cli --enable-mbstring --without-ereg --with-iconv --disable-ipv6 --with-lib
xml --enable-object-out-dir="D:\Dev\C\PHP\!Builds\x86\min"
Saving configure options to config.nice.bat
Enabled extensions:
-----------------------
| Extension | Mode |
-----------------------
| date | static |
| iconv | static |
| libxml | static |
| mbstring | shared |
| pcre | static |
| reflection | static |
| spl | static |
| standard | static |
-----------------------
Enabled SAPI:
-------------
| Sapi Name |
-------------
| cli |
-------------
-------------------------------------------
| | |
-------------------------------------------
| Build type | Release |
| Thread Safety | Yes |
| Compiler | MSVC9 (Visual C++ 2008) |
| Architecture | x86 |
-------------------------------------------
Type 'nmake' to build PHP
D:\Dev\C\PHP\php_5_3\vc9\x86\src>nmake
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.
zend_closures.c
Zend\zend_closures.c(255) : error C2275: 'zend_uint' : illegal use of this type
as an expression
d:\dev\c\php\php_5_3\vc9\x86\src\zend\zend_types.h(27) : see declaration
of 'zend_uint'
Zend\zend_closures.c(255) : error C2146: syntax error : missing ';' before ident
ifier 'i'
Zend\zend_closures.c(255) : error C2065: 'i' : undeclared identifier
Zend\zend_closures.c(255) : error C2065: 'required' : undeclared identifier
Zend\zend_closures.c(256) : error C2065: 'i' : undeclared identifier
Zend\zend_closures.c(256) : error C2065: 'i' : undeclared identifier
Zend\zend_closures.c(256) : warning C4018: '<' : signed/unsigned mismatch
Zend\zend_closures.c(256) : error C2065: 'i' : undeclared identifier
Zend\zend_closures.c(266) : error C2065: 'i' : undeclared identifier
Zend\zend_closures.c(269) : error C2065: 'i' : undeclared identifier
Zend\zend_closures.c(269) : error C2065: 'required' : undeclared identifier
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft\Visual Studio\9.0\
VC\BIN\cl.exe"' : return code '0x2'
Stop.