Advertisement
printesoi

qt compile error

May 27th, 2012
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. compiling yarr/YarrInterpreter.cpp
  2. compiling yarr/YarrPattern.cpp
  3. compiling yarr/YarrSyntaxChecker.cpp
  4. compiling wtf/Assertions.cpp
  5. compiling wtf/ByteArray.cpp
  6. compiling wtf/CryptographicallyRandomNumber.cpp
  7. compiling wtf/CurrentTime.cpp
  8. compiling wtf/DateMath.cpp
  9. compiling wtf/dtoa.cpp
  10. compiling wtf/DecimalNumber.cpp
  11. compiling wtf/FastMalloc.cpp
  12. compiling wtf/gobject/GOwnPtr.cpp
  13. In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:34:0,
  14. from /usr/include/glib-2.0/glib.h:34,
  15. from /usr/include/glib-2.0/gobject/gbinding.h:30,
  16. from /usr/include/glib-2.0/glib-object.h:25,
  17. from /usr/include/glib-2.0/gio/gioenums.h:30,
  18. from /usr/include/glib-2.0/gio/giotypes.h:30,
  19. from /usr/include/glib-2.0/gio/gio.h:28,
  20. from wtf/gobject/GOwnPtr.cpp:24:
  21. /usr/include/glib-2.0/glib/gthread.h:51:16: error: ‘union’ tag used in naming ‘struct _GMutex’ [-fpermissive]
  22. In file included from ./wtf/Platform.h:1217:0,
  23. from ./config.h:30,
  24. from wtf/gobject/GOwnPtr.cpp:19:
  25. wtf/gobject/GTypedefs.h:55:16: note: ‘struct _GMutex’ was previously declared here
  26. In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:34:0,
  27. from /usr/include/glib-2.0/glib.h:34,
  28. from /usr/include/glib-2.0/gobject/gbinding.h:30,
  29. from /usr/include/glib-2.0/glib-object.h:25,
  30. from /usr/include/glib-2.0/gio/gioenums.h:30,
  31. from /usr/include/glib-2.0/gio/giotypes.h:30,
  32. from /usr/include/glib-2.0/gio/gio.h:28,
  33. from wtf/gobject/GOwnPtr.cpp:24:
  34. /usr/include/glib-2.0/glib/gthread.h:58:7: error: ‘union’ tag used in naming ‘struct _GMutex’ [-fpermissive]
  35. In file included from ./wtf/Platform.h:1217:0,
  36. from ./config.h:30,
  37. from wtf/gobject/GOwnPtr.cpp:19:
  38. wtf/gobject/GTypedefs.h:55:16: note: ‘struct _GMutex’ was previously declared here
  39. make[2]: *** [.obj/debug-static/GOwnPtr.o] Error 1
  40. make[2]: *** Waiting for unfinished jobs....
  41. make[2]: Leaving directory `/home/printesoi/dev/abs/qt/src/qt-everywhere-opensource-src-4.8.1/src/3rdparty/webkit/Source/JavaScriptCore'
  42. make[1]: *** [sub-JavaScriptCore-JavaScriptCore-pro-make_default-ordered] Error 2
  43. make[1]: Leaving directory `/home/printesoi/dev/abs/qt/src/qt-everywhere-opensource-src-4.8.1/src/3rdparty/webkit/Source'
  44. make: *** [sub-webkit-make_default-ordered] Error 2
  45. ==> ERROR: A failure occurred in build().
  46. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement