-
Notifications
You must be signed in to change notification settings - Fork 54
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
Compiling on CentOS 6 (GCC 4.4) failure #74
Comments
It would be helpful for investigating if you show the detailed build error. |
|
Above is centos 6 ... it works fine on CentOS 7, with newer GCC. I understand it's an issue upstream but I thought I'd ask you first anyway as I see that you've had intentions of supporting GCC 4.3+ before... |
most of the issues seem to be because of range-based for loops in libsass, they require GCC 4.6 |
According to libsass’s README:
I will update the outdated information of libsass-python’s README. |
@dahlia might be worth just linking to the upstream so this doesn't rot further when sass/libsass changes requirements again (Since our python wrapper just needs a simple C compiler to work) |
<3 |
Happy for you, sad for me :).. well thanks for confirming your part... not sure if upstream libsass is "aware" that they now require more of C++11 than they did originally... mostly because of range-based for loops I think unfortunately. |
@frimik Could you try LLVM/Clang? |
CentOS 6 is just too old.... it's unfortunate to have libsass break simply tis 9 juni 2015 kl 15:49 skrev Hong Minhee [email protected]:
|
There's a PR in libsass to work with GCC 4.4. If anyone has the time to review it/help them: sass/libsass#1623 |
README still says
GCC (G++) 4.3+
is needed but apparently that's no longer true because anything newer thanlibsass-python 0.5.0
fails on CentOS 6. That seems to include the0.6.2
version as well, which explicitly state that0.6.0
through0.6.1
had issues ...?The text was updated successfully, but these errors were encountered: