Small patch for SVN version and Linux

Enrico
Posts: 42
Joined: Thu May 17, 2007 9:34 am
Location: Stuttgart, Germany

Small patch for SVN version and Linux

Post by Enrico »

Hi,

here is a small patch which will make the SVN version work under Linux again. Somebody added the Win32 thread dispatcher to the CcdPhysics Demo, but without the required define-values ;)

I started to implement a pthreads thread dispatcher, which is nearly finished :roll:

Best regards,
Enrico
You do not have the required permissions to view the files attached to this post.
ola
Posts: 169
Joined: Sun Jan 14, 2007 7:56 pm
Location: Norway

Re: Small patch for SVN version and Linux

Post by ola »

I started to implement a pthreads thread dispatcher, which is nearly finished
Great!! :-D
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: Small patch for SVN version and Linux

Post by Erwin Coumans »

I manually tried to apply your patch, can you check if the latest Subversion compiles under Linux?

The demos will be cleaned up for better clarity. All parallel/multithreaded ifdefs will be removed from BasicDemo and CcdPhysicsDemo before Bullet 2.65 release.

Some new dedicated BulletMultiThreaded demo(s) will be added.
Thanks,
Erwin
Enrico
Posts: 42
Joined: Thu May 17, 2007 9:34 am
Location: Stuttgart, Germany

Re: Small patch for SVN version and Linux

Post by Enrico »

Erwin Coumans wrote:I manually tried to apply your patch, can you check if the latest Subversion compiles under Linux?
Works :)
The demos will be cleaned up for better clarity. All parallel/multithreaded ifdefs will be removed from BasicDemo and CcdPhysicsDemo before Bullet 2.65 release.
Ah, ok. Then my patch is already obsolete :)