-
Notifications
You must be signed in to change notification settings - Fork 50
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 while compiling CREST : base/basic_types.cc #5
Comments
What version of g++ are you using? In particular, what is the output of running It looks like gcc6 now treats "narrowing conversions" as an error rather than a warning. You should be able to work around this issue by either using an earlier version of gcc or by adding |
I encountered same problem with uwevil, and solved it.
this error came out, so I edited the location of yices_c.h in yices_solver.cc to my yices directory.
this new error came out and I can't solve it since there's not enough info. |
Have you set What version of Yices have you downloaded? |
Thank you for the reply! |
here's the full error message
|
I added +. Ubuntu version 18 has package crush issue. 16 was fine ++. I found silly situation. I installed many things like GMP, updated every packages so that the installation process encountered many problems. However, when I re-installed with simple guidelines(extract yices, edit YICES_DIR, installed ocaml and g++-multilib), not much errors came out and CREST running process was fine. |
Yep, -no-pie is the cure. |
Hello,
I'am starting using CREST but as subject, I have a problem of "narrowing conversion" as follow
How is it? Does anyone have same problem?
I'm using Lubuntu 16.10, running on VM.
Thank you for your help.
uwevil
The text was updated successfully, but these errors were encountered: