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

Install issue on OS X 10.11.2 #16

Open
arnikz opened this issue Jul 1, 2016 · 1 comment
Open

Install issue on OS X 10.11.2 #16

arnikz opened this issue Jul 1, 2016 · 1 comment

Comments

@arnikz
Copy link

arnikz commented Jul 1, 2016

Hi,
During the installation process I encountered the following issue:

    libev/ev.c:1664:22: note: expanded from macro 'array_needsize'
          int ecb_unused ocur_ = (cur);                                     \
                         ^
    14 warnings and 1 error generated.
    error: command 'cc' failed with exit status 1

    ----------------------------------------
  Rolling back uninstall of gevent

So, I thought to share my current solution:)

export CFLAGS='-std=c99
pip install -r requirements
@RinkeHoekstra
Copy link
Member

Hi @arnikz thanks for sharing this!
I've had no problems myself, but I remember having to fiddle with some funky cc stuff in the past.

Addendum: the CFLAGS line needs a closing quotation mark:

export CFLAGS='-std=c99'
pip install -r requirements

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