Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error compiling with gcc 4.8.5 #146

Closed
aspitaleri opened this issue May 25, 2022 · 2 comments
Closed

error compiling with gcc 4.8.5 #146

aspitaleri opened this issue May 25, 2022 · 2 comments

Comments

@aspitaleri
Copy link

Hi there,
ViennaRNA 2.5 compiling was dying here:

../dlib-19.22/dlib/all/libRNA_concentrations_la-source.lo
with no error at all.
Update to gcc version > 7 everything went smoothly.

My configure is
./configure --prefix=/SOFTW/ViennaRNA-2.5 --with-kinwalker --with-cluster --with-python3 --without-cla-pdf --without-cla

@B199944-2021
Copy link

B199944-2021 commented May 31, 2022

In my case, some error message would pop out. The dlib 19.22 has dropped support for GCC 4.85, which was the default compiler for centos 7 and some other Linux systems. I think they'd better update this issue on the install page next time.

@RaumZeit
Copy link
Member

RaumZeit commented Jun 7, 2022

That is unfortunate! We added dlib to our source tree for version 2.5.0 to efficiently compute concentration dependencies upon multi-strand interactions. Apparently, dlib requires a more recent compiler that actually implements the C++17 standard, which is only available since GCC 5.
I'll see whether I can put a more prominent note in the build requirements section.

@RaumZeit RaumZeit closed this as completed Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants