-
Notifications
You must be signed in to change notification settings - Fork 6
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
Installation error on centos #310
Comments
It seems strange that your listed gcc version at the bottom is 4.8.5, but in the compilation output it shows 4.8.2 What does this give you?
|
Also I think it would be helpful if you provided the full install log, not just the compilation bits, in case we are missing something |
I think we have similar issue. We're running on CentOS 7.9, R version 4.2.0. Initial error seem to be here: /usr/prog/software/GCCcore/11.2.0/include/c++/11.2.0/bits/locale_classes.h:335:37: error: '_GLIBCXX_NUM_CATEGORIES' was not declared in this scope $> g++ --version Log file attached. |
Oh that log was very helpful. I think your CentOS compiler is including my local https://stackoverflow.com/questions/32393098/cannot-compile-project-error-in-locale-h-file |
Thank you for looking into! |
Hi @DavisVaughan, the full install log was over the character limit allowed for github issues so I just showed the last parts. Here's my g++:
|
Hello @DavisVaughan any updates on this issue? I updated my g++ to v9.5.0 and still get the same error regarding the locale file |
I'm having trouble building from source on centos, getting the following error:
end of install log
Could I please get some assistance on how to fix this? I think separate from #234 and I've been playing around with
.R/Makevars
to no avail:g++ version:
The text was updated successfully, but these errors were encountered: