GithubHelp home page GithubHelp logo

Comments (2)

jskorpan avatar jskorpan commented on June 15, 2024

Hi
I haven’t got a clue how that argument gets in there, probably is some Python build issue rather than umemcache
//JT

From: Alan Hamlett [mailto:[email protected]]
Sent: den 13 maj 2014 04:03
To: esnme/ultramemcache
Subject: [ultramemcache] Does not install on Mac OS X Mavericks (#30)

running build

running build_ext

building 'umemcache' extension

creating build

creating build/temp.macosx-10.9-intel-2.7

creating build/temp.macosx-10.9-intel-2.7/python

creating build/temp.macosx-10.9-intel-2.7/lib

cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wsho

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

error: command 'cc' failed with exit status 1


Reply to this email directly or view it on GitHubhttps://github.com//issues/30.

from ultramemcache.

ingmar avatar ingmar commented on June 15, 2024

This is due to a change in clang. It'll basically start throwing errors upon seeing unknown (usually GCC specific) command line arguments, while previously it just ignored them. You can temporarily disable the error by setting ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future. So to install something via PIP (this affects pretty much any C extension):

env ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install umemcache

from ultramemcache.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.