php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #49271 Cannot compile PHP 5.3.0 on Windows XP
Submitted: 2009-08-16 04:56 UTC Modified: 2009-08-16 05:47 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: zach dot rattner at gmail dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.3.0 OS: Windows XP
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: zach dot rattner at gmail dot com
New email:
PHP Version: OS:

 

 [2009-08-16 04:56 UTC] zach dot rattner at gmail dot com
Description:
------------
When attempting to compile, zend_config.w32.h tries to include ../main/config.w32.h on line 21, which doesn't exist. Additionally, tsrm_config.w32.h tries to include the same file on line 4. The file does not exist in the source downloaded from http://us2.php.net/get/php-5.3.0.tar.gz/from/a/mirror, so the compilation fails.

Reproduce code:
---------------
#include <../main/config.w32.h>

Expected result:
----------------
I expected the file to exist in the downloaded source, and the compilation to succeed.

Actual result:
--------------
Microsoft Visual C++ 2008 Express Edition's compiler says, "fatal error C1083: Cannot open include file: '../main/config.w32.h': No such file or directory"

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-08-16 05:47 UTC] kalle@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

You have to run "buildconf" and "configure" first to generate the configuration files before running nmake
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 20:01:29 2024 UTC