current SVN version does not compile on Linux

ola
Posts: 169
Joined: Sun Jan 14, 2007 7:56 pm
Location: Norway

current SVN version does not compile on Linux

Post by ola »

Hello,

the current SVN version of Bullet does not compile on Linux. It's because the files src/LinearMath/btQuickprof.cpp and .h are included in other files as btQuickProf.h. Renaming the files to btQuickProf.cpp and .h (->making the p an uppercase P :-) ) solves this.

Best regards,
Ola
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: current SVN version does not compile on Linux

Post by Erwin Coumans »

They should be included as btQuickprof.h everywhere.

I just noticed btDiscreteDynamicsWorld.cpp wrongly includes it as btQuickProf.h.

Can you try current SVN version?
Thanksm
Erwin
ola
Posts: 169
Joined: Sun Jan 14, 2007 7:56 pm
Location: Norway

Re: current SVN version does not compile on Linux

Post by ola »

The SVN version works well now!

Best regards,
Ola