Trouble building bullet

Post Reply
concubicycle
Posts: 3
Joined: Wed Apr 04, 2012 5:40 pm

Trouble building bullet

Post by concubicycle »

Hey. I'm having lots of trouble getting started. When I try to build Bullet with cmake, I keep getting this error:
1>LINK : fatal error LNK1123: failure during conversion to COFF: file
invalid or corrupt
When I open the BULLET_PHYSICS .sln files with Visual Studio 2010 (it's located in D:\Bullet\bullet-2.77\msvc\2008), I can compile a lot of the projects, but not all.

Does anyone know what that error is, or if there's a decent step by step guide to getting at least one of the demos to compile and run? I'm banging on my keyboard here..
chutoi
Posts: 16
Joined: Fri Aug 10, 2012 4:21 pm

Re: Trouble building bullet

Post by chutoi »

it sounds like the library file is not correct.
Can you get cmake to show you what it's doing?
A look at the command line it's executing might help.
Sorry, I didn't use cmake for my project.
Post Reply