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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mgainty at hotmail dot com
New email:
PHP Version: OS:

 

 [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: Tue Apr 16 20:01:31 2024 UTC