-
Notifications
You must be signed in to change notification settings - Fork 17
Problems compiling codyco-superbuild, errors on orocos_kdl and qpOASES #100
Comments
With "I did not dare to update the superbuild" you mean you did not run neither |
Yes exactly I did not perform any pull or update-all, this is the latest commit fa6d240 |
But I also did not install qpOASES from external sources on that computer, not sure if this matters somehow... |
And the segfault problem I was talking about before is not there anymore, but I still did not update the superbuild. |
I think the problem is the YCM is not at the master, because the compilation of [1] https://github.com/robotology/codyco-superbuild/blob/master/cmake/Buildorocos_kdl.cmake#L10 |
@traversaro thanks, I switched ycm to master now and it seems to fix the orocos_kdl problem.
Also, this error message with qpOASES not found |
Where is installed the external qpOASES ? |
The external qpOASES is in |
qpOASES does not install any
That's actually why we keep a separate repo with a decent "CMake" build system for qpOASES at https://github.com/robotology-dependencies/qpOASES (this is the one used by the superbuild). Porting this changes upstream is desirable but we never had the time to do it, see robotology-dependencies/qpOASES#1 . Even if qpOASES does not install any CMake configuration file, qpOASES should be found by https://github.com/robotology/ycm/blob/master/find-modules/FindqpOASES.cmake , I wonder why it is not found. I will try to reproduce it locally. |
Hi @hu-yue |
Hi,
I had qpOASES installed from external sources (not from superbuild), then I could not compile supebuild since it was complaining that it could not find qpOASES, then I uninstalled the qpOASES of the external sources and tried again with codyco-superbuild, it kept having errors. Given the frustration, I decided to delete the whole codyco-superbuild and build everything again, and these are the errors I get:
ERRORCould not find qpOASES
I already checked as for issue #86 and the ycm version is now still
v0.1.1
, not sure if I should switch it back to master.All started with a segfault in a program I wrote some time ago using yarpWholeBodyInterface, trying to debug that on a computer where I did not dare to update the superbuild.
CMakeCache is here https://www.dropbox.com/s/jn91au2nr3kzndg/CMakeCache.txt?dl=0
Thanks!
The text was updated successfully, but these errors were encountered: