Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
Message();
I have managed to build on Ubuntu 11.10 64 bit. This is what I did:Edited line 336 in DataGrid.cpp to look like this: Code: [Select]Message();Added "QT += network" to qmake
qmake /home/test1234/src/qOrbiter/qOrbiter_src/qOrbiter_src.pro -r -spec linux-g++-32 "CONFIG+=for_desktop" QT+=network