Navigation Menu

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

I cannot build libsass on Mac OSX 10.7 (Lion) #19

Closed
w0rp opened this issue May 20, 2014 · 3 comments
Closed

I cannot build libsass on Mac OSX 10.7 (Lion) #19

w0rp opened this issue May 20, 2014 · 3 comments

Comments

@w0rp
Copy link

w0rp commented May 20, 2014

I get this error while trying to build libsass via pip on Mac OSX 10.7.

cc1: error: -Werror=unused-command-line-argument-hard-error-in-future: No option -Wunused-command-line-argument-hard-error-in-future

It looks like its a flag only supported by newer versions of GCC, and OSX 10.7 is stuck with GCC 1.2 via XCode and friends. Do you know of some way around this?

@dahlia
Copy link
Member

dahlia commented May 20, 2014

One possible workaround is to install it using a prebuilt wheel. However it anyway should be fixed.

@dahlia
Copy link
Member

dahlia commented May 20, 2014

Could you try the latest commit ⬆️ 6a8bf73? I think I fixed the problem.

@w0rp
Copy link
Author

w0rp commented May 20, 2014

Thanks. I tried a wheel before but it gave me some segfaults. I'll pull this later on and give it a go.

@dahlia dahlia closed this as completed May 22, 2014
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

2 participants