Author Topic: qOrbiter build  (Read 13661 times)

merkur2k

  • Addicted
  • *
  • Posts: 513
    • View Profile
Re: qOrbiter build
« Reply #15 on: November 24, 2011, 08:37:41 am »
no, it wont do anything for you without compiling the qOrbiter bits from source.

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: qOrbiter build
« Reply #16 on: November 24, 2011, 11:41:11 am »
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.

apagg

  • Veteran
  • ***
  • Posts: 60
    • View Profile
Re: qOrbiter build
« Reply #17 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:
Code: [Select]
Message();
Added  "QT += network" to qmake


david_a_dawson

  • Veteran
  • ***
  • Posts: 79
    • View Profile
Re: qOrbiter build
« Reply #18 on: November 25, 2011, 01:43:55 pm »
Yep, that works perfectly for me.

huh

  • Guru
  • ****
  • Posts: 245
    • View Profile
Re: qOrbiter build
« Reply #19 on: December 03, 2011, 07:36:43 am »
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



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: 
Code: [Select]
qmake /home/test1234/src/qOrbiter/qOrbiter_src/qOrbiter_src.pro -r -spec linux-g++-32 "CONFIG+=for_desktop" QT+=network