OSX 10.6 Snow Leopard: link errors w/ zlib, libssl

makepanda gives us arch link errors:

“file was built for an unsupported file format which is not the architecture being linked (i386)”

in /opt/local/lib/libssl.dylib, libcrypto.dylib, and libz.dylib.

does that mean those libs are x32 and we’re building panda for x64, or does it mean we’re building panda for x32 and those libs are x64?

I think we want the build to be x64, because we need to link with the x64 version of Maya.

Makepanda doesn’t currently support building for 64-bits on Snow Leopard, I believe.

ah yes, I noticed that in makepanda.py.

we built without ssl and it seems to work fine.

thanks!