php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #46969 5.2.8 wont build on Windows
Submitted: 2008-12-30 02:12 UTC Modified: 2008-12-30 08:26 UTC
From: mgainty at hotmail dot com Assigned:
Status: Not a bug Package: *Compile Issues
PHP Version: 5.2.8 OS: Windows
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
8 + 1 = ?
Subscribe to this entry?

 
 [2008-12-30 02:12 UTC] mgainty at hotmail dot com
Description:
------------
I am attempting to build with either 
make OR
nmake
and cannot get past BUILD errors
download PHP 5.2.8 and attempt to build
%PHP_HOME%\win32>make Makefile
make: *** No rule to make target `Makefile'.  Stop.
What does this mean?

%PHP_HOME%\build>make build.mk
make: Nothing to be done for `build.mk'.
What does this mean?



Reproduce code:
---------------
Download 5.2.8 and try to build it


Expected result:
----------------
I expect a build which is not so horribly broken that it will at least
produce meaningful error messages

Actual result:
--------------
%PHP_HOME%\win32>make Makefile
make: *** No rule to make target `Makefile'.  Stop.
What does this mean?

%PHP_HOME%\build>make build.mk
make: Nothing to be done for `build.mk'.
What does this mean?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-12-30 08:09 UTC] bjori@php.net
Reclassified.
 [2008-12-30 08:26 UTC] pajoye@php.net
There is no make on windows (Visual C++).

5.2.8 builds fine on Windows, please ask support questions on the php windows internals mailing list.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 19:01:30 2024 UTC