http://i.imgur.com/U83WBlV.png

Help?

Thanks, that worked. Slightly off-topic, does anybody know what's wrong here?Paeryn wrote:For some reason cmake hasn't detected a C++ compiler. Does /usr/bin/c++ exist on your system? If not then you need to install g++ (/usr/bin/c++ is usually a link to /usr/bin/g++ via /etc/alternatives/c++).
If you do have a working C++ compiler then you need to look at why cmake didn't detect it, CMakeFiles/CMakeError.log along with CMakeFiles/CMakeOutput.log should give some hint as to what was tried and what failed.

