From: Takenori K. <tk...@gm...> - 2009-03-03 08:55:31
|
Hi, I try to learn CMake and fix CMakeList.txt files for OSX. Then, I can make OSX binary with CMake. I attached trunk-r51-cmake-apple-support.diff.bz2 and configure.cmake.sh I show you actual steps to make OSX binary with CMake. 0.Enviroment Simspark will install into /Applications/rcssserver3d.app/Contents/simspark-r51-cmake SDL,DEVIL,ODE,libjpeg,FreeTYPE installed in /Applications/rcssserver3d.app/Contents/depends http://rc-oz.sourceforge.jp/rc3d-osx/rcssserver3d.app-0.6-Intel-Leopard-rc3.zip contains the depends directory. Boost (static) library installed in /opt/boost-static 1.Patch $ cd simspark-trunk-rev51 $ bzcat path/to/trunk-r51-cmake-apple-support.diff.bz2 | patch -p 1 2.Spark (not including plugin/imageperceptor) $ cd spark $ mkdir build; cd build $ bash path/to/configure.cmake.sh $ make $ make install 3.rcssserver3D $ cd rcssserver3d $ mkdir build; cd build $ bash path/to/configure.cmake.sh $ make $ make install # But, I would like to use autotools too. Regards, Takenori KUBO 2009/2/28 Hedayat Vatankhah <hed...@ai...>: > Hi Takenori, > Why you cannot create a OSX binary package without autotools? CMake supports > Mac OSX, so you should be able to use CMake for this purpose: > http://cmake.org/cmake/resources/software.html > It might have problems, but we can fix the problems together. So, please try > to use CMake on Mac OSX, and let us know about the problems so that we can > make it work there too. > > Good luck, > Hedayat > > Takenori KUBO <tk...@gm...> wrote on ۰۹/۰۲/۲۷ 09:56:17: > > Hi all. > > I would like to use autotools again. > > When you decided to remove autotools( [simspark-devel] Removing > autotools support?! On Tue, Jan 27, 2009), I could not give any > comment on that becaouse I didn't subscribe this mailing-list.(sorry > about that) > > I have been supporting the OSX binary packages since the rcssserver3d-0.6. > The reason why I would like to use autotools again is that I can not > make a OSX binary package without autotools. > > I already made the OSX binary packages of rcssserver3d-0.6.1, > simspark-0.1 and revision 51 with autotools. > > Regards, > Takenori KUBO > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Simspark Generic Physical MAS Simulator > simspark-devel mailing list > sim...@li... > https://lists.sourceforge.net/lists/listinfo/simspark-devel > |