Error including btAabbUtil2.h

slackydeb
Posts: 14
Joined: Sat Aug 09, 2008 7:15 pm

Error including btAabbUtil2.h

Post by slackydeb »

Trying to modify Bullet demos, I got the error
../bullet-read-only/src/LinearMath/btAabbUtil2.h:178: error: extra ‘;’
Please modify line 178 of file
src/LinearMath/btAabbUtil2.h
from

Code: Select all

};
to

Code: Select all

}
Doing so solved this (little) problem for me.


I'm referring to current svn (1290).
I'm using Debian GNU/Linux testing "Lenny" on x86 32bit, using gcc 4.3.1.


Thanks.
Luca Favatella
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: Error including btAabbUtil2.h

Post by Erwin Coumans »

Thanks for the report, it has been fixed now.
Erwin