|
From: ASARI T. <as...@so...> - 2004-11-22 16:31:29
|
Hi, I'm trying to port peep 0.5 to Mac OS X. (not J2EE, sorry, Michael) Here is the patch: peep.patch.bz2 I am a beginner C programmer, so there must be fatal bugs in the code. (Furthermore, I am a dumb of autoconf, too!) Please give me any suggestions or helps. Now it seems to work for me like this way (I'm using /sw for prefix): tar -zxf Peep-0.5.0-rc2.tar.gz tar -zxf Peep-Sounds-0.5.0.tar.gz mv peep-0.5.x/sounds peep-0.5.0-rc2 cd peep-0.5.0-rc2 bzcat ../peep.patch.bz2 | sed 's|@PREFIX@|/sw|g' | patch -p1 CPPFLAGS=-I/sw/include LDFLAGS=-L/sw/lib LIBS=-lesd ./configure --prefix=/sw --without-alsa --without-oss make make install install -m 755 -d /sw/etc/peep cp -R conf/ /sw/etc/peep Well, it is interesting to write a code with C, but I prefer Java. -- ASARI Takashi @ Todai Fink Team http://fink.sodan.ecc.u-tokyo.ac.jp/ |