Search found 3 matches

by BPJ
Wed Nov 26, 2014 4:51 pm
Forum: General Bullet Physics Support and Feedback
Topic: Bullet Physics Test program crashes
Replies: 4
Views: 6021

Re: Bullet Physics Test program crashes

Yesssss, it now works totally fine! I completely reinstalled MinGW (now version 4.7.2) and built the Bullet lib*.a-files. MinGW 4.5.2 had some problems with an undefined reference to some _chk*something*_ms function and couldn't use -std=c++11. So I built the libraries with 4.7.2, copied them and th...
by BPJ
Wed Nov 26, 2014 2:34 pm
Forum: General Bullet Physics Support and Feedback
Topic: Bullet Physics Test program crashes
Replies: 4
Views: 6021

Re: Bullet Physics Test program crashes

I already tried to compile the libraries with MinGW 4.8.1, but in this version cc1plus.exe crashes at "btInternalEdgeUtility" and causes a segmentation fault (it's a g++ bug).
by BPJ
Wed Nov 26, 2014 2:18 pm
Forum: General Bullet Physics Support and Feedback
Topic: Bullet Physics Test program crashes
Replies: 4
Views: 6021

Bullet Physics Test program crashes

Hi, I discovered Bullet Physics some days ago, and now I have trouble make it run. Yesterday, I built the libraries (for 32 bit) by myself (Windows 8.1, 64 bit, CMake 3.0.2, downgraded to MinGW 4.5.2). Then I made a really basic program just to test out bullet (now, I am using MinGW 4.8.1 again): #i...