-
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
Build fails on Heroku #35
Comments
+1 |
I was running into this same issue and discovered 2 things:
Upgrading to cedar-14 resolved this compilation issue for me. Even though the original cedar stack should be compatible (g++ 4.4), it doesn't seem happy with the exact setup for whatever reason. The upgrade to cedar-14 was pain free for me. |
Updating to cedar-14 also fixed this bug for me. |
On CentOS 6.6, build with version >= 0.6.0 fails while 0.5.1 works fine as kcolton mentioned above. You can find the error messages here. |
Unfortunately you'll need a newer version of gcc, this is documented here: https://github.com/dahlia/libsass-python#install and here: https://github.com/sass/libsass#readme |
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 |
Glad to hear that libsass-python is again compatible with older GCC versions.
However when I try to deploy my app to Heroku with libsass-python 0.6.2, it still fails.
The text was updated successfully, but these errors were encountered: