realXtend / tundra

realXtend Tundra SDK, a 3D virtual world application platform.
www.realxtend.org
Apache License 2.0
84 stars 70 forks source link

The NoBoost deps build is broken on OSX. #658

Closed cadaver closed 11 years ago

cadaver commented 11 years ago

The precompiled Ogre deps package for c++11, which is used in noboost-build, does not include zziplib. The idea in the deps build script is to compile zziplib later, however this does not work, as rebuilding Ogre in the build script always deletes, then reclones Ogre.

The resulting Ogre throws an exception when it tries to read the OgreCore resources package, as no zip support has been compiled in.

cvetan5 commented 11 years ago

Thanks for the catch, I stupidly overlooked this. This can be also fixed with #657, and then use zziplib from there for Tundra also.