SEAL
SEAL copied to clipboard
Failed to build on Ubuntu18.04
My g++ version is 7.5.0, and I run "cmake -S . -B build" successfully, but when running "cmake --build build", error occurs like this : SEAL-4.0.0/native/src/seal/util/rns.cpp:1239:14: required from here SEAL-4.0.0/native/src/seal/util/rns.cpp:1232:54: internal compiler error: in tsubst_copy, at cp/pt.c:14588 const uint64_t two_times_q_i = get<1>(I).value() << 1; ~~~~~^~~ Please submit a full bug report, with preprocessed source if appropriate. How to solve this error?