robotology / poeticon

This is the repository of the POETICON++ EU project http://www.poeticon.eu
GNU General Public License v2.0
4 stars 6 forks source link

error compiling poeticon tree #187

Closed vtikha closed 8 years ago

vtikha commented 8 years ago

I have the following error compiling the poeticon tree after a recent update:

Linking CXX executable ../../bin/dummyWorldStateManager
CMakeFiles/dummyWorldStateManager.dir/src/DummyWorldStateMgrMain.cpp.o: In function `main':
DummyWorldStateMgrMain.cpp:(.text.startup+0xd2): undefined reference to `yarp::os::ResourceFinder::configure(int, char**)'
collect2: error: ld returned 1 exit status
make[2]: *** [bin/dummyWorldStateManager] Error 1
gsaponaro commented 8 years ago

Thanks, I reproduced the problem, it seems to be related to this yarp change and is probably affecting other modules.

vtikha commented 8 years ago

fixed. Sorry my bad, compiling on a machine without an updated yarp + icub... remember to remove cache if you need to do it on your end.

gsaponaro commented 8 years ago

Ah, good, thanks (indeed I had to clean yarp cache and re-build everything to get it fixed).