Advertisement
Guest User

Untitled

a guest
Jun 12th, 2011
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 23.17 KB | None | 0 0
  1. -- The C compiler identification is GNU
  2. -- The CXX compiler identification is GNU
  3. -- Check for working C compiler: /usr/bin/gcc
  4. -- Check for working C compiler: /usr/bin/gcc -- works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Check for working CXX compiler: /usr/bin/c++
  8. -- Check for working CXX compiler: /usr/bin/c++ -- works
  9. -- Detecting CXX compiler ABI info
  10. -- Detecting CXX compiler ABI info - done
  11. -- Looking for Q_WS_X11
  12. -- Looking for Q_WS_X11 - found
  13. -- Looking for Q_WS_WIN
  14. -- Looking for Q_WS_WIN - not found.
  15. -- Looking for Q_WS_QWS
  16. -- Looking for Q_WS_QWS - not found.
  17. -- Looking for Q_WS_MAC
  18. -- Looking for Q_WS_MAC - not found.
  19. -- Found Qt-Version 4.7.3 (using /usr/bin/qmake)
  20. -- Found Qt-Version 4.7.3 (using /usr/bin/qmake)
  21. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so;/usr/lib/libXpm.so
  22. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so;/usr/lib/libXpm.so - found
  23. -- Looking for gethostbyname
  24. -- Looking for gethostbyname - found
  25. -- Looking for connect
  26. -- Looking for connect - found
  27. -- Looking for remove
  28. -- Looking for remove - found
  29. -- Looking for shmat
  30. -- Looking for shmat - found
  31. -- Looking for IceConnectionNumber in ICE
  32. -- Looking for IceConnectionNumber in ICE - found
  33. -- Found X11: /usr/lib/libX11.so
  34. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  35. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  36. -- Looking for pthread_create in pthreads
  37. -- Looking for pthread_create in pthreads - not found
  38. -- Looking for pthread_create in pthread
  39. -- Looking for pthread_create in pthread - found
  40. -- Found Threads: TRUE
  41. -- Found OpenSSL: /usr/lib/libssl.so
  42. -- Looking for _POSIX_TIMERS
  43. -- Looking for _POSIX_TIMERS - found
  44. -- Found Automoc4: /usr/bin/automoc4
  45. -- Found Perl: /usr/bin/perl
  46. -- Found Phonon: /usr/include
  47. -- Performing Test _OFFT_IS_64BIT
  48. -- Performing Test _OFFT_IS_64BIT - Success
  49. -- Performing Test HAVE_FPIE_SUPPORT
  50. -- Performing Test HAVE_FPIE_SUPPORT - Success
  51. -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
  52. -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
  53. -- Performing Test __KDE_HAVE_GCC_VISIBILITY
  54. -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
  55. -- Found KDE 4.6 include dir: /usr/include
  56. -- Found KDE 4.6 library dir: /usr/lib
  57. -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
  58. -- Found automoc4: /usr/bin/automoc4
  59. -- Found KdepimLibs: /usr/lib/cmake/KdepimLibs/KdepimLibsConfig.cmake
  60. -- checking for module 'QJson>=0.5'
  61. --   found QJson, version 0.7.1
  62. -- Found QJSON: qjson;QtCore
  63. -- Configuring done
  64. -- Generating done
  65. -- Build files have been written to: /home/nasum/builds/akonadi-google/src/build
  66. Scanning dependencies of target kgoogle_automoc
  67. Scanning dependencies of target akonadi_googlecontacts_resource_automoc
  68. Scanning dependencies of target akonadi_googlecalendar_resource_automoc
  69. Generating moc_contactlistjob.cpp
  70. Generating moc_authdialog.cpp
  71. Generating moc_calendar.cpp
  72. Generating moc_calendarlistjob.cpp
  73. Generating moc_contactsresource.cpp
  74. Generating moc_eventjob.cpp
  75. [  0%] Built target kgoogle_automoc
  76. Generating moc_settingsdialog.cpp
  77. Scanning dependencies of target kgoogle
  78. [  3%] Generating moc_contactchangejob.cpp
  79. Building CXX object libkgoogle/CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o
  80. Generating moc_contactdeletejob.cpp
  81. Generating moc_contactjob.cpp
  82. Generating moc_contactcreatejob.cpp
  83. Generating moc_settings.cpp
  84. Generating moc_settings.cpp
  85. Generating moc_calendarresource.cpp
  86. [  3%] Built target akonadi_googlecontacts_resource_automoc
  87. [  6%] Generating org.kde.Akonadi.GoogleContacts.Settings.xml
  88. [  9%] Generating moc_eventlistjob.cpp
  89. Generating ui_settingsdialog.h
  90. [  9%] [ 12%] Built target akonadi_googlecalendar_resource_automoc
  91. Generating settingsbase.h, settingsbase.cpp
  92. [ 15%] Generating org.kde.Akonadi.GoogleCalendar.Settings.xml
  93. [ 18%] Generating settingsadaptor.cpp, settingsadaptor.h
  94. [ 21%] Generating ui_settingsdialog.h
  95. [ 25%] Generating settingsadaptor.moc
  96. [ 28%] Generating settingsbase.h, settingsbase.cpp
  97. [ 31%] Generating settingsadaptor.cpp, settingsadaptor.h
  98. [ 34%] Generating settingsadaptor.moc
  99. Scanning dependencies of target akonadi_googlecontacts_resource
  100. [ 37%] Building CXX object contacts/CMakeFiles/akonadi_googlecontacts_resource.dir/akonadi_googlecontacts_resource_automoc.cpp.o
  101. <command-line>:0:19: warning: missing terminating " character [enabled by default]
  102. Scanning dependencies of target akonadi_googlecalendar_resource
  103. [ 40%] Building CXX object calendar/CMakeFiles/akonadi_googlecalendar_resource.dir/akonadi_googlecalendar_resource_automoc.cpp.o
  104. <command-line>:0:19: warning: missing terminating " character [enabled by default]
  105. [ 43%] Building CXX object libkgoogle/CMakeFiles/kgoogle.dir/authdialog.cpp.o
  106. [ 46%] Building CXX object contacts/CMakeFiles/akonadi_googlecontacts_resource.dir/contactsresource.cpp.o
  107. <command-line>:0:19: warning: missing terminating " character [enabled by default]
  108. [ 50%] Building CXX object calendar/CMakeFiles/akonadi_googlecalendar_resource.dir/calendarresource.cpp.o
  109. <command-line>:0:19: warning: missing terminating " character [enabled by default]
  110. Linking CXX shared library ../lib/libkgoogle.so
  111. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o: In function `AuthDialog::qt_metacall(QMetaObject::Call, int, void**)':
  112. kgoogle_automoc.cpp:(.text+0x9c): undefined reference to `KDialog::qt_metacall(QMetaObject::Call, int, void**)'
  113. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o: In function `AuthDialog::qt_metacast(char const*)':
  114. kgoogle_automoc.cpp:(.text+0x57): undefined reference to `KDialog::qt_metacast(char const*)'
  115. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTI10AuthDialog[typeinfo for AuthDialog]+0x10): undefined reference to `typeinfo for KDialog'
  116. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x38): undefined reference to `QWidget::event(QEvent*)'
  117. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x40): undefined reference to `QDialog::eventFilter(QObject*, QEvent*)'
  118. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x70): undefined reference to `QWidget::devType() const'
  119. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x78): undefined reference to `QDialog::setVisible(bool)'
  120. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x80): undefined reference to `KDialog::sizeHint() const'
  121. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x88): undefined reference to `KDialog::minimumSizeHint() const'
  122. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x90): undefined reference to `QWidget::heightForWidth(int) const'
  123. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x98): undefined reference to `QWidget::paintEngine() const'
  124. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0xa0): undefined reference to `QWidget::mousePressEvent(QMouseEvent*)'
  125. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0xa8): undefined reference to `QWidget::mouseReleaseEvent(QMouseEvent*)'
  126. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0xb0): undefined reference to `QWidget::mouseDoubleClickEvent(QMouseEvent*)'
  127. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0xb8): undefined reference to `QWidget::mouseMoveEvent(QMouseEvent*)'
  128. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0xc0): undefined reference to `QWidget::wheelEvent(QWheelEvent*)'
  129. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0xc8): undefined reference to `KDialog::keyPressEvent(QKeyEvent*)'
  130. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0xd0): undefined reference to `QWidget::keyReleaseEvent(QKeyEvent*)'
  131. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0xd8): undefined reference to `QWidget::focusInEvent(QFocusEvent*)'
  132. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0xe0): undefined reference to `QWidget::focusOutEvent(QFocusEvent*)'
  133. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0xe8): undefined reference to `QWidget::enterEvent(QEvent*)'
  134. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0xf0): undefined reference to `QWidget::leaveEvent(QEvent*)'
  135. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0xf8): undefined reference to `QWidget::paintEvent(QPaintEvent*)'
  136. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x100): undefined reference to `QWidget::moveEvent(QMoveEvent*)'
  137. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x108): undefined reference to `QDialog::resizeEvent(QResizeEvent*)'
  138. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x110): undefined reference to `KDialog::closeEvent(QCloseEvent*)'
  139. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x118): undefined reference to `QDialog::contextMenuEvent(QContextMenuEvent*)'
  140. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x120): undefined reference to `QWidget::tabletEvent(QTabletEvent*)'
  141. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x128): undefined reference to `QWidget::actionEvent(QActionEvent*)'
  142. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x130): undefined reference to `QWidget::dragEnterEvent(QDragEnterEvent*)'
  143. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x138): undefined reference to `QWidget::dragMoveEvent(QDragMoveEvent*)'
  144. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x140): undefined reference to `QWidget::dragLeaveEvent(QDragLeaveEvent*)'
  145. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x148): undefined reference to `QWidget::dropEvent(QDropEvent*)'
  146. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x150): undefined reference to `QDialog::showEvent(QShowEvent*)'
  147. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x158): undefined reference to `KDialog::hideEvent(QHideEvent*)'
  148. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x160): undefined reference to `QWidget::x11Event(_XEvent*)'
  149. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x168): undefined reference to `QWidget::changeEvent(QEvent*)'
  150. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x170): undefined reference to `QWidget::metric(QPaintDevice::PaintDeviceMetric) const'
  151. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x178): undefined reference to `QWidget::inputMethodEvent(QInputMethodEvent*)'
  152. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x180): undefined reference to `QWidget::inputMethodQuery(Qt::InputMethodQuery) const'
  153. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x188): undefined reference to `QWidget::focusNextPrevChild(bool)'
  154. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x190): undefined reference to `QWidget::styleChange(QStyle&)'
  155. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x198): undefined reference to `QWidget::enabledChange(bool)'
  156. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x1a0): undefined reference to `QWidget::paletteChange(QPalette const&)'
  157. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x1a8): undefined reference to `QWidget::fontChange(QFont const&)'
  158. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x1b0): undefined reference to `QWidget::windowActivationChange(bool)'
  159. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x1b8): undefined reference to `QWidget::languageChange()'
  160. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x1c0): undefined reference to `QDialog::done(int)'
  161. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x1c8): undefined reference to `QDialog::accept()'
  162. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x1d0): undefined reference to `QDialog::reject()'
  163. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x1d8): undefined reference to `KDialog::setCaption(QString const&)'
  164. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x1e0): undefined reference to `KDialog::setCaption(QString const&, bool)'
  165. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x1e8): undefined reference to `KDialog::setPlainCaption(QString const&)'
  166. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x1f0): undefined reference to `KDialog::slotButtonClicked(int)'
  167. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x218): undefined reference to `non-virtual thunk to QWidget::devType() const'
  168. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x220): undefined reference to `non-virtual thunk to QWidget::paintEngine() const'
  169. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro._ZTV10AuthDialog[vtable for AuthDialog]+0x228): undefined reference to `non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const'
  170. CMakeFiles/kgoogle.dir/kgoogle_automoc.cpp.o:(.data.rel.ro+0x0): undefined reference to `KDialog::staticMetaObject'
  171. CMakeFiles/kgoogle.dir/authdialog.cpp.o: In function `AuthDialog::webviewFinished()':
  172. authdialog.cpp:(.text+0x3f8): undefined reference to `QWebView::url() const'
  173. authdialog.cpp:(.text+0x4a3): undefined reference to `QWebView::page() const'
  174. authdialog.cpp:(.text+0x4b0): undefined reference to `QWebPage::mainFrame() const'
  175. authdialog.cpp:(.text+0x4c5): undefined reference to `QWebFrame::findFirstElement(QString const&) const'
  176. authdialog.cpp:(.text+0x4e2): undefined reference to `QWebElement::isNull() const'
  177. authdialog.cpp:(.text+0x526): undefined reference to `QWebElement::~QWebElement()'
  178. authdialog.cpp:(.text+0x54e): undefined reference to `QWebElement::toInnerXml() const'
  179. authdialog.cpp:(.text+0x578): undefined reference to `QNetworkAccessManager::QNetworkAccessManager(QObject*)'
  180. authdialog.cpp:(.text+0x59a): undefined reference to `QNetworkRequest::QNetworkRequest(QUrl const&)'
  181. authdialog.cpp:(.text+0x64f): undefined reference to `QNetworkRequest::setUrl(QUrl const&)'
  182. authdialog.cpp:(.text+0x69f): undefined reference to `QNetworkRequest::setHeader(QNetworkRequest::KnownHeaders, QVariant const&)'
  183. authdialog.cpp:(.text+0xa0a): undefined reference to `QNetworkAccessManager::post(QNetworkRequest const&, QByteArray const&)'
  184. authdialog.cpp:(.text+0xa2d): undefined reference to `QNetworkRequest::~QNetworkRequest()'
  185. authdialog.cpp:(.text+0xa5a): undefined reference to `QWebElement::~QWebElement()'
  186. authdialog.cpp:(.text+0xb90): undefined reference to `QWebElement::~QWebElement()'
  187. authdialog.cpp:(.text+0xde9): undefined reference to `QNetworkRequest::~QNetworkRequest()'
  188. authdialog.cpp:(.text+0xe00): undefined reference to `QWebElement::~QWebElement()'
  189. CMakeFiles/kgoogle.dir/authdialog.cpp.o: In function `AuthDialog::AuthDialog(Akonadi::ResourceBase*, unsigned long)':
  190. authdialog.cpp:(.text+0x10af): undefined reference to `KDialog::KDialog(QWidget*, QFlags<Qt::WindowType>)'
  191. authdialog.cpp:(.text+0x1115): undefined reference to `KWindowSystem::setMainWindow(QWidget*, unsigned long)'
  192. authdialog.cpp:(.text+0x113a): undefined reference to `QWidget::QWidget(QWidget*, QFlags<Qt::WindowType>)'
  193. authdialog.cpp:(.text+0x1149): undefined reference to `KDialog::setMainWidget(QWidget*)'
  194. authdialog.cpp:(.text+0x1162): undefined reference to `QVBoxLayout::QVBoxLayout(QWidget*)'
  195. authdialog.cpp:(.text+0x1172): undefined reference to `QWidget::setLayout(QLayout*)'
  196. authdialog.cpp:(.text+0x1198): undefined reference to `QLabel::QLabel(QWidget*, QFlags<Qt::WindowType>)'
  197. authdialog.cpp:(.text+0x11c4): undefined reference to `QLabel::setText(QString const&)'
  198. authdialog.cpp:(.text+0x11e5): undefined reference to `QLabel::setWordWrap(bool)'
  199. authdialog.cpp:(.text+0x11fb): undefined reference to `QLabel::setAlignment(QFlags<Qt::AlignmentFlag>)'
  200. authdialog.cpp:(.text+0x1223): undefined reference to `QBoxLayout::addWidget(QWidget*, int, QFlags<Qt::AlignmentFlag>)'
  201. authdialog.cpp:(.text+0x123c): undefined reference to `QProgressBar::QProgressBar(QWidget*)'
  202. authdialog.cpp:(.text+0x124a): undefined reference to `QProgressBar::setMinimum(int)'
  203. authdialog.cpp:(.text+0x1258): undefined reference to `QProgressBar::setMaximum(int)'
  204. authdialog.cpp:(.text+0x1263): undefined reference to `QProgressBar::setValue(int)'
  205. authdialog.cpp:(.text+0x127f): undefined reference to `QBoxLayout::addWidget(QWidget*, int, QFlags<Qt::AlignmentFlag>)'
  206. authdialog.cpp:(.text+0x12c2): undefined reference to `QBoxLayout::addWidget(QWidget*, int, QFlags<Qt::AlignmentFlag>)'
  207. authdialog.cpp:(.text+0x1333): undefined reference to `QHBoxLayout::QHBoxLayout(QWidget*)'
  208. authdialog.cpp:(.text+0x1345): undefined reference to `QBoxLayout::addLayout(QLayout*, int)'
  209. authdialog.cpp:(.text+0x1360): undefined reference to `KDialog::setButtons(QFlags<KDialog::ButtonCode>)'
  210. authdialog.cpp:(.text+0x13c0): undefined reference to `KDialog::~KDialog()'
  211. CMakeFiles/kgoogle.dir/authdialog.cpp.o: In function `AuthDialog::~AuthDialog()':
  212. authdialog.cpp:(.text+0x1552): undefined reference to `KDialog::~KDialog()'
  213. CMakeFiles/kgoogle.dir/authdialog.cpp.o: In function `AuthDialog::auth(QString const&, QString const&)':
  214. authdialog.cpp:(.text+0x174f): undefined reference to `QWebView::setUrl(QUrl const&)'
  215. CMakeFiles/kgoogle.dir/authdialog.cpp.o: In function `AuthDialog::networkRequestFinished(QNetworkReply*)':
  216. authdialog.cpp:(.text+0x195b): undefined reference to `QNetworkReply::error() const'
  217. CMakeFiles/kgoogle.dir/authdialog.cpp.o: In function `AuthDialog::setError(QString const&)':
  218. authdialog.cpp:(.text+0x121): undefined reference to `QLabel::setText(QString const&)'
  219. CMakeFiles/kgoogle.dir/authdialog.cpp.o: In function `AuthDialog::~AuthDialog()':
  220. authdialog.cpp:(.text+0x14fe): undefined reference to `KDialog::~KDialog()'
  221. collect2: ld returned 1 exit status
  222. make[2]: *** [lib/libkgoogle.so.0.1] Error 1
  223. make[1]: *** [libkgoogle/CMakeFiles/kgoogle.dir/all] Error 2
  224. make[1]: *** Waiting for unfinished jobs....
  225. [ 53%] Building CXX object contacts/CMakeFiles/akonadi_googlecontacts_resource.dir/contactjob.cpp.o
  226. <command-line>:0:19: warning: missing terminating " character [enabled by default]
  227. [ 56%] Building CXX object calendar/CMakeFiles/akonadi_googlecalendar_resource.dir/calendarlistjob.cpp.o
  228. <command-line>:0:19: warning: missing terminating " character [enabled by default]
  229. [ 59%] Building CXX object calendar/CMakeFiles/akonadi_googlecalendar_resource.dir/calendar.cpp.o
  230. <command-line>:0:19: warning: missing terminating " character [enabled by default]
  231. [ 62%] Building CXX object contacts/CMakeFiles/akonadi_googlecontacts_resource.dir/contactcreatejob.cpp.o
  232. [ 65%] <command-line>:0:19: warning: missing terminating " character [enabled by default]
  233. stjob.cpp.o
  234. <command-line>:0:19: warning: missing terminating " character [enabled by default]
  235. [ 68%] Building CXX object calendar/CMakeFiles/akonadi_googlecalendar_resource.dir/eventjob.cpp.o
  236. <command-line>:0:19: warning: missing terminating " character [enabled by default]
  237. [ 71%] Building CXX object calendar/CMakeFiles/akonadi_googlecalendar_resource.dir/settings.cpp.o
  238. <command-line>:0:19: warning: missing terminating " character [enabled by default]
  239. [ 75%] Building CXX object contacts/CMakeFiles/akonadi_googlecontacts_resource.dir/contactchangejob.cpp.o
  240. <command-line>:0:19: warning: missing terminating " character [enabled by default]
  241. [ 78%] Building CXX object contacts/CMakeFiles/akonadi_googlecontacts_resource.dir/contactdeletejob.cpp.o
  242. <command-line>:0:19: warning: missing terminating " character [enabled by default]
  243. [ 81%] Building CXX object contacts/CMakeFiles/akonadi_googlecontacts_resource.dir/contactlistjob.cpp.o
  244. <command-line>:0:19: warning: missing terminating " character [enabled by default]
  245. [ 84%] Building CXX object calendar/CMakeFiles/akonadi_googlecalendar_resource.dir/settingsdialog.cpp.o
  246. <command-line>:0:19: warning: missing terminating " character [enabled by default]
  247. [ 87%] Building CXX object calendar/CMakeFiles/akonadi_googlecalendar_resource.dir/settingsbase.cpp.o
  248. <command-line>:0:19: warning: missing terminating " character [enabled by default]
  249. make[2]: *** No rule to make target `calendar/../lib/libkgoogle.so', needed by `calendar/akonadi_googlecalendar_resource'.  Stop.
  250. make[2]: *** Waiting for unfinished jobs....
  251. [ 90%] Building CXX object calendar/CMakeFiles/akonadi_googlecalendar_resource.dir/settingsadaptor.cpp.o
  252. <command-line>:0:19: warning: missing terminating " character [enabled by default]
  253. [ 93%] Building CXX object contacts/CMakeFiles/akonadi_googlecontacts_resource.dir/settings.cpp.o
  254. <command-line>:0:19: warning: missing terminating " character [enabled by default]
  255. [ 96%] Building CXX object contacts/CMakeFiles/akonadi_googlecontacts_resource.dir/settingsbase.cpp.o
  256. <command-line>:0:19: warning: missing terminating " character [enabled by default]
  257. make[1]: *** [calendar/CMakeFiles/akonadi_googlecalendar_resource.dir/all] Error 2
  258. make[2]: *** No rule to make target `contacts/../lib/libkgoogle.so', needed by `contacts/akonadi_googlecontacts_resource'.  Stop.
  259. make[2]: *** Waiting for unfinished jobs....
  260. [100%] Building CXX object contacts/CMakeFiles/akonadi_googlecontacts_resource.dir/settingsadaptor.cpp.o
  261. <command-line>:0:19: warning: missing terminating " character [enabled by default]
  262. make[1]: *** [contacts/CMakeFiles/akonadi_googlecontacts_resource.dir/all] Error 2
  263. make: *** [all] Error 2
  264. ==> ERROR:(B A failure occurred in build().(B
  265.     Aborting...(B
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement