After I downloaded the most recent SVN 2008-10-28, (actually just downloaded just now, which seems to be revised a bit by "gbiggs" 3 days ago, "ccmake ." and "make", I get the following errors:
/home/jiapei/Tools/playerstagegazebo/player-svn/examples/libplayerc++/example1.cc:2:28: error: boost/signal.hpp: No such file or directory
/home/jiapei/Tools/playerstagegazebo/player-svn/examples/libplayerc++/example1.cc:3:26: error: boost/bind.hpp: No such file or directory
/home/jiapei/Tools/playerstagegazebo/player-svn/examples/libplayerc++/example1.cc: In function ‘int main(int, char**)’:
/home/jiapei/Tools/playerstagegazebo/player-svn/examples/libplayerc++/example1.cc:72: error: ‘bind’ is not a member of ‘boost’
/home/jiapei/Tools/playerstagegazebo/player-svn/examples/libplayerc++/example1.cc:78: error: ‘bind’ is not a member of ‘boost’
/home/jiapei/Tools/playerstagegazebo/player-svn/examples/libplayerc++/example1.cc:78: error: ‘ref’ is not a member of ‘boost’
/home/jiapei/Tools/playerstagegazebo/player-svn/examples/libplayerc++/example1.cc:79: error: ‘bind’ is not a member of ‘boost’
/home/jiapei/Tools/playerstagegazebo/player-svn/examples/libplayerc++/example1.cc:79: error: ‘ref’ is not a member of ‘boost’
/home/jiapei/Tools/playerstagegazebo/player-svn/examples/libplayerc++/example1.cc:105: error: ‘bind’ is not a member of ‘boost’
make[2]: *** [examples/libplayerc++/CMakeFiles/example1.dir/example1.o] Error 1
make[1]: *** [examples/libplayerc++/CMakeFiles/example1.dir/all] Error 2
make: *** [all] Error 2
It seems that player doesn't find boost, but in the ccmake configuration:
Boost_INCLUDE_DIR /usr/local/include/boost-1_36
Boost_LIBRARY_DIRS /usr/local/lib
Boost_SIGNALS_LIBRARY /usr/local/lib/libboost_signals-gcc42-mt-1_36.so
Boost_SIGNALS_LIBRARY_DEBUG Boost_SIGNALS_LIBRARY_DEBUG-NOTFOUND
Boost_SIGNALS_LIBRARY_RELEASE /usr/local/lib/libboost_signals-gcc42-mt-1_36.so
Boost_THREAD_LIBRARY /usr/local/lib/libboost_thread-gcc42-mt-1_36.so
Boost_THREAD_LIBRARY_DEBUG Boost_THREAD_LIBRARY_DEBUG-NOTFOUND
Boost_THREAD_LIBRARY_RELEASE /usr/local/lib/libboost_thread-gcc42-mt-1_36.so
So, any suggestions? Do I really need to specify
Boost_SIGNALS_LIBRARY_DEBUG Boost_SIGNALS_LIBRARY_DEBUG-NOTFOUND
and
Boost_THREAD_LIBRARY_DEBUG Boost_THREAD_LIBRARY_DEBUG-NOTFOUND
??????????????????
Cheers
JIA