From: SourceForge.net <no...@so...> - 2010-05-10 20:15:49
|
The following forum message was posted by at http://sourceforge.net/projects/tuxcap/forums/forum/709544/topic/3691499: Right, I\'ve solved this problem now. What I did was this: - uninstalled the macports versions of libsdl-devel and libsdl_mixer and re-installed them from source (which was painless) - changed the line #include <linux/types.h> in Physics.h to #include <sys/types.h> - removed the following line in Physics.h (typedef __u32 uint32_t;) |