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

typing make all #53

Open
dasylin opened this issue May 18, 2021 · 2 comments
Open

typing make all #53

dasylin opened this issue May 18, 2021 · 2 comments

Comments

@dasylin
Copy link

dasylin commented May 18, 2021

image

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?

@swanhong
Copy link
Member

Have you installed NTL library? If not, download and install from https://libntl.org/.

@adilnawazin
Copy link

You may need to install NTL and GMP first before builiding HEAAN

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

3 participants