[go: nahoru, domu]

Skip to content
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 installing CREST (yices_c.h: No such file or directory) #1

Closed
brenomiranda opened this issue Nov 18, 2014 · 5 comments
Closed

Comments

@brenomiranda
Copy link

Brief description: Fatal error message is displayed while installing CREST

Steps to reproduce:

  1. Download and install Yices 2.2.2
  2. Change YICES_DIR in src/Makefile to point to Yices location
  3. Build CIL by running "configure" and "make" in the cil/ directory
  4. Try to build CREST by running "make" in the src/ directory

Expected results:

Actual result:

  • A fatal error message is displayed stating that yices_c.h cannot be found (fatal error: yices_c.h: No such file or directory)
  • This is the complete error message:
g++ -I. -I/home/user/Downloads/yices-2.2.2/include -Wall -O2   -c -o base/yices_solver.o base/yices_solver.cc
base/yices_solver.cc:17:21: fatal error: yices_c.h: No such file or directory
 #include <yices_c.h>
                     ^
compilation terminated.
make: *** [base/yices_solver.o] Error 1

Environment information:

  • Ubuntu 14.04 (64-bit)
  • Crest 0.1.2
  • Yices 2.2.2

Additional information:

  • It seems that this issue has been already reported at google code page for the CREST project (Issue 22) since May, 2014.
@endadul
Copy link
endadul commented Jan 29, 2015

I faced the same problem. Later I downloaded Yices 1.0.40 from here (http://yices.csl.sri.com/download-yices1.shtml). It worked for me.

@MaxTracks
Copy link

The same issue occurred for me. Even modifying the includes to Yices headers did not resolve the problem. Using Yices 1.0.40 solved my problem. Here is an updated link to it: http://yices.csl.sri.com/cgi-bin/yices-newlicense.cgi?file=yices-1.0.40-x86_64-unknown-linux-gnu-static-gmp.tar.gz

@jburnim
Copy link
Owner
jburnim commented Feb 6, 2017

I updated the README to make it clear that version 1 of Yices must be used.

@jburnim jburnim closed this as completed Feb 6, 2017
@charitha22
Copy link

Can someone share yices version 1. These links are broken.

@9iang22
Copy link
9iang22 commented Mar 6, 2024

Yices 1 can be downloaded here: https://yices.csl.sri.com/old/download-yices1.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants