Fatal error: LinearMath

Post Reply
sifrex
Posts: 2
Joined: Thu Jul 24, 2014 4:47 am

Fatal error: LinearMath

Post 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:
Attachments
error.png
error.png (24.27 KiB) Viewed 2132 times
sifrex
Posts: 2
Joined: Thu Jul 24, 2014 4:47 am

Re: Fatal error: LinearMath

Post by sifrex »

This is a bug? Library exactly works?
Post Reply