-
eshuy committed revision 7658 to the Yet Another Robot Platform SVN repository, changing 1 files.
2009-12-18 15:55:11 UTC in Yet Another Robot Platform
-
eshuy committed revision 7657 to the Yet Another Robot Platform SVN repository, changing 3 files.
2009-12-14 13:31:15 UTC in Yet Another Robot Platform
-
In practice, the CMake code for each language is maintained by different users so there is no coherent strategy. It might be better to break the CMakeLists.txt file up across a separate directory per language to reflect this reality and avoid interference. It is difficult for one person to make even safe-sounding global changes because of the variety of versions and environments out there.
2009-12-09 17:02:17 UTC in Yet Another Robot Platform
-
For the .so naming issue (liblibjyarp.so), as of cmake 2.6-4 and swig 1.3.39, the code as is generates libjyarp.so. I would guess that the SWIG helper methods in cmake 2.8, which you are using, have been improved to insert a lib on UNIX style systems. If that is the case, we need to put in a conditional (we need to support cmake back to at least 2.4). It will take a little work to figure out...
2009-12-09 16:57:01 UTC in Yet Another Robot Platform
-
Hi Kaouete, thanks for reporting this. What OS, CMake, and Swig versions are you using? If you look in example/swig/CMakeLists.txt, in the area within IF(CREATE_JAVA)... ENDIF(CREATE_JAVA) you'll see there is a little bit of logic that tries to pick a target name with or without the "lib" prefix depending on the platform. This logic will need to be extended, I guess, for your situation...
2009-12-09 15:45:56 UTC in Yet Another Robot Platform
-
Thanks for the report! Sounds like interference between the Java wrappers build and the Python wrappers build. It is safer to just turn on and build one language at a time, since combinations don't get tested much by users (and this stuff is basically user-maintained). Try turning off the CREATE_JAVA flag if it is turned on (delete your CMakeCache.txt file if necessary, or use ccmake .)
2009-12-09 15:38:38 UTC in Yet Another Robot Platform
-
eshuy committed revision 7656 to the Yet Another Robot Platform SVN repository, changing 5 files.
2009-12-09 15:19:27 UTC in Yet Another Robot Platform
-
eshuy committed revision 7652 to the Yet Another Robot Platform SVN repository, changing 3 files.
2009-12-08 19:25:15 UTC in Yet Another Robot Platform
-
eshuy committed revision 7648 to the Yet Another Robot Platform SVN repository, changing 4 files.
2009-12-04 15:08:43 UTC in Yet Another Robot Platform
-
eshuy made 1 file-release changes.
2009-12-04 15:04:02 UTC in Yet Another Robot Platform