-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows/Conda and macOS/Homebrew build failed on Stable and Unstable branches #693
Comments
Example failure (see https://github.com/robotology/robotology-superbuild/actions/runs/772709209): Windows/Condafatal error LNK1181: cannot open input file 'OgreBites.lib
macOS/Homebrew2021-04-22T03:24:34.0531940Z ld: library not found for -lBulletSoftBody
|
I double checked, and indeed the library is built correctly on Windows/vcpkg and macOS/conda, it is not skipped or anything similar. |
Given that in both cases the failure is due to a library not found, it is possible that the problem is a missing |
Fixed by robotology/icub-basic-demos#33, see recent CI runs (see https://github.com/robotology/robotology-superbuild/actions/runs/779577429). The macOS/Conda failures are unrelated. |
It seems that the changes in robotology/icub-basic-demos#32 broke the compilation on:
Probably this is due to some Gazebo/problem bug, as instead the compilation (with Gazebo enabled) of Windows/vcpkg and macOS/Conda is working fine. Also, the CMake in gazebo-yarp-plugins seems to be working fine instead on those platforms, see https://github.com/robotology/gazebo-yarp-plugins/blob/40ef333672b9cc85cdf50255d229b6bb462237cb/CMakeLists.txt#L49 and https://github.com/robotology/gazebo-yarp-plugins/blob/40ef333672b9cc85cdf50255d229b6bb462237cb/plugins/controlboard/CMakeLists.txt#L42 .
The text was updated successfully, but these errors were encountered: