-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi,
I am trying to setup pivc on my system as part of educating myself with "The Calculus of computation".
There are two issues
-
under src/ folder,
make
fails with the error
Error: I/O error: ../../bin/test_parser: No such file or directory
If make is invoked after manually creating bin folder under piVC and the make is invoked from src/, error is no more seen and make is successful. Executables pi_gui, servers are created in bin.
Then I copied yices binary (obtained by following the steps under Aptitude section of https://github.com/SRI-CSL/yices2 to obtain pre-built binaries) in the bin/ folder. -
When I tried to compile samples/feature_demonstrations/predicates.pi by the user interface provided by bin/pi_gui, I get the following exception.
Exception
Verify.Dp_server_exception("Smt_solver.SolverError("yices: invalid option: -e")")
Earlier, I executed both_servers in a separate terminal and set server to 127.0.0.1 in settings menu in pi_gui window so that it connects to the server instantiated by both_servers.
Can you please help me with this?