GithubHelp home page GithubHelp logo

Comments (4)

ThibaultReuille avatar ThibaultReuille commented on June 23, 2024

I made some recent modifications to the Linux build. Can you please retry with an up-to-date repo and let me know if you run into some issues.

FYI : I am able to compile everything just fine on Ubuntu 14.04

from graphiti.

mindcrime avatar mindcrime commented on June 23, 2024

Sure, will do. FWIW, I did a build last night on a Fedora 20 box, and other than having to manually create a symlink for one of the OpenCL libraries, I was able to build OK once I got all the correct libraries installed. That leads me to believe that my issue on Ubuntu 12.04 is probably mainly due to it having older versions of clang, llvm, etc.

from graphiti.

ThibaultReuille avatar ThibaultReuille commented on June 23, 2024

Okay. That is great to hear ! Thanks for the feedback.
FYI, my current version of clang, llvm :

$ clang++ --version
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.1.0
Thread model: posix

from graphiti.

mindcrime avatar mindcrime commented on June 23, 2024

OK, I built again just now, and got it to build on Ubuntu 12.04. I did have to make one manual change to the Makefile for Graphiti though. This version of Ubuntu has gcc version 4.6.3 which is too old for the -std=c++11 flag, so I had to change it to -std=c++0x. After doing that, and adding a few more missing libraries, it builds successfully.

from graphiti.

Related Issues (15)

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.