Open GoogleCodeExporter opened 8 years ago
Thanks!
I am not introducing that particular flag, so it must be set by setuptools?
What version of setuptools are you using?
Best wishes,
Andreas
Original comment by andreas....@gmail.com
on 12 May 2014 at 8:28
you can use
ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip
install pysam
it's something about the new xcode treating unrecognized commands as errors
http://kaspermunck.github.io/2014/03/fixing-clang-error/
Original comment by david.da...@gmail.com
on 12 May 2014 at 9:36
Sorry, I thought I'd reported the workaround that I found on stackoverflow
22313407:
Currently to install on Mavericks it is necessary to set environmental
variables so that unused arguments are ingnored:
export CFLAGS=-Qunused-arguments
export CPPFLAGS=-Qunused-arguments
…and then run as root user with –E flag so envs are recognized:
sudo -E python setup.py build
This worked for me.
David
Original comment by david.le...@gmail.com
on 13 May 2014 at 9:33
Original issue reported on code.google.com by
david.le...@gmail.com
on 17 Mar 2014 at 5:45Attachments: