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
gitpod /workspace/HEAAN/HEAAN/lib $ make all Building file: ../src/BootContext.cpp Invoking: GCC C++ Compiler g++ -I/usr/local/include -O3 -c -std=c++11 -pthread -MMD -MP -MF"src/BootContext.d" -MT"src/BootContext.o" -o "src/BootContext.o" "../src/BootContext.cpp" In file included from ../src/BootContext.cpp:8: ../src/BootContext.h:11:10: fatal error: NTL/ZZ.h: No such file or directory 11 | #include <NTL/ZZ.h> | ^~~~~~~~~~ compilation terminated. make: *** [src/subdir.mk:59: src/BootContext.o] Error 1
I used gitpod. Why isn't it working?
The text was updated successfully, but these errors were encountered:
Have you installed NTL library? If not, download and install from https://libntl.org/.
Sorry, something went wrong.
You may need to install NTL and GMP first before builiding HEAAN
No branches or pull requests
gitpod /workspace/HEAAN/HEAAN/lib $ make all
Building file: ../src/BootContext.cpp
Invoking: GCC C++ Compiler
g++ -I/usr/local/include -O3 -c -std=c++11 -pthread -MMD -MP -MF"src/BootContext.d" -MT"src/BootContext.o" -o "src/BootContext.o" "../src/BootContext.cpp"
In file included from ../src/BootContext.cpp:8:
../src/BootContext.h:11:10: fatal error: NTL/ZZ.h: No such file or directory
11 | #include <NTL/ZZ.h>
| ^~~~~~~~~~
compilation terminated.
make: *** [src/subdir.mk:59: src/BootContext.o] Error 1
I used gitpod. Why isn't it working?
The text was updated successfully, but these errors were encountered: