php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1650 Compile Falure On Mac OS X with apache 1.3.4
Submitted: 1999-07-02 10:19 UTC Modified: 1999-07-02 12:46 UTC
From: willh at activemind dot net Assigned: markonen (profile)
Status: Closed Package: Compile Failure
PHP Version: 3.0.11 OS: Mac OS X
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: willh at activemind dot net
New email:
PHP Version: OS:

 

 [1999-07-02 10:19 UTC] willh at activemind dot net
$ ./configure --with-apxs=/usr/sbin/apxs --with-config-file-path=/etc        

All goes fine 

$make

    cc -g -O2 -O2 -fpic  -I. -I.   -I/System/Library/Frameworks/Apache.framework/Ver
sions/1.3/Headers                     -c internal_functions.c -o internal_functions.o
internal_functions.c:644: illegal cast, missing `)' after `module'
internal_functions.c:652: syntax error, missing `;' after `module'


internal_functions.c:659: syntax error, missing `;' after `module'
internal_functions.c:679: syntax error, missing `;' after `module'
internal_functions.c:697: syntax error, missing `;' after `module'
make: *** [internal_functions.o] Error 1                                                            
I Have tryed diffrent compile methods and all fail

Thanks 
Will

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-02 10:59 UTC] markonen at cvs dot php dot net
Is the problem with Mac OS X (Developer Preview 1) or Mac OS X Server 1.0? The new developer preview has a hope of working -- due to revamped compiler architecture -- but compiling on OS X Server is known to fail at this point.

I'll be looking into somehow addressing that, though.

Marko
 [1999-07-02 12:46 UTC] markonen at cvs dot php dot net
Added Chad Cunningham's patches for Mac OS X compatibility, next up: world peace.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 01 23:01:28 2024 UTC