HElib icon indicating copy to clipboard operation
HElib copied to clipboard

Error while interpreting a go wrapper for a simple encryption decryption example using HELib

Open MikeDSH opened this issue 6 years ago • 1 comments

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 ^~~~~~~~~ compilation terminated.

MikeDSH avatar Mar 03 '19 13:03 MikeDSH

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.

boev avatar Mar 04 '19 09:03 boev