As Matt suggests you should use libxml2 for various reasons: eg. to avoid problems with apache mod_webdav or mod_php -- not to mention that it is much more efficient (damn! I mentioned it...). However, you probably will need expat for other purposes. Unfortunately, Expat 1.95.2 will not compile on Mac OS X (darwin) due to but Expat 1.95.1 will compile without any problems.
The problem with 1.95.2 is a known bug (http://sourceforge.net/tracker/index.php?func=detail&aid=445955&group_id= 10127&atid=110127) and should be fixed fairly soon. good luck Nyk Cowham. On Sunday, December 9, 2001, at 10:00 AM, Matt Sergeant wrote: > Don't use expat, use libxml2 and the latest AxKit beta. Should compile > out > of the box. > > ----- Original Message ----- > From: "Larry Shaffer" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, December 09, 2001 1:17 AM > Subject: AxKit and Mac OS X? > > >> Does anyone know how to get this installed on Mac OS X 10.1? I >> am having problems installing expat. >> >> Larry >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
