News:

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

Main Menu

qOrbiter build

Started by david_a_dawson, November 22, 2011, 12:51:05 AM

Previous topic - Next topic

merkur2k

no, it wont do anything for you without compiling the qOrbiter bits from source.

Marie.O

Nothing special will happen. It will just create an Orbiter device, but nothing else will happen. If you download the qOrbiter src and you build qOrbiter you can use the create Orbiter device.
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

apagg

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: Message();

Added  "QT += network" to qmake


david_a_dawson

Yep, that works perfectly for me.

huh

Quote from: apagg on November 24, 2011, 10:33:26 PM
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: Message();

Added  "QT += network" to qmake



Thanks for the pointer- messed around enough to figure out the Message(); error, but could not get the build to run without adding the qt+=network to make.  I'm on 32bit, 11.10 kubuntu.

Mine now looks like: 
qmake /home/test1234/src/qOrbiter/qOrbiter_src/qOrbiter_src.pro -r -spec linux-g++-32 "CONFIG+=for_desktop" QT+=network