Installation library Bullet problem

Post Reply
shotoreaper
Posts: 2
Joined: Sun Dec 30, 2012 2:24 pm

Installation library Bullet problem

Post by shotoreaper »

Hi!
I created the library file libBulletBlocks.a following this tutorial: http://www.bulletphysics.org/Bullet/php ... f=9&t=3871. Next, I link the library .a in Linker Setting in my CodeBlocks project. But when I add any header file to a class , the compiler give me an error (for example: fatal error: btBulletDynamicsCommon.h: No such file or directory).

Can anybody help me?
Post Reply