Giter VIP home page Giter VIP logo

Comments (3)

mlaico avatar mlaico commented on May 22, 2024 1

I got it to build very easily by generating the Xcode project

cd liquidfun/Box2D
cmake -G "Xcode"

But, I had to add

find_package (Threads)

to CMakeLists.txt, after the line

project(Box2D)

from liquidfun.

jsanmiya avatar jsanmiya commented on May 22, 2024

Hi,

I have those files in /usr/X11/lib. Perhaps you can check that they are there, and that that directory is on your search path?

screen shot 2014-07-21 at 8 53 21 am

from liquidfun.

m4b avatar m4b commented on May 22, 2024

I received the same linking errors in the premade xcode project. In short, resolved the issue by changing the bad /opt/local/lib references in each place in the xcode project to /opt/X11/lib. Perhaps earlier versions of Xquartz installed to /opt/local/lib? I don't know. I installed the latest version, 2.7.7: http://xquartz.macosforge.org/landing/

If you ls -al /usr/X11 you should see that it symlinks to /opt/X11:

lrwxr-xr-x  1 root  wheel  8 Nov  4 16:55 /usr/X11 -> /opt/X11

As a result, I had to change the linking flags for freeglut, et. al, from /opt/local/lib to /opt/X11/lib.

(/opt/local/lib actually makes no sense, lib should be prefixed with a library directory, i.e., X11, or whatever the library is, and not local, in the first place). I've attached a photo of the linking flags that need to change. I'm not sure how you're generating your xcode project, otherwise I would have made a pull request with the changes.

screen shot 2014-12-14 at 8 02 55 pm

from liquidfun.

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.