From:             mep_eisen at web dot de
Operating system: Windows 7 64bit
PHP version:      5.4.6
Package:          Compile Failure
Bug Type:         Bug
Bug description:make snaps does not work

Description:
------------
make snaps does not work due to an error. configure.js creates a makefile
that wants to use "x64\Release_TS" (32bit builds use "Release_TS") as the
building dir. The build itself works but "make snaps" does not expect this
directory structure. Somewhere there is a "cd ../.." and that only will be
in the correct folder for x86 builds and not for x64 builds.

The wiki https://wiki.php.net/internals/windows/stepbystepbuild suggests to
use a different folder to build 32bit and 64bit builds (phpdev/vc9/x32 and
phpdev/vc9/x64). So there should be no more need of setting
"BuildDir=x64\Release_TS" within configure.js.

However if I manually change this line in the Makefile to
"BuildDir=Release_TS" everything works fine.


-- 
Edit bug report at https://bugs.php.net/bug.php?id=62945&edit=1
-- 
Try a snapshot (PHP 5.4):            
https://bugs.php.net/fix.php?id=62945&r=trysnapshot54
Try a snapshot (PHP 5.3):            
https://bugs.php.net/fix.php?id=62945&r=trysnapshot53
Try a snapshot (trunk):              
https://bugs.php.net/fix.php?id=62945&r=trysnapshottrunk
Fixed in SVN:                        
https://bugs.php.net/fix.php?id=62945&r=fixed
Fixed in SVN and need be documented: 
https://bugs.php.net/fix.php?id=62945&r=needdocs
Fixed in release:                    
https://bugs.php.net/fix.php?id=62945&r=alreadyfixed
Need backtrace:                      
https://bugs.php.net/fix.php?id=62945&r=needtrace
Need Reproduce Script:               
https://bugs.php.net/fix.php?id=62945&r=needscript
Try newer version:                   
https://bugs.php.net/fix.php?id=62945&r=oldversion
Not developer issue:                 
https://bugs.php.net/fix.php?id=62945&r=support
Expected behavior:                   
https://bugs.php.net/fix.php?id=62945&r=notwrong
Not enough info:                     
https://bugs.php.net/fix.php?id=62945&r=notenoughinfo
Submitted twice:                     
https://bugs.php.net/fix.php?id=62945&r=submittedtwice
register_globals:                    
https://bugs.php.net/fix.php?id=62945&r=globals
PHP 4 support discontinued:          
https://bugs.php.net/fix.php?id=62945&r=php4
Daylight Savings:                    https://bugs.php.net/fix.php?id=62945&r=dst
IIS Stability:                       
https://bugs.php.net/fix.php?id=62945&r=isapi
Install GNU Sed:                     
https://bugs.php.net/fix.php?id=62945&r=gnused
Floating point limitations:          
https://bugs.php.net/fix.php?id=62945&r=float
No Zend Extensions:                  
https://bugs.php.net/fix.php?id=62945&r=nozend
MySQL Configuration Error:           
https://bugs.php.net/fix.php?id=62945&r=mysqlcfg

Reply via email to