Hello, hope to find you well. I tried to build the library and this error occurred. Can someone please help me? Thanks in advance.
Firstly, can you make sure to follow the build instructions here?
Secondly, what environment are you using? Is this native Ubuntu, or Windows based WSL Ubuntu, or native Windows, or Mingw, or …?
Make sure you use a recent C++ compiler that supports C++ Standard 17.
It looks to me that your C++ environment has some issues, so I would try to build a hello-world program first to check the C++ setup.
Hello, I’m on Arch, just did a fresh installation earlier today. I did follow the build instructions though, but this time got this error.
When building with CMake:
– The C compiler identification is GNU 15.1.1
– The CXX compiler identification is GNU 15.1.1
Am I missing something? Thanks for your time.
This is not an error. These are informative printouts. CMake says your system has GNU 15 (that is gcc 15 is available on your system).
I suggest you compile and build a basic hello-world example on your system and run it before trying to build OpenFHE. I also suggest consulting any tutorial on developing C++ code in your environment.
Also, if you still want to follow up on this issue, do provide more details, like more build environment details and a full error report.
Sorry, was not referring the printouts as an error. The error I was referring to is the one shown in the image sent with my first message. Well, I’m going to double check the environment. Thanks again for your time.