Newbie: Can't build Bullet files with Cmake

Please don't post Bullet support questions here, use the above forums instead.
AndMaz
Posts: 1
Joined: Fri Jan 14, 2011 6:26 pm

Newbie: Can't build Bullet files with Cmake

Post by AndMaz »

Hello everyone!
I am a complete newbie :) I'm studying Computer science and later this year I'm gonna do my (first) project in OpenGL and I though to include Bullet Physics. So now I starting to learn how Bullet works...

Well I started at the very beggining
http://bulletphysics.org/mediawiki-1.5. ... om_scratch

Downloaded Cmake and followed the instruction above(i.e. link)
But when I try to build Bullet files it says:
Check for working C compiler using: Visual Studio 10 -- broken
The C compiler "cl" is not able to compile a simple test program.

which is really odd because my Visual Studio 2010 is working nice :)

Can anyone explain me what is the problem? And how to solve it?