php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20131 the php-4.3.0-pre2 failed to make on Mac OS X 10.2
Submitted: 2002-10-27 23:41 UTC Modified: 2002-10-28 07:50 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: jstates at based dot ca Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4CVS-2002-10-27 OS: Mac OS X
Private report: No CVE-ID: None
 [2002-10-27 23:41 UTC] jstates at based dot ca
I performed a ./buildconf to update the build process for OS X libtool and such.  The build was fine, but it failed on make.

This is the messages that came up.  Sorry that I can not be of more help could you tell me an different way to compile php-4.3 or the CVS version and I will try it.  Thanks 

Error --

-c /Downloads/Unix/php-4.3.0pre2/ext/standard/basic_functions.c -o ext/standard/basic_functions.o  && echo > ext/standard/basic_functions.lo
/Downloads/Unix/php-4.3.0pre2/ext/standard/basic_functions.c:1377: warning: `struct option' declared inside parameter list
/Downloads/Unix/php-4.3.0pre2/ext/standard/basic_functions.c:1377: warning: its scope is only this definition or declaration, which is probably not what you want
/Downloads/Unix/php-4.3.0pre2/ext/standard/basic_functions.c: In function `free_longopts':
/Downloads/Unix/php-4.3.0pre2/ext/standard/basic_functions.c:1382: dereferencing pointer to incomplete type
/Downloads/Unix/php-4.3.0pre2/ext/standard/basic_functions.c:1382: increment of pointer to unknown structure
/Downloads/Unix/php-4.3.0pre2/ext/standard/basic_functions.c:1382: arithmetic on pointer to an incomplete type
/Downloads/Unix/php-4.3.0pre2/ext/standard/basic_functions.c:1383: dereferencing pointer to incomplete type
/Downloads/Unix/php-4.3.0pre2/ext/standard/basic_functions.c: In function `zif_getopt':
/Downloads/Unix/php-4.3.0pre2/ext/standard/basic_functions.c:1458: sizeof applied to an incomplete type
/Downloads/Unix/php-4.3.0pre2/ext/standard/basic_functions.c:1470: dereferencing pointer to incomplete type
/Downloads/Unix/php-4.3.0pre2/ext/standard/basic_functions.c:1474: dereferencing pointer to incomplete type
/Downloads/Unix/php-4.3.0pre2/ext/standard/basic_functions.c:1477: dereferencing pointer to incomplete type
/Downloads/Unix/php-4.3.0pre2/ext/standard/basic_functions.c:1482: dereferencing pointer to incomplete type
/Downloads/Unix/php-4.3.0pre2/ext/standard/basic_functions.c:1483: dereferencing pointer to incomplete type
/Downloads/Unix/php-4.3.0pre2/ext/standard/basic_functions.c:1484: dereferencing pointer to incomplete type
/Downloads/Unix/php-4.3.0pre2/ext/standard/basic_functions.c:1487: increment of pointer to unknown structure
/Downloads/Unix/php-4.3.0pre2/ext/standard/basic_functions.c:1487: arithmetic on pointer to an incomplete type
/Downloads/Unix/php-4.3.0pre2/ext/standard/basic_functions.c:1519: invalid use of undefined type `struct option'
/Downloads/Unix/php-4.3.0pre2/ext/standard/basic_functions.c:1519: dereferencing pointer to incomplete type
/Downloads/Unix/php-4.3.0pre2/ext/standard/basic_functions.c:1548: warning: passing arg 1 of `free_longopts' from incompatible pointer type
make: *** [ext/standard/basic_functions.lo] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-28 07:50 UTC] iliaa@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the original bug instead.

Thank you for your interest in PHP.

Same as bug #20063
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 18 23:01:26 2024 UTC