Edit report at https://bugs.php.net/bug.php?id=62945&edit=1

 ID:                 62945
 Updated by:         a...@php.net
 Reported by:        mep_eisen at web dot de
 Summary:            make snaps does not work
-Status:             Open
+Status:             Not a bug
 Type:               Bug
 Package:            Compile Failure
 Operating System:   Windows 7 64bit
 PHP Version:        5.4.6
 Block user comment: N
 Private report:     N

 New Comment:

Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.

Wasn't it 'make snap'? Anyway should work fine, use phpsdk_buildtree.bat to 
create 
the folder tree.


Previous Comments:
------------------------------------------------------------------------
[2012-08-27 09:42:26] mep_eisen at web dot de

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 this bug report at https://bugs.php.net/bug.php?id=62945&edit=1

Reply via email to