Opened 19 years ago
Closed 19 years ago
#7894 closed defect (worksforme)
BUG: php5 5.1.2 -> 5.1.21 breaks
Reported by: | jonathan.williams@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.2 |
Keywords: | Cc: | jonathan.williams@… | |
Port: |
Description
/usr/lib/gcc/i686-apple-darwin8/4.0.1/include/varargs.h:4:2: error: #error "GCC no longer implements <varargs.h>." /usr/lib/gcc/i686-apple-darwin8/4.0.1/include/varargs.h:5:2: error: #error "Revise your code to use <stdarg.h>."
while compiling mbstring stuff
Change History (3)
comment:1 Changed 19 years ago by jonathan.williams@…
Cc: | jonathan.williams@… added |
---|
comment:2 Changed 19 years ago by mww@…
Summary: | php5 1.2 -> 1.21 breaks → BUG: php5 5.1.2 -> 5.1.21 breaks |
---|
comment:3 Changed 19 years ago by jonathan.williams@…
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I have no idea what I did last night, as it seems to work for me.. I was messing around a lot with trying to override openssl dependencies in packages to use the local version of openssl. It works fine now. Sorry!
Note: See
TracTickets for help on using
tickets.
this is a strange bug indeed (considering that php5 does not require varargs);
can you supply us with a full trace? $> port clean php5 $> port -d destroot php5 > trace.log 2>&1
attach the trace here!