Advertisement
Guest User

Untitled

a guest
May 31st, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 39.04 KB | None | 0 0
  1. g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DVERSION_MAJOR=0 -DVERSION_MINOR=4 -DVERSION_BUILD=0 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o mainwindow.o mainwindow.cpp
  2. In file included from mainwindow.cpp:2:0:
  3. ui_mainwindow.h: In member function ‘void Ui_MainWindow::setupUi(QMainWindow*)’:
  4. ui_mainwindow.h:403:22: error: ‘class QComboBox’ has no member named ‘setCurrentText’
  5.          scalefactor->setCurrentText(QString::fromUtf8("1:1"));
  6.                       ^
  7. ui_mainwindow.h:869:20: error: ‘class QComboBox’ has no member named ‘setCurrentText’
  8.          drawAlpha->setCurrentText(QString::fromUtf8("none"));
  9.                     ^
  10. mainwindow.cpp: In member function ‘virtual void MainWindow::changeEvent(QEvent*)’:
  11. mainwindow.cpp:111:9: warning: enumeration value ‘None’ not handled in switch [-Wswitch]
  12.    switch(event->type()) {
  13.          ^
  14. mainwindow.cpp:111:9: warning: enumeration value ‘Timer’ not handled in switch [-Wswitch]
  15. mainwindow.cpp:111:9: warning: enumeration value ‘MouseButtonPress’ not handled in switch [-Wswitch]
  16. mainwindow.cpp:111:9: warning: enumeration value ‘MouseButtonRelease’ not handled in switch [-Wswitch]
  17. mainwindow.cpp:111:9: warning: enumeration value ‘MouseButtonDblClick’ not handled in switch [-Wswitch]
  18. mainwindow.cpp:111:9: warning: enumeration value ‘MouseMove’ not handled in switch [-Wswitch]
  19. mainwindow.cpp:111:9: warning: enumeration value ‘KeyPress’ not handled in switch [-Wswitch]
  20. mainwindow.cpp:111:9: warning: enumeration value ‘KeyRelease’ not handled in switch [-Wswitch]
  21. mainwindow.cpp:111:9: warning: enumeration value ‘FocusIn’ not handled in switch [-Wswitch]
  22. mainwindow.cpp:111:9: warning: enumeration value ‘FocusOut’ not handled in switch [-Wswitch]
  23. mainwindow.cpp:111:9: warning: enumeration value ‘Enter’ not handled in switch [-Wswitch]
  24. mainwindow.cpp:111:9: warning: enumeration value ‘Leave’ not handled in switch [-Wswitch]
  25. mainwindow.cpp:111:9: warning: enumeration value ‘Paint’ not handled in switch [-Wswitch]
  26. mainwindow.cpp:111:9: warning: enumeration value ‘Move’ not handled in switch [-Wswitch]
  27. mainwindow.cpp:111:9: warning: enumeration value ‘Resize’ not handled in switch [-Wswitch]
  28. mainwindow.cpp:111:9: warning: enumeration value ‘Create’ not handled in switch [-Wswitch]
  29. mainwindow.cpp:111:9: warning: enumeration value ‘Destroy’ not handled in switch [-Wswitch]
  30. mainwindow.cpp:111:9: warning: enumeration value ‘Show’ not handled in switch [-Wswitch]
  31. mainwindow.cpp:111:9: warning: enumeration value ‘Hide’ not handled in switch [-Wswitch]
  32. mainwindow.cpp:111:9: warning: enumeration value ‘Close’ not handled in switch [-Wswitch]
  33. mainwindow.cpp:111:9: warning: enumeration value ‘Quit’ not handled in switch [-Wswitch]
  34. mainwindow.cpp:111:9: warning: enumeration value ‘ParentChange’ not handled in switch [-Wswitch]
  35. mainwindow.cpp:111:9: warning: enumeration value ‘ParentAboutToChange’ not handled in switch [-Wswitch]
  36. mainwindow.cpp:111:9: warning: enumeration value ‘ThreadChange’ not handled in switch [-Wswitch]
  37. mainwindow.cpp:111:9: warning: enumeration value ‘WindowActivate’ not handled in switch [-Wswitch]
  38. mainwindow.cpp:111:9: warning: enumeration value ‘WindowDeactivate’ not handled in switch [-Wswitch]
  39. mainwindow.cpp:111:9: warning: enumeration value ‘ShowToParent’ not handled in switch [-Wswitch]
  40. mainwindow.cpp:111:9: warning: enumeration value ‘HideToParent’ not handled in switch [-Wswitch]
  41. mainwindow.cpp:111:9: warning: enumeration value ‘Wheel’ not handled in switch [-Wswitch]
  42. mainwindow.cpp:111:9: warning: enumeration value ‘WindowTitleChange’ not handled in switch [-Wswitch]
  43. mainwindow.cpp:111:9: warning: enumeration value ‘WindowIconChange’ not handled in switch [-Wswitch]
  44. mainwindow.cpp:111:9: warning: enumeration value ‘ApplicationWindowIconChange’ not handled in switch [-Wswitch]
  45. mainwindow.cpp:111:9: warning: enumeration value ‘ApplicationFontChange’ not handled in switch [-Wswitch]
  46. mainwindow.cpp:111:9: warning: enumeration value ‘ApplicationLayoutDirectionChange’ not handled in switch [-Wswitch]
  47. mainwindow.cpp:111:9: warning: enumeration value ‘ApplicationPaletteChange’ not handled in switch [-Wswitch]
  48. mainwindow.cpp:111:9: warning: enumeration value ‘PaletteChange’ not handled in switch [-Wswitch]
  49. mainwindow.cpp:111:9: warning: enumeration value ‘Clipboard’ not handled in switch [-Wswitch]
  50. mainwindow.cpp:111:9: warning: enumeration value ‘Speech’ not handled in switch [-Wswitch]
  51. mainwindow.cpp:111:9: warning: enumeration value ‘MetaCall’ not handled in switch [-Wswitch]
  52. mainwindow.cpp:111:9: warning: enumeration value ‘SockAct’ not handled in switch [-Wswitch]
  53. mainwindow.cpp:111:9: warning: enumeration value ‘WinEventAct’ not handled in switch [-Wswitch]
  54. mainwindow.cpp:111:9: warning: enumeration value ‘DeferredDelete’ not handled in switch [-Wswitch]
  55. mainwindow.cpp:111:9: warning: enumeration value ‘DragEnter’ not handled in switch [-Wswitch]
  56. mainwindow.cpp:111:9: warning: enumeration value ‘DragMove’ not handled in switch [-Wswitch]
  57. mainwindow.cpp:111:9: warning: enumeration value ‘DragLeave’ not handled in switch [-Wswitch]
  58. mainwindow.cpp:111:9: warning: enumeration value ‘Drop’ not handled in switch [-Wswitch]
  59. mainwindow.cpp:111:9: warning: enumeration value ‘DragResponse’ not handled in switch [-Wswitch]
  60. mainwindow.cpp:111:9: warning: enumeration value ‘ChildAdded’ not handled in switch [-Wswitch]
  61. mainwindow.cpp:111:9: warning: enumeration value ‘ChildPolished’ not handled in switch [-Wswitch]
  62. mainwindow.cpp:111:9: warning: enumeration value ‘ChildRemoved’ not handled in switch [-Wswitch]
  63. mainwindow.cpp:111:9: warning: enumeration value ‘ShowWindowRequest’ not handled in switch [-Wswitch]
  64. mainwindow.cpp:111:9: warning: enumeration value ‘PolishRequest’ not handled in switch [-Wswitch]
  65. mainwindow.cpp:111:9: warning: enumeration value ‘Polish’ not handled in switch [-Wswitch]
  66. mainwindow.cpp:111:9: warning: enumeration value ‘LayoutRequest’ not handled in switch [-Wswitch]
  67. mainwindow.cpp:111:9: warning: enumeration value ‘UpdateRequest’ not handled in switch [-Wswitch]
  68. mainwindow.cpp:111:9: warning: enumeration value ‘UpdateLater’ not handled in switch [-Wswitch]
  69. mainwindow.cpp:111:9: warning: enumeration value ‘EmbeddingControl’ not handled in switch [-Wswitch]
  70. mainwindow.cpp:111:9: warning: enumeration value ‘ActivateControl’ not handled in switch [-Wswitch]
  71. mainwindow.cpp:111:9: warning: enumeration value ‘DeactivateControl’ not handled in switch [-Wswitch]
  72. mainwindow.cpp:111:9: warning: enumeration value ‘ContextMenu’ not handled in switch [-Wswitch]
  73. mainwindow.cpp:111:9: warning: enumeration value ‘InputMethod’ not handled in switch [-Wswitch]
  74. mainwindow.cpp:111:9: warning: enumeration value ‘AccessibilityPrepare’ not handled in switch [-Wswitch]
  75. mainwindow.cpp:111:9: warning: enumeration value ‘TabletMove’ not handled in switch [-Wswitch]
  76. mainwindow.cpp:111:9: warning: enumeration value ‘LayoutDirectionChange’ not handled in switch [-Wswitch]
  77. mainwindow.cpp:111:9: warning: enumeration value ‘Style’ not handled in switch [-Wswitch]
  78. mainwindow.cpp:111:9: warning: enumeration value ‘TabletPress’ not handled in switch [-Wswitch]
  79. mainwindow.cpp:111:9: warning: enumeration value ‘TabletRelease’ not handled in switch [-Wswitch]
  80. mainwindow.cpp:111:9: warning: enumeration value ‘OkRequest’ not handled in switch [-Wswitch]
  81. mainwindow.cpp:111:9: warning: enumeration value ‘HelpRequest’ not handled in switch [-Wswitch]
  82. mainwindow.cpp:111:9: warning: enumeration value ‘IconDrag’ not handled in switch [-Wswitch]
  83. mainwindow.cpp:111:9: warning: enumeration value ‘FontChange’ not handled in switch [-Wswitch]
  84. mainwindow.cpp:111:9: warning: enumeration value ‘EnabledChange’ not handled in switch [-Wswitch]
  85. mainwindow.cpp:111:9: warning: enumeration value ‘ActivationChange’ not handled in switch [-Wswitch]
  86. mainwindow.cpp:111:9: warning: enumeration value ‘StyleChange’ not handled in switch [-Wswitch]
  87. mainwindow.cpp:111:9: warning: enumeration value ‘IconTextChange’ not handled in switch [-Wswitch]
  88. mainwindow.cpp:111:9: warning: enumeration value ‘ModifiedChange’ not handled in switch [-Wswitch]
  89. mainwindow.cpp:111:9: warning: enumeration value ‘MouseTrackingChange’ not handled in switch [-Wswitch]
  90. mainwindow.cpp:111:9: warning: enumeration value ‘WindowBlocked’ not handled in switch [-Wswitch]
  91. mainwindow.cpp:111:9: warning: enumeration value ‘WindowUnblocked’ not handled in switch [-Wswitch]
  92. mainwindow.cpp:111:9: warning: enumeration value ‘WindowStateChange’ not handled in switch [-Wswitch]
  93. mainwindow.cpp:111:9: warning: enumeration value ‘ToolTip’ not handled in switch [-Wswitch]
  94. mainwindow.cpp:111:9: warning: enumeration value ‘WhatsThis’ not handled in switch [-Wswitch]
  95. mainwindow.cpp:111:9: warning: enumeration value ‘StatusTip’ not handled in switch [-Wswitch]
  96. mainwindow.cpp:111:9: warning: enumeration value ‘ActionChanged’ not handled in switch [-Wswitch]
  97. mainwindow.cpp:111:9: warning: enumeration value ‘ActionAdded’ not handled in switch [-Wswitch]
  98. mainwindow.cpp:111:9: warning: enumeration value ‘ActionRemoved’ not handled in switch [-Wswitch]
  99. mainwindow.cpp:111:9: warning: enumeration value ‘FileOpen’ not handled in switch [-Wswitch]
  100. mainwindow.cpp:111:9: warning: enumeration value ‘Shortcut’ not handled in switch [-Wswitch]
  101. mainwindow.cpp:111:9: warning: enumeration value ‘ShortcutOverride’ not handled in switch [-Wswitch]
  102. mainwindow.cpp:111:9: warning: enumeration value ‘WhatsThisClicked’ not handled in switch [-Wswitch]
  103. mainwindow.cpp:111:9: warning: enumeration value ‘ToolBarChange’ not handled in switch [-Wswitch]
  104. mainwindow.cpp:111:9: warning: enumeration value ‘ApplicationActivate’ not handled in switch [-Wswitch]
  105. mainwindow.cpp:111:9: warning: enumeration value ‘ApplicationActivated’ not handled in switch [-Wswitch]
  106. mainwindow.cpp:111:9: warning: enumeration value ‘ApplicationDeactivate’ not handled in switch [-Wswitch]
  107. mainwindow.cpp:111:9: warning: enumeration value ‘ApplicationDeactivated’ not handled in switch [-Wswitch]
  108. mainwindow.cpp:111:9: warning: enumeration value ‘QueryWhatsThis’ not handled in switch [-Wswitch]
  109. mainwindow.cpp:111:9: warning: enumeration value ‘EnterWhatsThisMode’ not handled in switch [-Wswitch]
  110. mainwindow.cpp:111:9: warning: enumeration value ‘LeaveWhatsThisMode’ not handled in switch [-Wswitch]
  111. mainwindow.cpp:111:9: warning: enumeration value ‘ZOrderChange’ not handled in switch [-Wswitch]
  112. mainwindow.cpp:111:9: warning: enumeration value ‘HoverEnter’ not handled in switch [-Wswitch]
  113. mainwindow.cpp:111:9: warning: enumeration value ‘HoverLeave’ not handled in switch [-Wswitch]
  114. mainwindow.cpp:111:9: warning: enumeration value ‘HoverMove’ not handled in switch [-Wswitch]
  115. mainwindow.cpp:111:9: warning: enumeration value ‘AccessibilityHelp’ not handled in switch [-Wswitch]
  116. mainwindow.cpp:111:9: warning: enumeration value ‘AccessibilityDescription’ not handled in switch [-Wswitch]
  117. mainwindow.cpp:111:9: warning: enumeration value ‘AcceptDropsChange’ not handled in switch [-Wswitch]
  118. mainwindow.cpp:111:9: warning: enumeration value ‘MenubarUpdated’ not handled in switch [-Wswitch]
  119. mainwindow.cpp:111:9: warning: enumeration value ‘ZeroTimerEvent’ not handled in switch [-Wswitch]
  120. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneMouseMove’ not handled in switch [-Wswitch]
  121. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneMousePress’ not handled in switch [-Wswitch]
  122. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneMouseRelease’ not handled in switch [-Wswitch]
  123. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneMouseDoubleClick’ not handled in switch [-Wswitch]
  124. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneContextMenu’ not handled in switch [-Wswitch]
  125. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneHoverEnter’ not handled in switch [-Wswitch]
  126. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneHoverMove’ not handled in switch [-Wswitch]
  127. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneHoverLeave’ not handled in switch [-Wswitch]
  128. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneHelp’ not handled in switch [-Wswitch]
  129. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneDragEnter’ not handled in switch [-Wswitch]
  130. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneDragMove’ not handled in switch [-Wswitch]
  131. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneDragLeave’ not handled in switch [-Wswitch]
  132. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneDrop’ not handled in switch [-Wswitch]
  133. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneWheel’ not handled in switch [-Wswitch]
  134. mainwindow.cpp:111:9: warning: enumeration value ‘KeyboardLayoutChange’ not handled in switch [-Wswitch]
  135. mainwindow.cpp:111:9: warning: enumeration value ‘DynamicPropertyChange’ not handled in switch [-Wswitch]
  136. mainwindow.cpp:111:9: warning: enumeration value ‘TabletEnterProximity’ not handled in switch [-Wswitch]
  137. mainwindow.cpp:111:9: warning: enumeration value ‘TabletLeaveProximity’ not handled in switch [-Wswitch]
  138. mainwindow.cpp:111:9: warning: enumeration value ‘NonClientAreaMouseMove’ not handled in switch [-Wswitch]
  139. mainwindow.cpp:111:9: warning: enumeration value ‘NonClientAreaMouseButtonPress’ not handled in switch [-Wswitch]
  140. mainwindow.cpp:111:9: warning: enumeration value ‘NonClientAreaMouseButtonRelease’ not handled in switch [-Wswitch]
  141. mainwindow.cpp:111:9: warning: enumeration value ‘NonClientAreaMouseButtonDblClick’ not handled in switch [-Wswitch]
  142. mainwindow.cpp:111:9: warning: enumeration value ‘MacSizeChange’ not handled in switch [-Wswitch]
  143. mainwindow.cpp:111:9: warning: enumeration value ‘ContentsRectChange’ not handled in switch [-Wswitch]
  144. mainwindow.cpp:111:9: warning: enumeration value ‘MacGLWindowChange’ not handled in switch [-Wswitch]
  145. mainwindow.cpp:111:9: warning: enumeration value ‘FutureCallOut’ not handled in switch [-Wswitch]
  146. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneResize’ not handled in switch [-Wswitch]
  147. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneMove’ not handled in switch [-Wswitch]
  148. mainwindow.cpp:111:9: warning: enumeration value ‘CursorChange’ not handled in switch [-Wswitch]
  149. mainwindow.cpp:111:9: warning: enumeration value ‘ToolTipChange’ not handled in switch [-Wswitch]
  150. mainwindow.cpp:111:9: warning: enumeration value ‘NetworkReplyUpdated’ not handled in switch [-Wswitch]
  151. mainwindow.cpp:111:9: warning: enumeration value ‘GrabMouse’ not handled in switch [-Wswitch]
  152. mainwindow.cpp:111:9: warning: enumeration value ‘UngrabMouse’ not handled in switch [-Wswitch]
  153. mainwindow.cpp:111:9: warning: enumeration value ‘GrabKeyboard’ not handled in switch [-Wswitch]
  154. mainwindow.cpp:111:9: warning: enumeration value ‘UngrabKeyboard’ not handled in switch [-Wswitch]
  155. mainwindow.cpp:111:9: warning: enumeration value ‘MacGLClearDrawable’ not handled in switch [-Wswitch]
  156. mainwindow.cpp:111:9: warning: enumeration value ‘StateMachineSignal’ not handled in switch [-Wswitch]
  157. mainwindow.cpp:111:9: warning: enumeration value ‘StateMachineWrapped’ not handled in switch [-Wswitch]
  158. mainwindow.cpp:111:9: warning: enumeration value ‘TouchBegin’ not handled in switch [-Wswitch]
  159. mainwindow.cpp:111:9: warning: enumeration value ‘TouchUpdate’ not handled in switch [-Wswitch]
  160. mainwindow.cpp:111:9: warning: enumeration value ‘TouchEnd’ not handled in switch [-Wswitch]
  161. mainwindow.cpp:111:9: warning: enumeration value ‘NativeGesture’ not handled in switch [-Wswitch]
  162. mainwindow.cpp:111:9: warning: enumeration value ‘RequestSoftwareInputPanel’ not handled in switch [-Wswitch]
  163. mainwindow.cpp:111:9: warning: enumeration value ‘CloseSoftwareInputPanel’ not handled in switch [-Wswitch]
  164. mainwindow.cpp:111:9: warning: enumeration value ‘UpdateSoftKeys’ not handled in switch [-Wswitch]
  165. mainwindow.cpp:111:9: warning: enumeration value ‘WinIdChange’ not handled in switch [-Wswitch]
  166. mainwindow.cpp:111:9: warning: enumeration value ‘Gesture’ not handled in switch [-Wswitch]
  167. mainwindow.cpp:111:9: warning: enumeration value ‘GestureOverride’ not handled in switch [-Wswitch]
  168. mainwindow.cpp:111:9: warning: enumeration value ‘PlatformPanel’ not handled in switch [-Wswitch]
  169. mainwindow.cpp:111:9: warning: enumeration value ‘User’ not handled in switch [-Wswitch]
  170. mainwindow.cpp:111:9: warning: enumeration value ‘MaxUser’ not handled in switch [-Wswitch]
  171. mainwindow.cpp: In member function ‘void MainWindow::on_button_generate_clicked()’:
  172. mainwindow.cpp:174:16: error: ‘class QProcess’ has no member named ‘setProgram’
  173.      myProcess->setProgram(program);
  174.                 ^
  175. mainwindow.cpp:294:16: error: ‘class QProcess’ has no member named ‘setArguments’
  176.      myProcess->setArguments(arguments);
  177.                 ^
  178. mainwindow.cpp:295:26: error: ‘class QProcess’ has no member named ‘arguments’
  179.      qDebug()<<myProcess->arguments();
  180.                           ^
  181. mainwindow.cpp:303:55: error: ‘class QProcess’ has no member named ‘program’
  182.      ui->standardOutput->append("Starting "+myProcess->program()+" "+arguments.join(" "));
  183.                                                        ^
  184. mainwindow.cpp:304:22: error: no matching function for call to ‘QProcess::start()
  185.      myProcess->start();
  186.                       ^
  187. mainwindow.cpp:304:22: note: candidates are:
  188. In file included from /usr/include/qt4/QtCore/QProcess:1:0,
  189.                  from mainwindow.h:5,
  190.                  from mainwindow.cpp:1:
  191. /usr/include/qt4/QtCore/qprocess.h:136:10: note: void QProcess::start(const QString&, const QStringList&, QIODevice::OpenMode)
  192.      void start(const QString &program, const QStringList &arguments, OpenMode mode = ReadWrite);
  193.           ^
  194. /usr/include/qt4/QtCore/qprocess.h:136:10: note:   candidate expects 3 arguments, 0 provided
  195. /usr/include/qt4/QtCore/qprocess.h:137:10: note: void QProcess::start(const QString&, QIODevice::OpenMode)
  196.      void start(const QString &program, OpenMode mode = ReadWrite);
  197.           ^
  198. /usr/include/qt4/QtCore/qprocess.h:137:10: note:   candidate expects 2 arguments, 0 provided
  199. mainwindow.cpp: In member function ‘void MainWindow::readError()’:
  200. mainwindow.cpp:348:86: error: ‘class QString’ has no member named ‘toHtmlEscaped’
  201.          ui->standardOutput->append("<span style='color:red; white-space: pre;'>"+out.toHtmlEscaped()+"</span>");
  202.                                                                                       ^
  203. mainwindow.cpp: In member function ‘void MainWindow::mapperFinisched(int)’:
  204. mainwindow.cpp:376:5: error: ‘taskbarButton’ was not declared in this scope
  205.      taskbarButton->clearOverlayIcon();
  206.      ^
  207. mainwindow.cpp:377:5: error: ‘taskbarProgress’ was not declared in this scope
  208.      taskbarProgress->hide();
  209.      ^
  210. Makefile:233: recipe for target 'mainwindow.o' failed
  211. make: *** [mainwindow.o] Error 1
  212. root@eryk-OptiPlex-GX620:/home/eryk/Downloads/mappergui# qmake MinetestMapperGui.pro
  213. root@eryk-OptiPlex-GX620:/home/eryk/Downloads/mappergui# make
  214. /usr/lib/i386-linux-gnu/qt4/bin/uic mainwindow.ui -o ui_mainwindow.h
  215. g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DVERSION_MAJOR=0 -DVERSION_MINOR=4 -DVERSION_BUILD=0 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o mainwindow.o mainwindow.cpp
  216. In file included from mainwindow.cpp:2:0:
  217. ui_mainwindow.h: In member function ‘void Ui_MainWindow::setupUi(QMainWindow*)’:
  218. ui_mainwindow.h:403:22: error: ‘class QComboBox’ has no member named ‘setCurrentText’
  219.          scalefactor->setCurrentText(QString::fromUtf8("1:1"));
  220.                       ^
  221. ui_mainwindow.h:869:20: error: ‘class QComboBox’ has no member named ‘setCurrentText’
  222.          drawAlpha->setCurrentText(QString::fromUtf8("none"));
  223.                     ^
  224. mainwindow.cpp: In member function ‘virtual void MainWindow::changeEvent(QEvent*)’:
  225. mainwindow.cpp:111:9: warning: enumeration value ‘None’ not handled in switch [-Wswitch]
  226.    switch(event->type()) {
  227.          ^
  228. mainwindow.cpp:111:9: warning: enumeration value ‘Timer’ not handled in switch [-Wswitch]
  229. mainwindow.cpp:111:9: warning: enumeration value ‘MouseButtonPress’ not handled in switch [-Wswitch]
  230. mainwindow.cpp:111:9: warning: enumeration value ‘MouseButtonRelease’ not handled in switch [-Wswitch]
  231. mainwindow.cpp:111:9: warning: enumeration value ‘MouseButtonDblClick’ not handled in switch [-Wswitch]
  232. mainwindow.cpp:111:9: warning: enumeration value ‘MouseMove’ not handled in switch [-Wswitch]
  233. mainwindow.cpp:111:9: warning: enumeration value ‘KeyPress’ not handled in switch [-Wswitch]
  234. mainwindow.cpp:111:9: warning: enumeration value ‘KeyRelease’ not handled in switch [-Wswitch]
  235. mainwindow.cpp:111:9: warning: enumeration value ‘FocusIn’ not handled in switch [-Wswitch]
  236. mainwindow.cpp:111:9: warning: enumeration value ‘FocusOut’ not handled in switch [-Wswitch]
  237. mainwindow.cpp:111:9: warning: enumeration value ‘Enter’ not handled in switch [-Wswitch]
  238. mainwindow.cpp:111:9: warning: enumeration value ‘Leave’ not handled in switch [-Wswitch]
  239. mainwindow.cpp:111:9: warning: enumeration value ‘Paint’ not handled in switch [-Wswitch]
  240. mainwindow.cpp:111:9: warning: enumeration value ‘Move’ not handled in switch [-Wswitch]
  241. mainwindow.cpp:111:9: warning: enumeration value ‘Resize’ not handled in switch [-Wswitch]
  242. mainwindow.cpp:111:9: warning: enumeration value ‘Create’ not handled in switch [-Wswitch]
  243. mainwindow.cpp:111:9: warning: enumeration value ‘Destroy’ not handled in switch [-Wswitch]
  244. mainwindow.cpp:111:9: warning: enumeration value ‘Show’ not handled in switch [-Wswitch]
  245. mainwindow.cpp:111:9: warning: enumeration value ‘Hide’ not handled in switch [-Wswitch]
  246. mainwindow.cpp:111:9: warning: enumeration value ‘Close’ not handled in switch [-Wswitch]
  247. mainwindow.cpp:111:9: warning: enumeration value ‘Quit’ not handled in switch [-Wswitch]
  248. mainwindow.cpp:111:9: warning: enumeration value ‘ParentChange’ not handled in switch [-Wswitch]
  249. mainwindow.cpp:111:9: warning: enumeration value ‘ParentAboutToChange’ not handled in switch [-Wswitch]
  250. mainwindow.cpp:111:9: warning: enumeration value ‘ThreadChange’ not handled in switch [-Wswitch]
  251. mainwindow.cpp:111:9: warning: enumeration value ‘WindowActivate’ not handled in switch [-Wswitch]
  252. mainwindow.cpp:111:9: warning: enumeration value ‘WindowDeactivate’ not handled in switch [-Wswitch]
  253. mainwindow.cpp:111:9: warning: enumeration value ‘ShowToParent’ not handled in switch [-Wswitch]
  254. mainwindow.cpp:111:9: warning: enumeration value ‘HideToParent’ not handled in switch [-Wswitch]
  255. mainwindow.cpp:111:9: warning: enumeration value ‘Wheel’ not handled in switch [-Wswitch]
  256. mainwindow.cpp:111:9: warning: enumeration value ‘WindowTitleChange’ not handled in switch [-Wswitch]
  257. mainwindow.cpp:111:9: warning: enumeration value ‘WindowIconChange’ not handled in switch [-Wswitch]
  258. mainwindow.cpp:111:9: warning: enumeration value ‘ApplicationWindowIconChange’ not handled in switch [-Wswitch]
  259. mainwindow.cpp:111:9: warning: enumeration value ‘ApplicationFontChange’ not handled in switch [-Wswitch]
  260. mainwindow.cpp:111:9: warning: enumeration value ‘ApplicationLayoutDirectionChange’ not handled in switch [-Wswitch]
  261. mainwindow.cpp:111:9: warning: enumeration value ‘ApplicationPaletteChange’ not handled in switch [-Wswitch]
  262. mainwindow.cpp:111:9: warning: enumeration value ‘PaletteChange’ not handled in switch [-Wswitch]
  263. mainwindow.cpp:111:9: warning: enumeration value ‘Clipboard’ not handled in switch [-Wswitch]
  264. mainwindow.cpp:111:9: warning: enumeration value ‘Speech’ not handled in switch [-Wswitch]
  265. mainwindow.cpp:111:9: warning: enumeration value ‘MetaCall’ not handled in switch [-Wswitch]
  266. mainwindow.cpp:111:9: warning: enumeration value ‘SockAct’ not handled in switch [-Wswitch]
  267. mainwindow.cpp:111:9: warning: enumeration value ‘WinEventAct’ not handled in switch [-Wswitch]
  268. mainwindow.cpp:111:9: warning: enumeration value ‘DeferredDelete’ not handled in switch [-Wswitch]
  269. mainwindow.cpp:111:9: warning: enumeration value ‘DragEnter’ not handled in switch [-Wswitch]
  270. mainwindow.cpp:111:9: warning: enumeration value ‘DragMove’ not handled in switch [-Wswitch]
  271. mainwindow.cpp:111:9: warning: enumeration value ‘DragLeave’ not handled in switch [-Wswitch]
  272. mainwindow.cpp:111:9: warning: enumeration value ‘Drop’ not handled in switch [-Wswitch]
  273. mainwindow.cpp:111:9: warning: enumeration value ‘DragResponse’ not handled in switch [-Wswitch]
  274. mainwindow.cpp:111:9: warning: enumeration value ‘ChildAdded’ not handled in switch [-Wswitch]
  275. mainwindow.cpp:111:9: warning: enumeration value ‘ChildPolished’ not handled in switch [-Wswitch]
  276. mainwindow.cpp:111:9: warning: enumeration value ‘ChildRemoved’ not handled in switch [-Wswitch]
  277. mainwindow.cpp:111:9: warning: enumeration value ‘ShowWindowRequest’ not handled in switch [-Wswitch]
  278. mainwindow.cpp:111:9: warning: enumeration value ‘PolishRequest’ not handled in switch [-Wswitch]
  279. mainwindow.cpp:111:9: warning: enumeration value ‘Polish’ not handled in switch [-Wswitch]
  280. mainwindow.cpp:111:9: warning: enumeration value ‘LayoutRequest’ not handled in switch [-Wswitch]
  281. mainwindow.cpp:111:9: warning: enumeration value ‘UpdateRequest’ not handled in switch [-Wswitch]
  282. mainwindow.cpp:111:9: warning: enumeration value ‘UpdateLater’ not handled in switch [-Wswitch]
  283. mainwindow.cpp:111:9: warning: enumeration value ‘EmbeddingControl’ not handled in switch [-Wswitch]
  284. mainwindow.cpp:111:9: warning: enumeration value ‘ActivateControl’ not handled in switch [-Wswitch]
  285. mainwindow.cpp:111:9: warning: enumeration value ‘DeactivateControl’ not handled in switch [-Wswitch]
  286. mainwindow.cpp:111:9: warning: enumeration value ‘ContextMenu’ not handled in switch [-Wswitch]
  287. mainwindow.cpp:111:9: warning: enumeration value ‘InputMethod’ not handled in switch [-Wswitch]
  288. mainwindow.cpp:111:9: warning: enumeration value ‘AccessibilityPrepare’ not handled in switch [-Wswitch]
  289. mainwindow.cpp:111:9: warning: enumeration value ‘TabletMove’ not handled in switch [-Wswitch]
  290. mainwindow.cpp:111:9: warning: enumeration value ‘LayoutDirectionChange’ not handled in switch [-Wswitch]
  291. mainwindow.cpp:111:9: warning: enumeration value ‘Style’ not handled in switch [-Wswitch]
  292. mainwindow.cpp:111:9: warning: enumeration value ‘TabletPress’ not handled in switch [-Wswitch]
  293. mainwindow.cpp:111:9: warning: enumeration value ‘TabletRelease’ not handled in switch [-Wswitch]
  294. mainwindow.cpp:111:9: warning: enumeration value ‘OkRequest’ not handled in switch [-Wswitch]
  295. mainwindow.cpp:111:9: warning: enumeration value ‘HelpRequest’ not handled in switch [-Wswitch]
  296. mainwindow.cpp:111:9: warning: enumeration value ‘IconDrag’ not handled in switch [-Wswitch]
  297. mainwindow.cpp:111:9: warning: enumeration value ‘FontChange’ not handled in switch [-Wswitch]
  298. mainwindow.cpp:111:9: warning: enumeration value ‘EnabledChange’ not handled in switch [-Wswitch]
  299. mainwindow.cpp:111:9: warning: enumeration value ‘ActivationChange’ not handled in switch [-Wswitch]
  300. mainwindow.cpp:111:9: warning: enumeration value ‘StyleChange’ not handled in switch [-Wswitch]
  301. mainwindow.cpp:111:9: warning: enumeration value ‘IconTextChange’ not handled in switch [-Wswitch]
  302. mainwindow.cpp:111:9: warning: enumeration value ‘ModifiedChange’ not handled in switch [-Wswitch]
  303. mainwindow.cpp:111:9: warning: enumeration value ‘MouseTrackingChange’ not handled in switch [-Wswitch]
  304. mainwindow.cpp:111:9: warning: enumeration value ‘WindowBlocked’ not handled in switch [-Wswitch]
  305. mainwindow.cpp:111:9: warning: enumeration value ‘WindowUnblocked’ not handled in switch [-Wswitch]
  306. mainwindow.cpp:111:9: warning: enumeration value ‘WindowStateChange’ not handled in switch [-Wswitch]
  307. mainwindow.cpp:111:9: warning: enumeration value ‘ToolTip’ not handled in switch [-Wswitch]
  308. mainwindow.cpp:111:9: warning: enumeration value ‘WhatsThis’ not handled in switch [-Wswitch]
  309. mainwindow.cpp:111:9: warning: enumeration value ‘StatusTip’ not handled in switch [-Wswitch]
  310. mainwindow.cpp:111:9: warning: enumeration value ‘ActionChanged’ not handled in switch [-Wswitch]
  311. mainwindow.cpp:111:9: warning: enumeration value ‘ActionAdded’ not handled in switch [-Wswitch]
  312. mainwindow.cpp:111:9: warning: enumeration value ‘ActionRemoved’ not handled in switch [-Wswitch]
  313. mainwindow.cpp:111:9: warning: enumeration value ‘FileOpen’ not handled in switch [-Wswitch]
  314. mainwindow.cpp:111:9: warning: enumeration value ‘Shortcut’ not handled in switch [-Wswitch]
  315. mainwindow.cpp:111:9: warning: enumeration value ‘ShortcutOverride’ not handled in switch [-Wswitch]
  316. mainwindow.cpp:111:9: warning: enumeration value ‘WhatsThisClicked’ not handled in switch [-Wswitch]
  317. mainwindow.cpp:111:9: warning: enumeration value ‘ToolBarChange’ not handled in switch [-Wswitch]
  318. mainwindow.cpp:111:9: warning: enumeration value ‘ApplicationActivate’ not handled in switch [-Wswitch]
  319. mainwindow.cpp:111:9: warning: enumeration value ‘ApplicationActivated’ not handled in switch [-Wswitch]
  320. mainwindow.cpp:111:9: warning: enumeration value ‘ApplicationDeactivate’ not handled in switch [-Wswitch]
  321. mainwindow.cpp:111:9: warning: enumeration value ‘ApplicationDeactivated’ not handled in switch [-Wswitch]
  322. mainwindow.cpp:111:9: warning: enumeration value ‘QueryWhatsThis’ not handled in switch [-Wswitch]
  323. mainwindow.cpp:111:9: warning: enumeration value ‘EnterWhatsThisMode’ not handled in switch [-Wswitch]
  324. mainwindow.cpp:111:9: warning: enumeration value ‘LeaveWhatsThisMode’ not handled in switch [-Wswitch]
  325. mainwindow.cpp:111:9: warning: enumeration value ‘ZOrderChange’ not handled in switch [-Wswitch]
  326. mainwindow.cpp:111:9: warning: enumeration value ‘HoverEnter’ not handled in switch [-Wswitch]
  327. mainwindow.cpp:111:9: warning: enumeration value ‘HoverLeave’ not handled in switch [-Wswitch]
  328. mainwindow.cpp:111:9: warning: enumeration value ‘HoverMove’ not handled in switch [-Wswitch]
  329. mainwindow.cpp:111:9: warning: enumeration value ‘AccessibilityHelp’ not handled in switch [-Wswitch]
  330. mainwindow.cpp:111:9: warning: enumeration value ‘AccessibilityDescription’ not handled in switch [-Wswitch]
  331. mainwindow.cpp:111:9: warning: enumeration value ‘AcceptDropsChange’ not handled in switch [-Wswitch]
  332. mainwindow.cpp:111:9: warning: enumeration value ‘MenubarUpdated’ not handled in switch [-Wswitch]
  333. mainwindow.cpp:111:9: warning: enumeration value ‘ZeroTimerEvent’ not handled in switch [-Wswitch]
  334. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneMouseMove’ not handled in switch [-Wswitch]
  335. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneMousePress’ not handled in switch [-Wswitch]
  336. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneMouseRelease’ not handled in switch [-Wswitch]
  337. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneMouseDoubleClick’ not handled in switch [-Wswitch]
  338. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneContextMenu’ not handled in switch [-Wswitch]
  339. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneHoverEnter’ not handled in switch [-Wswitch]
  340. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneHoverMove’ not handled in switch [-Wswitch]
  341. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneHoverLeave’ not handled in switch [-Wswitch]
  342. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneHelp’ not handled in switch [-Wswitch]
  343. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneDragEnter’ not handled in switch [-Wswitch]
  344. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneDragMove’ not handled in switch [-Wswitch]
  345. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneDragLeave’ not handled in switch [-Wswitch]
  346. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneDrop’ not handled in switch [-Wswitch]
  347. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneWheel’ not handled in switch [-Wswitch]
  348. mainwindow.cpp:111:9: warning: enumeration value ‘KeyboardLayoutChange’ not handled in switch [-Wswitch]
  349. mainwindow.cpp:111:9: warning: enumeration value ‘DynamicPropertyChange’ not handled in switch [-Wswitch]
  350. mainwindow.cpp:111:9: warning: enumeration value ‘TabletEnterProximity’ not handled in switch [-Wswitch]
  351. mainwindow.cpp:111:9: warning: enumeration value ‘TabletLeaveProximity’ not handled in switch [-Wswitch]
  352. mainwindow.cpp:111:9: warning: enumeration value ‘NonClientAreaMouseMove’ not handled in switch [-Wswitch]
  353. mainwindow.cpp:111:9: warning: enumeration value ‘NonClientAreaMouseButtonPress’ not handled in switch [-Wswitch]
  354. mainwindow.cpp:111:9: warning: enumeration value ‘NonClientAreaMouseButtonRelease’ not handled in switch [-Wswitch]
  355. mainwindow.cpp:111:9: warning: enumeration value ‘NonClientAreaMouseButtonDblClick’ not handled in switch [-Wswitch]
  356. mainwindow.cpp:111:9: warning: enumeration value ‘MacSizeChange’ not handled in switch [-Wswitch]
  357. mainwindow.cpp:111:9: warning: enumeration value ‘ContentsRectChange’ not handled in switch [-Wswitch]
  358. mainwindow.cpp:111:9: warning: enumeration value ‘MacGLWindowChange’ not handled in switch [-Wswitch]
  359. mainwindow.cpp:111:9: warning: enumeration value ‘FutureCallOut’ not handled in switch [-Wswitch]
  360. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneResize’ not handled in switch [-Wswitch]
  361. mainwindow.cpp:111:9: warning: enumeration value ‘GraphicsSceneMove’ not handled in switch [-Wswitch]
  362. mainwindow.cpp:111:9: warning: enumeration value ‘CursorChange’ not handled in switch [-Wswitch]
  363. mainwindow.cpp:111:9: warning: enumeration value ‘ToolTipChange’ not handled in switch [-Wswitch]
  364. mainwindow.cpp:111:9: warning: enumeration value ‘NetworkReplyUpdated’ not handled in switch [-Wswitch]
  365. mainwindow.cpp:111:9: warning: enumeration value ‘GrabMouse’ not handled in switch [-Wswitch]
  366. mainwindow.cpp:111:9: warning: enumeration value ‘UngrabMouse’ not handled in switch [-Wswitch]
  367. mainwindow.cpp:111:9: warning: enumeration value ‘GrabKeyboard’ not handled in switch [-Wswitch]
  368. mainwindow.cpp:111:9: warning: enumeration value ‘UngrabKeyboard’ not handled in switch [-Wswitch]
  369. mainwindow.cpp:111:9: warning: enumeration value ‘MacGLClearDrawable’ not handled in switch [-Wswitch]
  370. mainwindow.cpp:111:9: warning: enumeration value ‘StateMachineSignal’ not handled in switch [-Wswitch]
  371. mainwindow.cpp:111:9: warning: enumeration value ‘StateMachineWrapped’ not handled in switch [-Wswitch]
  372. mainwindow.cpp:111:9: warning: enumeration value ‘TouchBegin’ not handled in switch [-Wswitch]
  373. mainwindow.cpp:111:9: warning: enumeration value ‘TouchUpdate’ not handled in switch [-Wswitch]
  374. mainwindow.cpp:111:9: warning: enumeration value ‘TouchEnd’ not handled in switch [-Wswitch]
  375. mainwindow.cpp:111:9: warning: enumeration value ‘NativeGesture’ not handled in switch [-Wswitch]
  376. mainwindow.cpp:111:9: warning: enumeration value ‘RequestSoftwareInputPanel’ not handled in switch [-Wswitch]
  377. mainwindow.cpp:111:9: warning: enumeration value ‘CloseSoftwareInputPanel’ not handled in switch [-Wswitch]
  378. mainwindow.cpp:111:9: warning: enumeration value ‘UpdateSoftKeys’ not handled in switch [-Wswitch]
  379. mainwindow.cpp:111:9: warning: enumeration value ‘WinIdChange’ not handled in switch [-Wswitch]
  380. mainwindow.cpp:111:9: warning: enumeration value ‘Gesture’ not handled in switch [-Wswitch]
  381. mainwindow.cpp:111:9: warning: enumeration value ‘GestureOverride’ not handled in switch [-Wswitch]
  382. mainwindow.cpp:111:9: warning: enumeration value ‘PlatformPanel’ not handled in switch [-Wswitch]
  383. mainwindow.cpp:111:9: warning: enumeration value ‘User’ not handled in switch [-Wswitch]
  384. mainwindow.cpp:111:9: warning: enumeration value ‘MaxUser’ not handled in switch [-Wswitch]
  385. mainwindow.cpp: In member function ‘void MainWindow::on_button_generate_clicked()’:
  386. mainwindow.cpp:174:16: error: ‘class QProcess’ has no member named ‘setProgram’
  387.      myProcess->setProgram(program);
  388.                 ^
  389. mainwindow.cpp:294:16: error: ‘class QProcess’ has no member named ‘setArguments’
  390.      myProcess->setArguments(arguments);
  391.                 ^
  392. mainwindow.cpp:295:26: error: ‘class QProcess’ has no member named ‘arguments’
  393.      qDebug()<<myProcess->arguments();
  394.                           ^
  395. mainwindow.cpp:303:55: error: ‘class QProcess’ has no member named ‘program’
  396.      ui->standardOutput->append("Starting "+myProcess->program()+" "+arguments.join(" "));
  397.                                                        ^
  398. mainwindow.cpp:304:22: error: no matching function for call to ‘QProcess::start()
  399.      myProcess->start();
  400.                       ^
  401. mainwindow.cpp:304:22: note: candidates are:
  402. In file included from /usr/include/qt4/QtCore/QProcess:1:0,
  403.                  from mainwindow.h:5,
  404.                  from mainwindow.cpp:1:
  405. /usr/include/qt4/QtCore/qprocess.h:136:10: note: void QProcess::start(const QString&, const QStringList&, QIODevice::OpenMode)
  406.      void start(const QString &program, const QStringList &arguments, OpenMode mode = ReadWrite);
  407.           ^
  408. /usr/include/qt4/QtCore/qprocess.h:136:10: note:   candidate expects 3 arguments, 0 provided
  409. /usr/include/qt4/QtCore/qprocess.h:137:10: note: void QProcess::start(const QString&, QIODevice::OpenMode)
  410.      void start(const QString &program, OpenMode mode = ReadWrite);
  411.           ^
  412. /usr/include/qt4/QtCore/qprocess.h:137:10: note:   candidate expects 2 arguments, 0 provided
  413. mainwindow.cpp: In member function ‘void MainWindow::readError()’:
  414. mainwindow.cpp:348:86: error: ‘class QString’ has no member named ‘toHtmlEscaped’
  415.          ui->standardOutput->append("<span style='color:red; white-space: pre;'>"+out.toHtmlEscaped()+"</span>");
  416.                                                                                       ^
  417. mainwindow.cpp: In member function ‘void MainWindow::mapperFinisched(int)’:
  418. mainwindow.cpp:376:5: error: ‘taskbarButton’ was not declared in this scope
  419.      taskbarButton->clearOverlayIcon();
  420.      ^
  421. mainwindow.cpp:377:5: error: ‘taskbarProgress’ was not declared in this scope
  422.      taskbarProgress->hide();
  423.      ^
  424. Makefile:233: recipe for target 'mainwindow.o' failed
  425. make: *** [mainwindow.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement