quarkslab / NFLlib

NTT-based Fast Lattice library
MIT License
165 stars 52 forks source link

when using nfllib on ubuntu18.04 some errors occurred #48

Closed gongchengdashao closed 4 years ago

gongchengdashao commented 4 years ago

previously, make test, everything is ok! But I don't konw how to use nflib. there are no example .can U support some example,ths There are my error:

knight@knight:~/nfllib/tests$ g++ -Ilib -lnfllib_static.a -std=c++11 Test_simple.cpp ../include/nfl.hpp Test_simple.cpp:27:10: fatal error: nfl.hpp: 没有那个文件或目录

include

      ^~~~~~~~~

compilation terminated. In file included from ../include/nfl.hpp:17:0: ../include/nfl/poly.hpp:23:10: fatal error: nfl/debug.hpp: 没有那个文件或目录

include "nfl/debug.hpp"

      ^~~~~~~~~~~~~~~

compilation terminated.

I don't konw how to do!