Issues compiling Rosetta 3.9 for RifDock #168
Replies: 1 comment 3 replies
-
Looks like there's some issue with the compiler internals. It looks like some part of the code generation is producing something the other part of the compiler can't understand.
(When you get "internal compiler error" and "Please submit a full bug report, with preprocessed source", that indicates that there's something going on wrong internally with the compiler.) You might be able to try compiling with a different compiler. A newer version or a different installation might fix it. -- for ninja_build.py, change your Alternatively, there may be something off with the OMP build. This isn't tested as much as the other builds, and it there may be some compiler/OMP difference that causes issues. You might want to try a non-OMP build, and see if that works. (The lack of OMP shouldn't affect things, except perhaps by making things slower, and even then only certain protocols would be affected.) |
Beta Was this translation helpful? Give feedback.
-
I am struggling to build Rosetta scripts using ninja build.py . I am using gcc ubuntu 5.3.1 and rosetta 3.9 downloaded from https://downloads.rosettacommons.org/downloads/academic/3.9/. I have downloaded the source version.
When i run ./ninja_build.py cxx11_omp -t rosetta_scripts -remake. I get the following error
max@max~R1rosetta_src_2018.09.60072.txt
Beta Was this translation helpful? Give feedback.
All reactions