-
Notifications
You must be signed in to change notification settings - Fork 6
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
does not compile under ubuntu 19.10 #2
Comments
Sorry for late response. For some reason I haven't received any notifications. I will update Linux guide soon. But in any way please don't expect too much from this tool just yet. It can only reliably handle some basic libraries like 'dearimgui' and likely will hit assertion issue on REAL codebases. |
I've updated build instructions, could you try again and see if it works? If it still fails can you post the build log please? |
I got the following error
Even with |
It's not zlib, it is Z3, a graph solver IIRC. It is the dependency of LLVM itself. What packages do you use? llvm-##-dev and clang-##-dev? If that's the case then the problem could possibly be with that specific version. |
I'm using clang+llvm-9.0.0 from the official releases page |
Oh, my bad: I meant |
I just spinned an Ubuntu fresh 19.10 virtualbox, complying all requirements with default packages (without adding third party PPAs/repos) and following instructions in the readme. The
cmake --build
step fails.Tried both using
g++
andclang++-7
as compiler.On this matter, I can help with the diagnose by adding a travis CI integration, but I dunno if it will be accepted/is part of the scope of this project.
The text was updated successfully, but these errors were encountered: