-
Notifications
You must be signed in to change notification settings - Fork 20
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
Error building on Ubuntu #10
Comments
Hi, thanks for your bug report and sorry for the late reply; both @owlkward and myself where busy with our thesis. I can't reproduce the build failure, but I assume its due to a missing dependency related to Bullet in CMake, leading to a build race condition. Also, does this bug also occur when you use Ninja (Install Instructions) instead of make? $ mkdir build && cd build
$ cmake -GNinja ..
$ ninja |
I was able to reproduce the issue now. My suggestion to build Bullet manually will not work, since the targets simply do not exist when using Make. I think they only exist when using Ninja due to the This reinforces my feeling, that building with Ninja should work. I will however try and produce a patch to provide a correct dependency for Make as well. |
It will take a while until my patch is published here, as I first commit it in our internal repository, but in the meantime: If you encounter this issue, you can build the relevant project manually, so for example: $ make project_bullet
$ make If you encounter this problem for other dependencies, the name you have to put after
you'd do |
System: Ubuntu 24.04 LTS
I ran the following commands:
sudo apt-get install -y cmake protobuf-compiler libprotobuf-dev qtbase5-dev libqt5opengl5-dev g++ libusb-1.0-0-dev libsdl2-dev libqt5svg5-dev libssl-dev
and the following error appears:
The text was updated successfully, but these errors were encountered: