Page 1 of 1

Compiling guichan-0.4.0 on Mac OS X

Posted: 23 Jun 2005, 14:22
by gene
Just thought I'd share, although there's probably a better way to do it:

Code: Select all

~/src/guichan-0.4.0$ cp /build/include/SDL/* ./include/guichan/sdl/
~/src/guichan-0.4.0$ cp -Rp /build/include/SDL ./src/sdl/
~/src/guichan-0.4.0$ ./configure --prefix=/build/ --enable-force-sdlimage --enable-force-sdl && make && make install
You'll still see the "* SDL = no" message, but it builds.

Posted: 24 Jun 2005, 17:58
by ElvenProgrammer
Nice we need something written and probably it will be added to the install docs.

Posted: 24 Jun 2005, 18:56
by gene
Once I've got "fixes" for compiling all dependencies under OS X I'll slap something together for the wiki. libxml2 is a pain, and I have yet to try physfs.