ID:               49271
 Updated by:       ka...@php.net
 Reported By:      zach dot rattner at gmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Compile Failure
 Operating System: Windows XP
 PHP Version:      5.3.0
 New Comment:

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


Previous Comments:
------------------------------------------------------------------------

[2009-08-16 04:56:25] 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"


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=49271&edit=1

Reply via email to