You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the tutorial by running g++ src/gadgetlib2/examples/tutorial.hpp from the libsnark folder without success. I am working on Ubuntu 15, with g++-5.2.
The error is: tutorial.cpp:14:33: fatal error: gadgetlib2/gadget.hpp: No such file or directory.
If I change the line to a path relative to the cpp file e.g. #include "../gadget.hpp" then that error is fixed, but it starts to show the same error in a chain in the next file it finds pp.hpp:13:42: fatal error: common/default_types/ec_pp.hpp: No such file or directory
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
daira
added a commit
to daira/libsnark
that referenced
this issue
Aug 21, 2016
I am trying to run the tutorial by running
g++ src/gadgetlib2/examples/tutorial.hpp
from the libsnark folder without success. I am working on Ubuntu 15, with g++-5.2.The error is:
tutorial.cpp:14:33: fatal error: gadgetlib2/gadget.hpp: No such file or directory.
If I change the line to a path relative to the cpp file e.g.
#include "../gadget.hpp"
then that error is fixed, but it starts to show the same error in a chain in the next file it findspp.hpp:13:42: fatal error: common/default_types/ec_pp.hpp: No such file or directory
What am I doing wrong?
The text was updated successfully, but these errors were encountered: