Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: building php 4.0.5



got it... internal_functions.c has this at line 32:

#include "ext/mysql/php_mysql.h"n#include "ext/pcre/php_pcre.h"n#include
"ext/posix/php_posix.h"n#include "ext/session/mod_mm.h"n#include
"ext/session/php_session.h"n#include "ext/standard/php_standard.h"n#include
"ext/xml/php_xml.h"n

i changed it to the following and it worked fine:

#include "ext/mysql/php_mysql.h"
#include "ext/pcre/php_pcre.h"
#include "ext/posix/php_posix.h"
#include "ext/session/mod_mm.h"
#include "ext/session/php_session.h"
#include "ext/standard/php_standard.h"
#include "ext/xml/php_xml.h"

thanks,

cotton

On Tuesday, May 1, 2001, at 05:39 PM, Peter Bierman wrote:

At 3:40 PM -0700 5/1/01, Cotton wrote:
i'm just having a little trouble installing the new php distro.
configure goes fine, but it fails on make. here are the last few lines:

-DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 -g -O2 -c internal_functions.c
internal_functions.c:32: `#include' expects "FILENAME" or <FILENAME>


Look at line 32 of internal_functions.c

Does it #include "FILENAME" or <FILENAME>?


-pmb
_______________________________________________
darwinos-users mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/darwinos-users


References: 
 >Re: building php 4.0.5 (From: Peter Bierman <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.