LibBulletDynamics.obj

seth_ro18
Posts: 4
Joined: Fri Jul 17, 2009 7:22 pm

LibBulletDynamics.obj

Post by seth_ro18 »

Hi, I am trying to compile a Bullet node for Houdini, but it complains that it cannot open input file "LibBulletDynamics.obj." I cannot find LibBulletDynamics.obj anywhere or any file named LibBulletDynamics, even after compiling Bullet. Is that file supposed to be found in the Bullet libraries? What might I be missing?

To compile bullet, I did the following:
Ran 'cmake -G "Visual Studio 8 2005"'
Opened BULLET_PHYSICS.sln in Visual Studio 8
Built the solution

Thanks for any help!
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: LibBulletDynamics.obj

Post by Erwin Coumans »

CMake -G "Visual Studio 8 2005" build system generated the libraries in "src\BulletDynamics\Release\BulletDynamics.lib"

We'll add a note in INSTALL file / Bullet_User_Manual.pdf
Hope this helps,
Erwin
seth_ro18
Posts: 4
Joined: Fri Jul 17, 2009 7:22 pm

Re: LibBulletDynamics.obj

Post by seth_ro18 »

Thanks for the reply! I pointed to those libraries and it fixed the error. (I also had to change the file's .lib extension to .obj, for Houdini's compiler to work.) Thanks again!