[Expat-discuss] expat on the Mac
Ken MacLeod
ken@bitsko.slc.ut.us
06 Feb 2001 11:59:47 -0600
Dan Winkler <dwinkler@virtual-ink.com> writes:
> I'm trying to port the source to the macintosh OSX. Was wondering
> if anyone has done this before with metrowerks Codewarrior? Any
> info on this would be appreciated. Thanks
I recently compiled expat 1.95.1 on MacOS9 using MPW and ran
`examples/outline.c' successfully. All I did was create a project
with all the .c files in 'lib' to create a library, then compiled
outline.c as a shell application.
I copied config.hin to config.h and just tweaked it until it compiled
OK.
-- Ken