Miscelaneous thoughts on things that cross my path
I haven’t updated this yet.
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
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
Name (required)
E-mail (will not be published) (required)
Website
Notify me of follow-up comments via email.
August 8, 2008 at 6:19 am
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
August 10, 2008 at 8:00 pm
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