We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I suffer a erro when performming "make", would you do me a favor?
the erro information as follow:
zhou@zhou-virtual-machine:~/Documents/obliv-c/test/oblivc/sqrtOram$ make /home/zhou/Documents/obliv-c/bin/oblivcc -c -O3 oram/sqrtoram.oc -I oram -I util -I /home/zhou/Documents/obliv-c/src/ext/oblivc -o build/oram/sqrtoram.oo /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h[21:12-28] : syntax error Parsing errorFatal error: exception Frontc.ParseError("Parse error") make: *** [Makefile:111:build/oram/sqrtoram.oo] error 2
The text was updated successfully, but these errors were encountered:
This sounds like the same error as posted in samee/obliv-c#48. Can you try the same workarounds and see if they work for you?
Sorry, something went wrong.
No branches or pull requests
I suffer a erro when performming "make", would you do me a favor?
the erro information as follow:
zhou@zhou-virtual-machine:~/Documents/obliv-c/test/oblivc/sqrtOram$ make
/home/zhou/Documents/obliv-c/bin/oblivcc -c -O3 oram/sqrtoram.oc -I oram -I util -I /home/zhou/Documents/obliv-c/src/ext/oblivc -o build/oram/sqrtoram.oo
/usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h[21:12-28] : syntax error
Parsing errorFatal error: exception Frontc.ParseError("Parse error")
make: *** [Makefile:111:build/oram/sqrtoram.oo] error 2
The text was updated successfully, but these errors were encountered: