HElib
HElib copied to clipboard
Error while interpreting a go wrapper for a simple encryption decryption example using HELib
Technical Lead: Expected Effort (Days, Weeks or Months): Expected Start Date: People or Skills Needed:
Brief Description:
github.com/nikofil/helib
In file included from helib/fhe.go:6:0:
./src/FHE.h:19:10: fatal error: climits: No such file or directory
#include
Hi Mike,
I have not looked a lot into it, but the line where it fails is the first include and it just states:
#include <climits>
Probably there is something wrong with your compiler and its header files set. I have no problems compiling with g++ 8.1.0 on Ubuntu.