Bullet 2.75-rc3 build errors AND CONGRATULATIONS TO ERWIN!

Post Reply
User avatar
ejtttje
Posts: 96
Joined: Mon Nov 03, 2008 9:57 pm

Bullet 2.75-rc3 build errors AND CONGRATULATIONS TO ERWIN!

Post by ejtttje »

On Linux, there were some issues with case sensitivity (attached, bullet-2.75-rc3-filename_case.patch)
Also, I was unable to get MiniCL_VectorAdd to build, I wound up removing it from Demos/CMakeLists.txt. This is not included in the specified patch, but you may wish to look into this before release.

On OS X, I also had trouble building, had to add:
#include "btGpuUtilsSharedCode.h"
to
src/BulletMultiThreaded/btGpu3DGridBroadphase.cpp
I'm not sure why this wasn't an issue under Linux... :?

Also, the OS X framework bundle production via CMake was a little off, namely during installation it would create 'include' and 'lib' directories, place the frameworks in 'lib', and replicate the headers in 'include' (they're already part of the framework bundles). The bullet-2.75-rc3-framework.patch will fix this, and install just the frameworks directly in the CMAKE_INSTALL_PREFIX location.

Finally, I find CMake is not very common, and the INSTALL file could use a good bit more detail on common CMake settings and what Bullet settings are available in particular. I've included a rewritten INSTALL which I think is much clearer.

P.S. it's a little annoying to have to zip the patch files to get past the forum filter imho...
Attachments
bullet-2.75-rc3-build_issues.zip
patches for described issues
(5.77 KiB) Downloaded 323 times
Last edited by ejtttje on Thu Jul 16, 2009 2:39 am, edited 1 time in total.
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA
Contact:

Re: Bullet 2.75-rc3 build errors (with patches)

Post by Erwin Coumans »

I've been on paternity leave so I need to catch up with the issues.

It should be fixed for imminent Bullet 2.75 release,
Thanks a lot for reporting the issues in the google code tracker, otherwise it might have got lost (or delayed for a long time)
Erwin
Zenja
Posts: 14
Joined: Fri Jul 10, 2009 4:48 am

Re: Bullet 2.75-rc3 build errors (with patches)

Post by Zenja »

Congratulations, Erwin. Knowing dad, the little one will be submitting patched soon :lol:
Well done, mate.
User avatar
ejtttje
Posts: 96
Joined: Mon Nov 03, 2008 9:57 pm

Re: Bullet 2.75-rc3 build errors AND CONGRATULATIONS TO ERWIN!

Post by ejtttje »

Congrats on the successful fork()! :)
thloh85
Posts: 26
Joined: Mon Feb 09, 2009 10:07 am

Re: Bullet 2.75-rc3 build errors AND CONGRATULATIONS TO ERWIN!

Post by thloh85 »

Congratulations Erwin. Let's welcome Erwin jr. to the bullet world :)
Nacho
Posts: 31
Joined: Tue Mar 04, 2008 1:41 pm

Re: Bullet 2.75-rc3 build errors AND CONGRATULATIONS TO ERWIN!

Post by Nacho »

Congratulations Erwin!!!

Nacho
Post Reply