Any one up for OSX work.

1st: I have now successfully compiled most of the things, however mouse-movement is not recognized and other events also do not seem to work correctly (“escape” press is not recognized). I remember reading a post about some mouse issues, however i could not find it again.

2nd: I also cant compile the pandaapp’s. It tells me about missing dynamic library’s. But actually they are where they should (/usr/local/panda/lib):


g++  -o Opt3-OSX/httpbackup Opt3-OSX/httpbackup_backupCatalog.o Opt3-OSX/httpbackup_httpBackup.o    -L../pandaap
pbase/Opt3-OSX -L/usr/local/panda/lib -L/usr/local/panda/lib -L/usr/local/panda/lib -L/usr/local/panda/lib -L/Li
brary/Frameworks/Python.framework/Versions/2.4/lib -lpandaappbase -lprogbase -lpandatoolbase -lexpress -ldownloa
der -lpystub
/usr/bin/ld: warning can't open dynamic library: libpipeline.dylib referenced from: /usr/local/panda/lib/libprog
base.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2)

my current Config.pp is:

#define HAVE_PYTHON 1
#define PYTHON_FRAMEWORK Python
#define PYTHON_IPATH /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4
#define PYTHON_LPATH /Library/Frameworks/Python.framework/Versions/2.4/lib

#define HAVE_NET 1
#define NET_IPATH /opt/local/include/nspr
#define NET_LPATH /opt/local/lib

#define ZLIB_IPATH /opt/local/include
#define ZLIB_LPATH /opt/local/lib

#define JPEG_IPATH /opt/local/include
#define JPEG_LPATH /opt/local/lib

#define PNG_IPATH /opt/local/include
#define PNG_LPATH /opt/local/lib

#define HAVE_TAR 1
#define TAR_IPATH /opt/local/include
#define TAR_LPATH /opt/local/lib

#define TIFF_IPATH /opt/local/include
#define TIFF_LPATH /opt/local/lib

3th: I also tried to import the QueuedConnectionManager which cant be found (import direct.interval.IntervalGlobal.QuueuedConnectionManager). I actually think all the network stuff is missing…