Page 1 of 1

Fatal error: LinearMath

Posted: Thu Jul 24, 2014 4:57 am
by sifrex
OS: Linux Mint 17 “Qiana”
Bullet Path: /usr/include/bullet
Bullet Version: 2.82

When I try to compile this program:

Code: Select all

#include <bullet/btBulletDynamicsCommon.h>

int main()
{
    return 0;
}
g++ gives me this:

Re: Fatal error: LinearMath

Posted: Thu Jul 24, 2014 2:59 pm
by sifrex
This is a bug? Library exactly works?