Advertisement
Thaodan

Untitled

Jan 30th, 2013
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.01 KB | None | 0 0
  1.  
  2. qt/simulationcraftqt.hpp:105:36: error: invalid use of incomplete type 'class QNetworkCookieJar'
  3. In file included from /usr/include/QtWebKit/qgraphicswebview.h:34:0,
  4. from /usr/include/QtWebKit/QtWebKit:3,
  5. from qt/simulationcraftqt.hpp:11,
  6. from moc_simulationcraftqt.cpp:10:
  7. /usr/include/QtNetwork/qnetworkaccessmanager.h:59:7: error: forward declaration of 'class QNetworkCookieJar'
  8. In file included from qt/main.cpp:2:0:
  9. qt/simulationcraftqt.hpp:105:36: error: invalid use of incomplete type 'class QNetworkCookieJar'
  10. In file included from /usr/include/QtWebKit/qgraphicswebview.h:34:0,
  11. from /usr/include/QtWebKit/QtWebKit:3,
  12. from qt/simulationcraftqt.hpp:11,
  13. from qt/main.cpp:2:
  14. /usr/include/QtNetwork/qnetworkaccessmanager.h:59:7: error: forward declaration of 'class QNetworkCookieJar'
  15. In file included from qt/sc_window.cpp:7:0:
  16. qt/simulationcraftqt.hpp:105:36: error: invalid use of incomplete type 'class QNetworkCookieJar'
  17. In file included from /usr/include/QtWebKit/qgraphicswebview.h:34:0,
  18. from /usr/include/QtWebKit/QtWebKit:3,
  19. from qt/simulationcraftqt.hpp:11,
  20. from qt/sc_window.cpp:7:
  21. /usr/include/QtNetwork/qnetworkaccessmanager.h:59:7: error: forward declaration of 'class QNetworkCookieJar'
  22. In file included from qt/sc_import.cpp:7:0:
  23. qt/simulationcraftqt.hpp:105:36: error: invalid use of incomplete type 'class QNetworkCookieJar'
  24. In file included from /usr/include/QtWebKit/qgraphicswebview.h:34:0,
  25. from /usr/include/QtWebKit/QtWebKit:3,
  26. from qt/simulationcraftqt.hpp:11,
  27. from qt/sc_import.cpp:7:
  28. /usr/include/QtNetwork/qnetworkaccessmanager.h:59:7: error: forward declaration of 'class QNetworkCookieJar'
  29. qt/sc_window.cpp: In member function 'void SC_MainWindow::createImportTab()':
  30. qt/sc_window.cpp:788:83: error: no matching function for call to 'QNetworkAccessManager::setCookieJar(PersistentCookieJar*&)'
  31. qt/sc_window.cpp:788:83: note: candidate is:
  32. In file included from /usr/include/QtWebKit/qgraphicswebview.h:34:0,
  33. from /usr/include/QtWebKit/QtWebKit:3,
  34. from qt/simulationcraftqt.hpp:11,
  35. from qt/sc_window.cpp:7:
  36. /usr/include/QtNetwork/qnetworkaccessmanager.h:114:10: note: void QNetworkAccessManager::setCookieJar(QNetworkCookieJar*)
  37. /usr/include/QtNetwork/qnetworkaccessmanager.h:114:10: note: no known conversion for argument 1 from 'PersistentCookieJar*' to 'QNetworkCookieJar*'
  38. qt/sc_window.cpp: In member function 'void PersistentCookieJar::save()':
  39. qt/sc_window.cpp:2196:48: error: 'allCookies' was not declared in this scope
  40. qt/sc_window.cpp:2202:15: error: invalid use of incomplete type 'const class QNetworkCookie'
  41. In file included from /usr/include/QtWebKit/qgraphicswebview.h:34:0,
  42. from /usr/include/QtWebKit/QtWebKit:3,
  43. from qt/simulationcraftqt.hpp:11,
  44. from qt/sc_window.cpp:7:
  45. /usr/include/QtNetwork/qnetworkaccessmanager.h:58:7: error: forward declaration of 'const class QNetworkCookie'
  46. qt/sc_window.cpp:2203:15: error: invalid use of incomplete type 'const class QNetworkCookie'
  47. In file included from /usr/include/QtWebKit/qgraphicswebview.h:34:0,
  48. from /usr/include/QtWebKit/QtWebKit:3,
  49. from qt/simulationcraftqt.hpp:11,
  50. from qt/sc_window.cpp:7:
  51. /usr/include/QtNetwork/qnetworkaccessmanager.h:58:7: error: forward declaration of 'const class QNetworkCookie'
  52. qt/sc_window.cpp: In member function 'void PersistentCookieJar::load()':
  53. qt/sc_window.cpp:2223:51: error: invalid use of incomplete type 'class QNetworkCookie'
  54. In file included from /usr/include/QtWebKit/qgraphicswebview.h:34:0,
  55. from /usr/include/QtWebKit/QtWebKit:3,
  56. from qt/simulationcraftqt.hpp:11,
  57. from qt/sc_window.cpp:7:
  58. /usr/include/QtNetwork/qnetworkaccessmanager.h:58:7: error: forward declaration of 'class QNetworkCookie'
  59. qt/sc_window.cpp:2225:28: error: 'setAllCookies' was not declared in this scope
  60. In file included from /usr/include/QtCore/qalgorithms.h:45:0,
  61. from /usr/include/QtCore/QtCore:3,
  62. from /usr/include/QtGui/QtGui:3,
  63. from qt/simulationcraftqt.hpp:10,
  64. from qt/sc_window.cpp:7:
  65. /usr/include/QtCore/qglobal.h: In instantiation of 'class QTypeInfo<QNetworkCookie>':
  66. /usr/include/QtCore/qlist.h:114:50: required from 'T& QList<T>::Node::t() [with T = QNetworkCookie]'
  67. /usr/include/QtCore/qlist.h:470:46: required from 'const T& QList<T>::at(int) const [with T = QNetworkCookie]'
  68. qt/sc_window.cpp:2201:47: required from here
  69. /usr/include/QtCore/qglobal.h:2113:10: error: invalid application of 'sizeof' to incomplete type 'QNetworkCookie'
  70. In file included from /usr/include/QtCore/qhash.h:48:0,
  71. from /usr/include/QtCore/qcache.h:45,
  72. from /usr/include/QtCore/QtCore:7,
  73. from /usr/include/QtGui/QtGui:3,
  74. from qt/simulationcraftqt.hpp:10,
  75. from qt/sc_window.cpp:7:
  76. /usr/include/QtCore/qlist.h: In instantiation of 'void QList<T>::node_destruct(QList<T>::Node*, QList<T>::Node*) [with T = QNetworkCookie]':
  77. /usr/include/QtCore/qlist.h:757:5: required from 'void QList<T>::free(QListData::Data*) [with T = QNetworkCookie]'
  78. /usr/include/QtCore/qlist.h:732:9: required from 'QList<T>::~QList() [with T = QNetworkCookie]'
  79. qt/sc_window.cpp:2196:48: required from here
  80. /usr/include/QtCore/qlist.h:433:28: error: invalid use of incomplete type 'class QNetworkCookie'
  81. In file included from /usr/include/QtWebKit/qgraphicswebview.h:34:0,
  82. from /usr/include/QtWebKit/QtWebKit:3,
  83. from qt/simulationcraftqt.hpp:11,
  84. from qt/sc_window.cpp:7:
  85. /usr/include/QtNetwork/qnetworkaccessmanager.h:58:7: error: forward declaration of 'class QNetworkCookie'
  86. make: *** [moc_simulationcraftqt.o] Error 1
  87. make: *** Waiting for unfinished jobs....
  88. make: *** [sc_import.o] Error 1
  89. make: *** [main.o] Error 1
  90. make: *** [sc_window.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement