php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #62945 make snaps does not work
Submitted: 2012-08-27 09:42 UTC Modified: 2013-06-20 08:32 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: mep_eisen at web dot de Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.4.6 OS: Windows 7 64bit
Private report: No CVE-ID: None
 [2012-08-27 09:42 UTC] 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.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-06-20 08:32 UTC] ab@php.net
-Status: Open +Status: Not a bug
 [2013-06-20 08:32 UTC] ab@php.net
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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 23:01:29 2024 UTC