From: Takenori K. <tk...@gm...> - 2009-02-27 18:26:27
|
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 |
From: Hedayat V. <hed...@ai...> - 2009-02-28 10:33:05
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html style="direction: ltr;"> <head> <meta content="text/html;charset=UTF-8" http-equiv="Content-Type"> </head> <body style="direction: ltr;" bgcolor="#ffffff" text="#000000"> Hi Takenori,<br> 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: <a class="moz-txt-link-freetext" href="http://cmake.org/cmake/resources/software.html">http://cmake.org/cmake/resources/software.html</a><br> 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.<br> <br> Good luck,<br> Hedayat<br> <span><br> <style type="text/css">blockquote {color: navy !important; background-color: RGB(245,245,245) !important; padding: 0 15 10 15 !important; margin: 15 0 0 0; border-left: #1010ff 2px solid;} blockquote blockquote {color: maroon !important; background-color: RGB(235,235,235) !important; border-left-color:maroon !important} blockquote blockquote blockquote {color: green !important; background-color: RGB(225,225,225) !important; border-left-color:teal !important} blockquote blockquote blockquote blockquote {color: purple !important; background-color: RGB(215,215,215) !important; border-left-color: purple !important} blockquote blockquote blockquote blockquote blockquote {color: teal !important; background-color: RGB(205,205,205) !important; border-left-color: green !important}</style><i><b>Takenori KUBO <a class="moz-txt-link-rfc2396E" href="mailto:tk...@gm..."><tk...@gm...></a></b></i> wrote on ۰۹/۰۲/۲۷ 09:56:17:</span><br> <blockquote style="border-left: 2px solid rgb(16, 16, 255); color: navy; background-color: rgb(245, 245, 245); padding-left: 15px;" cite="mid:f87...@ma..." type="cite"> <pre wrap="">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 <a class="moz-txt-link-freetext" href="http://p.sf.net/sfu/XcvMzF8H">http://p.sf.net/sfu/XcvMzF8H</a> _______________________________________________ Simspark Generic Physical MAS Simulator simspark-devel mailing list <a class="moz-txt-link-abbreviated" href="mailto:sim...@li...">sim...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/simspark-devel">https://lists.sourceforge.net/lists/listinfo/simspark-devel</a> </pre> </blockquote> </body> </html> |
From: Takenori K. <tk...@gm...> - 2009-02-28 15:09:48
Attachments:
CMakeCache.txt
simspark-r51-ac.patch.bz2
|
Hi Hedayat, I don't oppose the cmake support. I propose that both of autotools and cmake are avilable until the cmake files are fixed to compile the simspark on OSX without problems. It seems to take a lot of time to fix the current version of cmake files for making a OSX packages. I tried to make a OSX package with cmake for almost 2 days long, but I gave up and used autotools. I don't know cmake so much. In addition, some CMakefile.txt files have problems. I show you actual steps to make OSX binary pakeges with Autotools and CMakes, respectively. A patch file which I used below is attached to this email. CMakeCache.txt is also attached. 0.Enviroment Simspark will install into /Applications/rcssserver3d.app/Contents/simspark-r51 SDL,DEVIL,ODE,libjpeg,FreeTYPE installed in /Applications/rcssserver3d.app/Contents/depend Boost (static) library installed in /opt/boost-static 1.Autotools. $ export DD=/Applications/rcssserver3d.app/Contents/depends $ PATH=$DD/bin:$PATH:/opt/local/bin $ cd simspark $ CPPFLAGS="-I$DD/include -I/opt/boost-static" \ LDFLAGS="-L$DD/lib -L/opt/boost-static" \ ./configure --prefix=/Applications/rcssserver3d.app/Contents/simspark-r51 $ make $ make install $ cd rcserver3d $ CPPFLAGS="-I$DD/include -I/opt/boost-static" \ LDFLAGS="-L$DD/lib -L/opt/boost-static" \ ./configure --prefix=/Applications/rcssserver3d.app/Contents/simspark-r51 $ make $ make install # install successed 2.CMake $ export DD=/Applications/rcssserver3d.app/Contents/depends $ PATH=$DD/bin:$PATH:/opt/local/bin $ BOOST_ROOT=/opt/boost-static FREETYPE_DIR=$DD DEVIL_DIR=$DD OGRE_HOME=$DD SDLDIR=$DD ccmake .. # edit setting by hand. $ make Scanning dependencies of target libobject [ 0%] Building C object utility/libobj/CMakeFiles/libobject.dir/libobj.c.o Linking C static library liblibobject.a /usr/bin/ranlib: file: liblibobject.a(libobj.c.o) has no symbols /usr/bin/ranlib: warning for library: liblibobject.a the table of contents is empty (no object file members in the library define global symbols) [ 0%] Built target libobject Scanning dependencies of target rcssnet3D [ 0%] Building CXX object utility/rcssnet/CMakeFiles/rcssnet3D.dir/addr.cpp.o In file included from /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:21: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.hpp:27:32: error: boost/shared_ptr.hpp: No such file or directory /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.hpp:28:29: error: boost/cstdint.hpp: No such file or directory /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.hpp:39: error: ‘boost’ has not been declared /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.hpp:40: error: ‘boost’ has not been declared /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.hpp:75: error: ‘boost’ has not been declared /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.hpp:75: error: ISO C++ forbids declaration of ‘shared_ptr’ with no type /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.hpp:75: error: expected ‘;’ before ‘<’ token /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp: In constructor ‘rcss::net::Addr::Addr(uint16_t, uint32_t)’: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:230: error: class ‘rcss::net::Addr’ does not have any field named ‘m_impl’ /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp: In constructor ‘rcss::net::Addr::Addr(const sockaddr_in&)’: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:234: error: class ‘rcss::net::Addr’ does not have any field named ‘m_impl’ /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp: In member function ‘bool rcss::net::Addr::setPort(uint16_t)’: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:240: error: ‘m_impl’ was not declared in this scope /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp: In member function ‘bool rcss::net::Addr::setPort(const std::string&, const std::string&)’: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:247: error: ‘m_impl’ was not declared in this scope /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp: In member function ‘bool rcss::net::Addr::setHost(uint32_t)’: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:253: error: ‘m_impl’ was not declared in this scope /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp: In member function ‘bool rcss::net::Addr::setHost(const std::string&)’: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:259: error: ‘m_impl’ was not declared in this scope /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp: In constructor ‘rcss::net::Addr::Addr(uint16_t, const std::string&)’: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:263: error: class ‘rcss::net::Addr’ does not have any field named ‘m_impl’ /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp: In member function ‘const sockaddr_in& rcss::net::Addr::getAddr() const’: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:269: error: ‘m_impl’ was not declared in this scope /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp: In member function ‘uint16_t rcss::net::Addr::getPort() const’: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:273: error: ‘m_impl’ was not declared in this scope /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp: In member function ‘uint32_t rcss::net::Addr::getHost() const’: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:277: error: ‘m_impl’ was not declared in this scope /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp: In member function ‘std::string rcss::net::Addr::getHostStr() const’: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:281: error: ‘m_impl’ was not declared in this scope /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp: In member function ‘std::string rcss::net::Addr::getPortStr(const std::string&) const’: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:285: error: ‘m_impl’ was not declared in this scope make[2]: *** [utility/rcssnet/CMakeFiles/rcssnet3D.dir/addr.cpp.o] Error 1 make[1]: *** [utility/rcssnet/CMakeFiles/rcssnet3D.dir/all] Error 2 make: *** [all] Error 2 -- Regards, Takenori KUBO |
From: Takenori K. <tk...@gm...> - 2009-02-28 15:35:46
Attachments:
CMakeCache.txt.bz2
|
Hi, I removed attached patch file and send mail again. Because, the e-mail which I send is blocked by sf.net mail filter. Regard. Takenori KUBO ---------- Forwarded message ---------- From: Takenori KUBO <tk...@gm...> Date: 2009/3/1 Subject: Re: [simspark-devel] OSX support and autotools To: sim...@li... Hi Hedayat, I don't oppose the cmake support. I propose that both of autotools and cmake are avilable until the cmake files are fixed to compile the simspark on OSX without problems. It seems to take a lot of time to fix the current version of cmake files for making a OSX packages. I tried to make a OSX package with cmake for almost 2 days long, but I gave up and used autotools. I don't know cmake so much. In addition, some CMakefile.txt files have problems. I show you actual steps to make OSX binary pakeges with Autotools and CMakes, respectively. A patch file which I used below is attached to this email. CMakeCache.txt is also attached. 0.Enviroment Simspark will install into /Applications/rcssserver3d.app/Contents/simspark-r51 SDL,DEVIL,ODE,libjpeg,FreeTYPE installed in /Applications/rcssserver3d.app/Contents/depend Boost (static) library installed in /opt/boost-static 1.Autotools. $ export DD=/Applications/rcssserver3d.app/Contents/depends $ PATH=$DD/bin:$PATH:/opt/local/bin $ cd simspark $ CPPFLAGS="-I$DD/include -I/opt/boost-static" \ LDFLAGS="-L$DD/lib -L/opt/boost-static" \ ./configure --prefix=/Applications/rcssserver3d.app/Contents/simspark-r51 $ make $ make install $ cd rcserver3d $ CPPFLAGS="-I$DD/include -I/opt/boost-static" \ LDFLAGS="-L$DD/lib -L/opt/boost-static" \ ./configure --prefix=/Applications/rcssserver3d.app/Contents/simspark-r51 $ make $ make install # install successed 2.CMake $ export DD=/Applications/rcssserver3d.app/Contents/depends $ PATH=$DD/bin:$PATH:/opt/local/bin $ BOOST_ROOT=/opt/boost-static FREETYPE_DIR=$DD DEVIL_DIR=$DD OGRE_HOME=$DD SDLDIR=$DD ccmake .. # edit setting by hand. $ make Scanning dependencies of target libobject [ 0%] Building C object utility/libobj/CMakeFiles/libobject.dir/libobj.c.o Linking C static library liblibobject.a /usr/bin/ranlib: file: liblibobject.a(libobj.c.o) has no symbols /usr/bin/ranlib: warning for library: liblibobject.a the table of contents is empty (no object file members in the library define global symbols) [ 0%] Built target libobject Scanning dependencies of target rcssnet3D [ 0%] Building CXX object utility/rcssnet/CMakeFiles/rcssnet3D.dir/addr.cpp.o In file included from /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:21: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.hpp:27:32: error: boost/shared_ptr.hpp: No such file or directory /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.hpp:28:29: error: boost/cstdint.hpp: No such file or directory /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.hpp:39: error: ‘boost’ has not been declared /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.hpp:40: error: ‘boost’ has not been declared /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.hpp:75: error: ‘boost’ has not been declared /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.hpp:75: error: ISO C++ forbids declaration of ‘shared_ptr’ with no type /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.hpp:75: error: expected ‘;’ before ‘<’ token /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp: In constructor ‘rcss::net::Addr::Addr(uint16_t, uint32_t)’: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:230: error: class ‘rcss::net::Addr’ does not have any field named ‘m_impl’ /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp: In constructor ‘rcss::net::Addr::Addr(const sockaddr_in&)’: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:234: error: class ‘rcss::net::Addr’ does not have any field named ‘m_impl’ /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp: In member function ‘bool rcss::net::Addr::setPort(uint16_t)’: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:240: error: ‘m_impl’ was not declared in this scope /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp: In member function ‘bool rcss::net::Addr::setPort(const std::string&, const std::string&)’: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:247: error: ‘m_impl’ was not declared in this scope /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp: In member function ‘bool rcss::net::Addr::setHost(uint32_t)’: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:253: error: ‘m_impl’ was not declared in this scope /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp: In member function ‘bool rcss::net::Addr::setHost(const std::string&)’: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:259: error: ‘m_impl’ was not declared in this scope /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp: In constructor ‘rcss::net::Addr::Addr(uint16_t, const std::string&)’: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:263: error: class ‘rcss::net::Addr’ does not have any field named ‘m_impl’ /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp: In member function ‘const sockaddr_in& rcss::net::Addr::getAddr() const’: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:269: error: ‘m_impl’ was not declared in this scope /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp: In member function ‘uint16_t rcss::net::Addr::getPort() const’: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:273: error: ‘m_impl’ was not declared in this scope /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp: In member function ‘uint32_t rcss::net::Addr::getHost() const’: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:277: error: ‘m_impl’ was not declared in this scope /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp: In member function ‘std::string rcss::net::Addr::getHostStr() const’: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:281: error: ‘m_impl’ was not declared in this scope /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp: In member function ‘std::string rcss::net::Addr::getPortStr(const std::string&) const’: /Users/kubo/Desktop/rc3d/cmake/trunk-r51/spark/utility/rcssnet/addr.cpp:285: error: ‘m_impl’ was not declared in this scope make[2]: *** [utility/rcssnet/CMakeFiles/rcssnet3D.dir/addr.cpp.o] Error 1 make[1]: *** [utility/rcssnet/CMakeFiles/rcssnet3D.dir/all] Error 2 make: *** [all] Error 2 -- Regards, Takenori KUBO |
From: Takenori K. <tk...@gm...> - 2009-03-03 08:55:31
Attachments:
trunk-r51-cmake-apple-support.diff.bz2
configure.cmake.sh
|
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 > |
From: Oliver O. <oli...@cs...> - 2009-03-04 23:56:13
|
Hi Hedayat, Takenori, On 28/02/2009, at 9:32 PM, Hedayat Vatankhah wrote: > 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. any solution on the horizon that makes both of you happy? cheers Oliver -- Oliver Obst form follows function (Louis Sullivan). Fon: +61 2 9325 3278 http://oliver.obst.eu/ Autonomous Systems Lab CSIRO ICT Centre http://www.ict.csiro.au/asl/ |
From: Takenori K. <tk...@gm...> - 2009-03-05 01:10:13
|
Hi Oliver, Hedayat, I fixed CMakeList.txt files for OSX. Then, I can make OSX packages without autotools. Can I commit the fix. Regards Takenori KUBO 2009/3/5 Oliver Obst <oli...@cs...>: > Hi Hedayat, Takenori, > > On 28/02/2009, at 9:32 PM, Hedayat Vatankhah wrote: > >> 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. > > any solution on the horizon that makes both of you happy? > > cheers > Oliver > > -- > Oliver Obst form follows function (Louis Sullivan). > Fon: +61 2 9325 3278 http://oliver.obst.eu/ > Autonomous Systems Lab CSIRO ICT Centre http://www.ict.csiro.au/asl/ > > > > |
From: Oliver O. <Oli...@cs...> - 2009-03-05 02:39:38
|
On 05/03/2009, at 12:10 PM, Takenori KUBO wrote: > I fixed CMakeList.txt files for OSX. > Then, I can make OSX packages without autotools. > > Can I commit the fix. Sounds good for me! cheers Oliver |