BulletMultiThreaded on x86_64

Post Reply
jholewinski
Posts: 1
Joined: Fri Sep 18, 2009 3:38 pm

BulletMultiThreaded on x86_64

Post by jholewinski »

What is the status of BulletMultiThreaded on x86_64? I noticed that BulletMultiThreaded and Demos/AppMultiThreaded are not built for 64-bit architectures, and just crash if I manually build them on Mac OS X 10.6 for x86_64.

Also, the build process is broken on Mac OS X 10.6 when building Universal Binaries for i386/x86_64. The following demos depend on BulletMultiThreaded and hence fail to build on 64-bit builds:

Gpu3dDemo
MiniCL_VectorAdd


Attached is a patch for Demos/CMakeLists.txt
Attachments
bullet-64bit-demos.patch.tar.bz2
Patch for Demos/CMakeLists.txt to exclude Gpu3dDemo and MiniCL_VectorAdd for 64-bit builds.
(599 Bytes) Downloaded 513 times
User avatar
nikki
Posts: 22
Joined: Sat Jun 14, 2008 3:38 pm
Location: Doha, Qatar.
Contact:

Re: BulletMultiThreaded on x86_64

Post by nikki »

I had this same problem and it didn't build fully. Your patch for Demos/CMakeLists.txt works, thanks!
Post Reply