nagyist / py-bcrypt

Automatically exported from code.google.com/p/py-bcrypt
Other
0 stars 0 forks source link

Compile error on XCode 5.1+ #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

Trying to use sudo pip install bcrypt on Mac OS X with XCode 5.1+ you get the 
following error:
clang: error: unknown argument: '-mno-fused-madd' 
[-Wunused-command-line-argument-hard-error-in-future]

clang: note: this will be a hard error (cannot be downgraded to a warning) in 
the future

I've tried the version on PyPI and the tip of this repo. Both have the issue.

Original issue reported on code.google.com by ja...@nstargaming.com on 19 May 2014 at 9:47