Advertisement
Guest User

styleproject-code no compile

a guest
May 27th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.70 KB | None | 0 0
  1. $ cd styleproject-code/
  2. 19:52 joey at Gentoo18 in ~/styleproject-code on master* (30 files)
  3. $ cd build/
  4. 19:52 joey at Gentoo18 in ~/styleproject-code/build on master* (15 files)
  5. $ cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
  6. -- Found Qt-Version 4.8.6 (using /usr/bin/qmake)
  7. -- Found X11: /usr/lib64/libX11.so
  8. -- Found KDE 4.12 include dir: /usr/include
  9. -- Found KDE 4.12 library dir: /usr/lib64
  10. -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
  11. -- Found automoc4: /usr/bin/automoc4
  12. -- preparing config
  13. -- Found qtdbus, building bespin macmenu support
  14. -- preparing kwin deco
  15. -- kwin deco header found: /usr/include/kdecoration.h
  16. -- Configuring done
  17. -- Generating done
  18. -- Build files have been written to: /home/joey/styleproject-code/build
  19. 19:52 joey at Gentoo18 in ~/styleproject-code/build on master* (15 files)
  20. $ make
  21. [ 96%] Built target styleproject
  22. [ 96%] Built target kstyle_styleproject_config_automoc
  23. [ 96%] Built target kstyle_styleproject_config
  24. [ 96%] Built target styleproject_config
  25. [ 96%] Built target kwin3_styleproject_automoc
  26. [ 96%] Building CXX object kwin/CMakeFiles/kwin3_styleproject.dir/factory.cpp.o
  27. In file included from /home/joey/styleproject-code/kwin/kwinclient.h:12:0,
  28. from /home/joey/styleproject-code/kwin/factory.cpp:10:
  29. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:33:36: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  30. virtual const bool isHovered() const { return m_hasMouse; }
  31. ^
  32. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:38:23: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  33. const Type type() const { return m_type; }
  34. ^
  35. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:41:37: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  36. const ButtonStyle buttonStyle() const { return m_buttonStyle; }
  37. ^
  38. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:58:41: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  39. virtual const bool isDark() const = 0;
  40. ^
  41. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:59:46: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  42. virtual const bool isMaximized() const = 0;
  43. ^
  44. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:60:43: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  45. virtual const bool isActive() const = 0;
  46. ^
  47. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:62:40: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  48. virtual const bool onAllDesktops() const { return false; }
  49. ^
  50. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:63:36: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  51. virtual const bool keepAbove() const { return false; }
  52. ^
  53. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:64:36: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  54. virtual const bool keepBelow() const {return false; }
  55. ^
  56. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:65:32: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  57. virtual const bool shade() const { return false; }
  58. ^
  59. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:53:38: attention : unused parameter ‘p’ [-Wunused-parameter]
  60. void paintResizeButton(QPainter &p){}
  61. ^
  62. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:86:28: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  63. const bool isHovered() const { return underMouse(); }
  64. ^
  65. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:96:25: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  66. const bool isDark() const;
  67. ^
  68. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:97:30: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  69. const bool isMaximized() const { return window()->isMaximized(); }
  70. ^
  71. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:98:27: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  72. const bool isActive() const { return window()->isActiveWindow(); }
  73. ^
  74. In file included from /home/joey/styleproject-code/kwin/factory.cpp:10:0:
  75. /home/joey/styleproject-code/kwin/kwinclient.h:32:27: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  76. const bool isActive() const;
  77. ^
  78. /home/joey/styleproject-code/kwin/kwinclient.h:33:30: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  79. const bool isMaximized() const;
  80. ^
  81. /home/joey/styleproject-code/kwin/kwinclient.h:34:32: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  82. const bool onAllDesktops() const;
  83. ^
  84. /home/joey/styleproject-code/kwin/kwinclient.h:35:28: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  85. const bool keepAbove() const;
  86. ^
  87. /home/joey/styleproject-code/kwin/kwinclient.h:36:28: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  88. const bool keepBelow() const;
  89. ^
  90. /home/joey/styleproject-code/kwin/kwinclient.h:37:24: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  91. const bool shade() const;
  92. ^
  93. /home/joey/styleproject-code/kwin/kwinclient.h:40:25: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  94. const bool isDark() const;
  95. ^
  96. /home/joey/styleproject-code/kwin/kwinclient.h:85:29: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  97. const int titleHeight() const;
  98. ^
  99. /home/joey/styleproject-code/kwin/factory.cpp: In static member function ‘static bool Factory::xEventFilter(void*)’:
  100. /home/joey/styleproject-code/kwin/factory.cpp:95:42: erreur: ‘DecoBgPix’ is not a member of ‘XHandler’
  101. if (xpe->atom == XHandler::xAtom(XHandler::DecoBgPix))
  102. ^
  103. /home/joey/styleproject-code/kwin/factory.cpp:98:17: erreur: ‘SharedBgPixData’ was not declared in this scope
  104. if (SharedBgPixData *bgPixData = XHandler::getXProperty<SharedBgPixData>(xpe->window, XHandler::DecoBgPix))
  105. ^
  106. /home/joey/styleproject-code/kwin/factory.cpp:98:34: erreur: ‘bgPixData’ was not declared in this scope
  107. if (SharedBgPixData *bgPixData = XHandler::getXProperty<SharedBgPixData>(xpe->window, XHandler::DecoBgPix))
  108. ^
  109. /home/joey/styleproject-code/kwin/factory.cpp:98:99: erreur: ‘DecoBgPix’ is not a member of ‘XHandler’
  110. if (SharedBgPixData *bgPixData = XHandler::getXProperty<SharedBgPixData>(xpe->window, XHandler::DecoBgPix))
  111. ^
  112. /home/joey/styleproject-code/kwin/factory.cpp:112:42: erreur: invalid use of incomplete type ‘class WindowData’
  113. client->setWindowData(*wd);
  114. ^
  115. In file included from /home/joey/styleproject-code/kwin/factory.cpp:10:0:
  116. /home/joey/styleproject-code/kwin/kwinclient.h:46:7: erreur: forward declaration of ‘class WindowData’
  117. class WindowData;
  118. ^
  119. /home/joey/styleproject-code/kwin/kwinclient.h:74:10: erreur: initializing argument 1 of ‘void KwinClient::setWindowData(WindowData)’
  120. void setWindowData(WindowData wd);
  121. ^
  122. /home/joey/styleproject-code/kwin/factory.cpp:112:42: erreur: invalid use of incomplete type ‘class WindowData’
  123. client->setWindowData(*wd);
  124. ^
  125. In file included from /home/joey/styleproject-code/kwin/factory.cpp:10:0:
  126. /home/joey/styleproject-code/kwin/kwinclient.h:46:7: erreur: forward declaration of ‘class WindowData’
  127. class WindowData;
  128. ^
  129. kwin/CMakeFiles/kwin3_styleproject.dir/build.make:77 : la recette pour la cible « kwin/CMakeFiles/kwin3_styleproject.dir/factory.cpp.o » a échouée
  130. make[2]: *** [kwin/CMakeFiles/kwin3_styleproject.dir/factory.cpp.o] Erreur 1
  131. CMakeFiles/Makefile2:262 : la recette pour la cible « kwin/CMakeFiles/kwin3_styleproject.dir/all » a échouée
  132. make[1]: *** [kwin/CMakeFiles/kwin3_styleproject.dir/all] Erreur 2
  133. Makefile:126 : la recette pour la cible « all » a échouée
  134. make: *** [all] Erreur 2
  135. 19:52 joey at Gentoo18 in ~/styleproject-code/build on master* (15 files)
  136. $ sudo make install
  137. Mot de passe :
  138. [ 72%] Built target styleproject
  139. [ 72%] Built target kstyle_styleproject_config_automoc
  140. [ 80%] Built target kstyle_styleproject_config
  141. [ 93%] Built target styleproject_config
  142. [ 93%] Built target kwin3_styleproject_automoc
  143. [ 95%] Building CXX object kwin/CMakeFiles/kwin3_styleproject.dir/factory.cpp.o
  144. In file included from /home/joey/styleproject-code/kwin/kwinclient.h:12:0,
  145. from /home/joey/styleproject-code/kwin/factory.cpp:10:
  146. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:33:36: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  147. virtual const bool isHovered() const { return m_hasMouse; }
  148. ^
  149. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:38:23: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  150. const Type type() const { return m_type; }
  151. ^
  152. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:41:37: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  153. const ButtonStyle buttonStyle() const { return m_buttonStyle; }
  154. ^
  155. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:58:41: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  156. virtual const bool isDark() const = 0;
  157. ^
  158. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:59:46: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  159. virtual const bool isMaximized() const = 0;
  160. ^
  161. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:60:43: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  162. virtual const bool isActive() const = 0;
  163. ^
  164. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:62:40: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  165. virtual const bool onAllDesktops() const { return false; }
  166. ^
  167. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:63:36: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  168. virtual const bool keepAbove() const { return false; }
  169. ^
  170. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:64:36: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  171. virtual const bool keepBelow() const {return false; }
  172. ^
  173. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:65:32: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  174. virtual const bool shade() const { return false; }
  175. ^
  176. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:53:38: attention : unused parameter ‘p’ [-Wunused-parameter]
  177. void paintResizeButton(QPainter &p){}
  178. ^
  179. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:86:28: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  180. const bool isHovered() const { return underMouse(); }
  181. ^
  182. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:96:25: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  183. const bool isDark() const;
  184. ^
  185. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:97:30: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  186. const bool isMaximized() const { return window()->isMaximized(); }
  187. ^
  188. /home/joey/styleproject-code/kwin/../stylelib/widgets.h:98:27: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  189. const bool isActive() const { return window()->isActiveWindow(); }
  190. ^
  191. In file included from /home/joey/styleproject-code/kwin/factory.cpp:10:0:
  192. /home/joey/styleproject-code/kwin/kwinclient.h:32:27: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  193. const bool isActive() const;
  194. ^
  195. /home/joey/styleproject-code/kwin/kwinclient.h:33:30: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  196. const bool isMaximized() const;
  197. ^
  198. /home/joey/styleproject-code/kwin/kwinclient.h:34:32: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  199. const bool onAllDesktops() const;
  200. ^
  201. /home/joey/styleproject-code/kwin/kwinclient.h:35:28: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  202. const bool keepAbove() const;
  203. ^
  204. /home/joey/styleproject-code/kwin/kwinclient.h:36:28: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  205. const bool keepBelow() const;
  206. ^
  207. /home/joey/styleproject-code/kwin/kwinclient.h:37:24: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  208. const bool shade() const;
  209. ^
  210. /home/joey/styleproject-code/kwin/kwinclient.h:40:25: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  211. const bool isDark() const;
  212. ^
  213. /home/joey/styleproject-code/kwin/kwinclient.h:85:29: attention : qualificateurs de type ignorés pour le type à retourner par la fonction [-Wignored-qualifiers]
  214. const int titleHeight() const;
  215. ^
  216. /home/joey/styleproject-code/kwin/factory.cpp: In static member function ‘static bool Factory::xEventFilter(void*)’:
  217. /home/joey/styleproject-code/kwin/factory.cpp:95:42: erreur: ‘DecoBgPix’ is not a member of ‘XHandler’
  218. if (xpe->atom == XHandler::xAtom(XHandler::DecoBgPix))
  219. ^
  220. /home/joey/styleproject-code/kwin/factory.cpp:98:17: erreur: ‘SharedBgPixData’ was not declared in this scope
  221. if (SharedBgPixData *bgPixData = XHandler::getXProperty<SharedBgPixData>(xpe->window, XHandler::DecoBgPix))
  222. ^
  223. /home/joey/styleproject-code/kwin/factory.cpp:98:34: erreur: ‘bgPixData’ was not declared in this scope
  224. if (SharedBgPixData *bgPixData = XHandler::getXProperty<SharedBgPixData>(xpe->window, XHandler::DecoBgPix))
  225. ^
  226. /home/joey/styleproject-code/kwin/factory.cpp:98:99: erreur: ‘DecoBgPix’ is not a member of ‘XHandler’
  227. if (SharedBgPixData *bgPixData = XHandler::getXProperty<SharedBgPixData>(xpe->window, XHandler::DecoBgPix))
  228. ^
  229. /home/joey/styleproject-code/kwin/factory.cpp:112:42: erreur: invalid use of incomplete type ‘class WindowData’
  230. client->setWindowData(*wd);
  231. ^
  232. In file included from /home/joey/styleproject-code/kwin/factory.cpp:10:0:
  233. /home/joey/styleproject-code/kwin/kwinclient.h:46:7: erreur: forward declaration of ‘class WindowData’
  234. class WindowData;
  235. ^
  236. /home/joey/styleproject-code/kwin/kwinclient.h:74:10: erreur: initializing argument 1 of ‘void KwinClient::setWindowData(WindowData)’
  237. void setWindowData(WindowData wd);
  238. ^
  239. /home/joey/styleproject-code/kwin/factory.cpp:112:42: erreur: invalid use of incomplete type ‘class WindowData’
  240. client->setWindowData(*wd);
  241. ^
  242. In file included from /home/joey/styleproject-code/kwin/factory.cpp:10:0:
  243. /home/joey/styleproject-code/kwin/kwinclient.h:46:7: erreur: forward declaration of ‘class WindowData’
  244. class WindowData;
  245. ^
  246. kwin/CMakeFiles/kwin3_styleproject.dir/build.make:77 : la recette pour la cible « kwin/CMakeFiles/kwin3_styleproject.dir/factory.cpp.o » a échouée
  247. make[2]: *** [kwin/CMakeFiles/kwin3_styleproject.dir/factory.cpp.o] Erreur 1
  248. CMakeFiles/Makefile2:262 : la recette pour la cible « kwin/CMakeFiles/kwin3_styleproject.dir/all » a échouée
  249. make[1]: *** [kwin/CMakeFiles/kwin3_styleproject.dir/all] Erreur 2
  250. Makefile:126 : la recette pour la cible « all » a échouée
  251. make: *** [all] Erreur 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement