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

probe makefile is broken on Linux #138

Open
mkravchik opened this issue May 21, 2024 · 1 comment
Open

probe makefile is broken on Linux #138

mkravchik opened this issue May 21, 2024 · 1 comment

Comments

@mkravchik
Copy link

I tried to build the probe project following its README - and it's broken.
Besides EVERPARSE_HOME, other environment variables are missing (FSTAR_HOME, KRML_HOME). Moreover, 3d is running fstart.exe from bin (so you need to run it from a different directory), and fstar is just looking for z3, so it must be in the PATH.

@tahina-pro
Copy link
Member

tahina-pro commented Aug 8, 2024

In fact, proper environment setup is required as described in steps 1, 4 and 5 of https://project-everest.github.io/everparse/build.html#build-in-the-source-tree

Alternatively, this Makefile should work with an EverParse binary package created via make everparse (see https://project-everest.github.io/everparse/build.html#build-a-binary-package), by replacing the value of EVERPARSE_EXE with the path to the everparse.sh (resp. everparse.cmd) script found in the Linux (resp. Windows) binary package.

Do those instructions work for you?

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

2 participants