Hi Andrew,
Maybe I'm rushing into this, but I cant compile on my core.
Followed the steps from the wiki
http://wiki.linuxmce.org/index.php/TouchOrbiterQt.
I needed to install libqt4-devel to be able to run qmake.
qmake seems to run without any errors, but make not so well.........
I have several errors looking like this.
dcerouter_1018958:/home/karel/source/src/TouchOrbiter/TouchOrbiterQt# qmake
dcerouter_1018958:/home/karel/source/src/TouchOrbiter/TouchOrbiterQt# make
g++ -c -pipe -g -Wall -W -O0 -D_REENTRANT -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/share/qt3/mkspecs/default -I. -I/usr/include/qt3 -Ibuild/ -Iui -Ibuild/ -o build/mainwindowimpl.o src/mainwindowimpl.cpp
In file included from src/mainwindowimpl.cpp:1:
src/mainwindowimpl.h:4:23: error: QMainWindow: No such file or directory
src/mainwindowimpl.h:5:27: error: ui_mainwindow.h: No such file or directory
src/mainwindowimpl.h:7:16: error: QMap: No such file or directory
In file included from src/mainwindowimpl.cpp:3:
src/OrbiterBackend.h:4:19: error: QObject: No such file or directory
In file included from src/mainwindowimpl.cpp:4:
src/OrbiterScreen.h:7:19: error: QPixmap: No such file or directory
src/OrbiterScreen.h:8:24: error: QDomDocument: No such file or directory
src/OrbiterScreen.h:10:23: error: QStringList: No such file or directory
In file included from src/mainwindowimpl.cpp:5:
src/DatagridWidget.h:4:24: error: QTableWidget: No such file or directory
src/DatagridWidget.h:5:19: error: QString: No such file or directory
src/DatagridWidget.h:6:31: error: QStyledItemDelegate: No such file or directory
src/DatagridWidget.h:7:31: error: QAbstractTableModel: No such file or directory
src/DatagridWidget.h:8:20: error: QPainter: No such file or directory
src/DatagridWidget.h:10:19: error: QVector: No such file or directory
src/mainwindowimpl.cpp:7:16: error: QUrl: No such file or directory
src/mainwindowimpl.cpp:9:27: error: QNetworkRequest: No such file or directory
src/mainwindowimpl.cpp:10:26: error: QAuthenticator: No such file or directory
src/mainwindowimpl.cpp:11:25: error: QNetworkProxy: No such file or directory
src/mainwindowimpl.cpp:12:21: error: QSettings: No such file or directory
src/mainwindowimpl.cpp:13:17: error: QtXml: No such file or directory
In file included from src/mainwindowimpl.cpp:1:
src/mainwindowimpl.h:17: error: expected class-name before â,â token
src/mainwindowimpl.h:17: error: âUiâ has not been declared
src/mainwindowimpl.h:17: error: expected `{' before âMainWindowâ
src/mainwindowimpl.h:17: error: function definition does not declare parameters
In file included from src/mainwindowimpl.cpp:3:
src/OrbiterBackend.h:21: error: expected class-name before â{â token
src/OrbiterBackend.h:22: error: ISO C++ forbids declaration of âQ_OBJECTâ with no type
src/OrbiterBackend.h:23: error: expected â;â before âprivateâ
src/OrbiterBackend.h:31: error: expected primary-expression before âvoidâ
src/OrbiterBackend.h:31: error: ISO C++ forbids declaration of âsignalsâ with no type
src/OrbiterBackend.h:31: error: expected â;â before âvoidâ
src/OrbiterBackend.h:35: error: expected `:' before âslotsâ
src/OrbiterBackend.h:36: error: expected primary-expression before âvoidâ
src/OrbiterBackend.h:36: error: ISO C++ forbids declaration of âslotsâ with no type
src/OrbiterBackend.h:36: error: expected â;â before âvoidâ
src/OrbiterBackend.h:42: error: âQObjectâ has not been declared
src/OrbiterBackend.h:44: error: expected `:' before âslotsâ
src/OrbiterBackend.h:45: error: expected primary-expression before âvoidâ
src/OrbiterBackend.h:45: error: ISO C++ forbids declaration of âslotsâ with no type
src/OrbiterBackend.h:45: error: expected â;â before âvoidâ
src/OrbiterBackend.h:48: error: expected â,â or â...â before â<â token
src/OrbiterBackend.h:48: error: ISO C++ forbids declaration of âQListâ with no type
src/OrbiterBackend.h:56: error: field âProtocolâ has incomplete type
src/OrbiterBackend.h:69: error: expected â,â or â...â before â&â token
src/OrbiterBackend.h:69: error: ISO C++ forbids declaration of âQByteArrayâ with no type
In file included from src/mainwindowimpl.cpp:4:
src/OrbiterScreen.h:14: error: expected class-name before â{â token
src/OrbiterScreen.h:15: error: ISO C++ forbids declaration of âQ_OBJECTâ with no type
src/OrbiterScreen.h:17: error: expected â;â before âpublicâ
src/OrbiterScreen.h:26: error: âQDomDocumentâ has not been declared
src/OrbiterScreen.h:27: error: ISO C++ forbids declaration of âQDomDocumentâ with no type
src/OrbiterScreen.h:27: error: expected â;â before â*â token
src/OrbiterScreen.h:30: error: âQDomDocumentâ has not been declared
src/OrbiterScreen.h:31: error: ISO C++ forbids declaration of âQDomDocumentâ with no type
src/OrbiterScreen.h:31: error: expected â;â before â*â token
src/OrbiterScreen.h:32: error: âQStringListâ does not name a type
src/OrbiterScreen.h:41: error: ISO C++ forbids declaration of âQDomDocumentâ with no type
src/OrbiterScreen.h:41: error: expected â;â before â*â token
src/OrbiterScreen.h:42: error: ISO C++ forbids declaration of âQMapâ with no type
src/OrbiterScreen.h:42: error: expected â;â before â<â token
In file included from src/mainwindowimpl.cpp:5:
src/DatagridWidget.h:13: error: expected class-name before â{â token
src/DatagridWidget.h:14: error: ISO C++ forbids declaration of âQ_OBJECTâ with no type
src/DatagridWidget.h:15: error: expected â;â before âpublicâ
src/DatagridWidget.h:20: error: ISO C++ forbids declaration of âQMapâ with no type
src/DatagridWidget.h:20: error: expected â;â before â<â token
src/DatagridWidget.h:22: error: field âTextâ has incomplete type
src/DatagridWidget.h:23: error: field âImagePathâ has incomplete type
src/DatagridWidget.h:24: error: field âImageâ has incomplete type
src/DatagridWidget.h:31: error: expected primary-expression before âvoidâ
src/DatagridWidget.h:31: error: ISO C++ forbids declaration of âsignalsâ with no type
src/DatagridWidget.h:31: error: expected â;â before âvoidâ
src/DatagridWidget.h:33: error: expected `:' before âslotsâ
src/DatagridWidget.h:34: error: expected primary-expression before âvoidâ
src/DatagridWidget.h:34: error: ISO C++ forbids declaration of âslotsâ with no type
src/DatagridWidget.h:34: error: expected â;â before âvoidâ
src/DatagridWidget.h:42: error: expected class-name before â{â token
src/DatagridWidget.h:43: error: ISO C++ forbids declaration of âQ_OBJECTâ with no type
src/DatagridWidget.h:44: error: expected â;â before âpublicâ
src/DatagridWidget.h:51: error: expected â,â or â...â before â&â token
src/DatagridWidget.h:51: error: ISO C++ forbids declaration of âQModelIndexâ with no type
src/DatagridWidget.h:52: error: expected â,â or â...â before â&â token
src/DatagridWidget.h:52: error: ISO C++ forbids declaration of âQModelIndexâ with no type
src/DatagridWidget.h:53: error: âQVariantâ does not name a type
src/DatagridWidget.h:60: error: ISO C++ forbids declaration of âQVectorâ with no type
src/DatagridWidget.h:60: error: expected â;â before â<â token
src/DatagridWidget.h:62: error: expected `:' before âslotsâ
src/DatagridWidget.h:63: error: expected primary-expression before âvoidâ
src/DatagridWidget.h:63: error: ISO C++ forbids declaration of âslotsâ with no type
src/DatagridWidget.h:63: error: expected â;â before âvoidâ
src/DatagridWidget.h:67: error: expected class-name before â{â token
src/DatagridWidget.h:68: error: ISO C++ forbids declaration of âQ_OBJECTâ with no type
src/DatagridWidget.h:69: error: expected â;â before âpublicâ
src/DatagridWidget.h:73: error: âQPainterâ has not been declared
src/DatagridWidget.h:73: error: expected â,â or â...â before â&â token
src/DatagridWidget.h:73: error: ISO C++ forbids declaration of âQStyleOptionViewItemâ with no type
src/DatagridWidget.h:77: error: expected class-name before â{â token
src/DatagridWidget.h:78: error: ISO C++ forbids declaration of âQ_OBJECTâ with no type
src/DatagridWidget.h:79: error: expected â;â before âpublicâ
src/DatagridWidget.h:87: error: expected primary-expression before âvoidâ
src/DatagridWidget.h:87: error: ISO C++ forbids declaration of âsignalsâ with no type
src/DatagridWidget.h:87: error: expected â;â before âvoidâ
src/DatagridWidget.h:89: error: expected `:' before âslotsâ
src/DatagridWidget.h:90: error: expected primary-expression before âvoidâ
src/DatagridWidget.h:90: error: ISO C++ forbids declaration of âslotsâ with no type
src/DatagridWidget.h:90: error: expected â;â before âvoidâ
src/DatagridWidget.h:93: error: field âmyGridIDâ has incomplete type
src/mainwindowimpl.cpp:16: error: expected constructor, destructor, or type conversion before â(â token
src/mainwindowimpl.cpp:39: error: invalid use of incomplete type âclass MainWindowImplâ
src/mainwindowimpl.h:17: error: forward declaration of âclass MainWindowImplâ
src/mainwindowimpl.cpp:44: error: invalid use of incomplete type âclass MainWindowImplâ
src/mainwindowimpl.h:17: error: forward declaration of âclass MainWindowImplâ
src/mainwindowimpl.cpp:54: error: invalid use of incomplete type âclass MainWindowImplâ
src/mainwindowimpl.h:17: error: forward declaration of âclass MainWindowImplâ
src/mainwindowimpl.cpp:68: error: invalid use of incomplete type âclass MainWindowImplâ
src/mainwindowimpl.h:17: error: forward declaration of âclass MainWindowImplâ
src/mainwindowimpl.cpp:92: error: invalid use of incomplete type âclass MainWindowImplâ
src/mainwindowimpl.h:17: error: forward declaration of âclass MainWindowImplâ
src/mainwindowimpl.cpp:242: error: invalid use of incomplete type âclass MainWindowImplâ
src/mainwindowimpl.h:17: error: forward declaration of âclass MainWindowImplâ
src/mainwindowimpl.cpp:249: error: invalid use of incomplete type âclass MainWindowImplâ
src/mainwindowimpl.h:17: error: forward declaration of âclass MainWindowImplâ
src/mainwindowimpl.cpp:257: error: invalid use of incomplete type âclass MainWindowImplâ
src/mainwindowimpl.h:17: error: forward declaration of âclass MainWindowImplâ
src/mainwindowimpl.cpp:263: error: invalid use of incomplete type âclass MainWindowImplâ
src/mainwindowimpl.h:17: error: forward declaration of âclass MainWindowImplâ
src/mainwindowimpl.cpp:277: error: invalid use of incomplete type âclass MainWindowImplâ
src/mainwindowimpl.h:17: error: forward declaration of âclass MainWindowImplâ
src/mainwindowimpl.cpp:286: error: invalid use of incomplete type âclass MainWindowImplâ
src/mainwindowimpl.h:17: error: forward declaration of âclass MainWindowImplâ
src/mainwindowimpl.cpp:304: error: invalid use of incomplete type âclass MainWindowImplâ
src/mainwindowimpl.h:17: error: forward declaration of âclass MainWindowImplâ
src/mainwindowimpl.cpp:322: error: invalid use of incomplete type âclass MainWindowImplâ
src/mainwindowimpl.h:17: error: forward declaration of âclass MainWindowImplâ
make: *** [build/mainwindowimpl.o] Error 1
dcerouter_1018958:/home/karel/source/src/TouchOrbiter/TouchOrbiterQt#
Any Ideas??
Regards
Karel
Edit: DOEF DOEF...... (Knocking head on the table to get the dust off........)
Nevermind..... had to run "make" from the src folder.
dcerouter_1018958:/home/karel/source/src/#make
its compiling now........
Edit: Wonders if what Im doing is right ...........
I still have to wait for Apple to approve the app before I can use it with my Iphone.......?