Makefile error
It seems a make clean tries to "rm -rf" my entires disk:
~/projects/LuaBridgeDemo$ CONFIG=RELEASE make -j5 -C ./Demo/Builds/Linux/ clean
make: Entering directory /home/johan/projects/LuaBridgeDemo/Demo/Builds/Linux' Cleaning LuaBridgeDemo rm: cannot remove/': Is a directory
make: [clean] Error 1 (ignored)
rm: cannot remove /bin/chgrp': Permission denied rm: cannot remove/bin/mountpoint': Permission denied
rm: cannot remove /bin/zmore': Permission denied rm: cannot remove/bin/lowntfs-3g': Permission denied
rm: cannot remove `/bin/bash': Permission denied
...
That sounds pretty bad!!! The Makefile is generated by the Introjucer, it was not written by hand. I will try it again in my VirtualBox instance of Ubuntu.