Coder Social home page Coder Social logo

Comments (4)

ibayer avatar ibayer commented on May 24, 2024

Don't know what's up but I suspect a local issue. OSX build on Travis is working and
it should work on El Capitan see #13.

You could have a look at: https://travis-ci.org/ibayer/fastFM/jobs/104413845
for an example on how to setup a working build environment.

I recommend to clone add build fastFM-core first. Please cp commands and output for all steps here and
maybe someone else can help.

from fastfm.

chezou avatar chezou commented on May 24, 2024

This is typical error. You have to set CC=/usr/bin/gcc or some other c compiler like gcc installed by homebrew.

from fastfm.

merrellb avatar merrellb commented on May 24, 2024

I've made some progress on this. I've modified the Makefile to find the necessary header files installed by homebrew:

CFLAGS += -I/usr/local/opt/openblas//include
CFLAGS += -I/usr/local/opt/argp-standalone//include

and using the following make options to use libstdc++ instead of the default libc++:

make -stdlib=libstdc++ -lstdc++ cli

However I am still running into some issues and the new binary wheel file will hopefully make this all moot.

from fastfm.

melqkiades avatar melqkiades commented on May 24, 2024

Where you able to solve the issue? I'm facing the same. If so, could you give me the steps you followed to fix it? Thanks

Update: In case someone is experiencing the same issue after upgrading to El Capitan, just run
xcode-select --install
before trying to compile

from fastfm.

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.