About

I haven’t updated this yet.

2 Responses to “About”

  1. jose Says:

    hello, how did you manage to make an ubuntu package for numpty physics. i always fail on

    g++ i686/Path.o i686/Canvas.o i686/Levels.o i686/Game.o i686/libbox2d.a -Li686 -lSDL -lSDL_image -o i686/Game
    i686/Canvas.o: In function `Window::raise()’:
    Canvas.cpp:(.text+0×7bc): undefined reference to `XInternAtom’
    Canvas.cpp:(.text+0×813): undefined reference to `XSendEvent’
    Canvas.cpp:(.text+0×826): undefined reference to `XSync’

    thanks for any help. regards, joe

  2. Andreas Jonsson Says:

    Looks like you are missing some X development libraries. Or you didn’t tell the compiler where to find those libraries. Have a look for the proper procedure here

    https://wiki.ubuntu.com/PackagingGuide/HandsOn

    Did you install build-essential?

    apt-get install build-essential


Leave a Reply