-
Notifications
You must be signed in to change notification settings - Fork 8
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
Unable to build / docs for setting up for build (on Ubuntu 24) #38
Comments
Maybe #36 is meant to fix this? |
I installed conan 2.1.0; it doesn't work with the setup.sh:
but it got further... ...
but still failed. |
I found the change that hardcodes the build to conan 1.59.0 and am trying that... |
probably need to move/backup your cachedir ( |
Now I get:
|
I deleted my cache dir and made no difference. I'll try an older GCC now |
|
I hate all the editing of global things... but installing gcc 12.1 and pointing at conan 1.59.0 and the gcc 12.2 I confirm lets me |
a debug build completed! yay! took 1.9m :) |
the long build is probably because of ctre regexes, but if you build incrementally after its built once, it should be much faster |
Are there some instructions for setting up a build? Would be cool to debug this. I tried the
setup.sh
(even though it goes against my personal dislike ofsudo
installing things...) but that failed too.I tried with a manual
cmake
setup too and that failed with:Is there perhaps a version of particualr conan I should use?
The text was updated successfully, but these errors were encountered: