Guest User

error in QT webkit build

a guest
Oct 24th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.13 KB | None | 0 0
  1. In file included from f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\WebCore\platform\network\qt\SocketStreamHandleQt.cpp:205:0:
  2. tmp\moc\release_shared/moc_SocketStreamHandlePrivate.cpp:9:156: fatal error: ../../../../../../../../../qt-everywhere-opensource-src-4.8.5/src/3rdparty/webkit/Source/WebCore/platform/network/qt/SocketStreamHandlePrivate.h: No such file or directory
  3. #include "../../../../../../../../../qt-everywhere-opensource-src-4.8.5/src/3rdparty/webkit/Source/WebCore/platform/network/qt/SocketStreamHandlePrivate.h"
  4. ^
  5. compilation terminated.
  6. jom: F:\kde\build\libs\qt-all\work\mingw4-RelWithDebInfo-4.8.5\src\3rdparty\webkit\Source\WebCore\Makefile.WebKit.Release [tmp\obj\release_shared\SocketStreamHandleQt.o] Error 1
  7. In file included from f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/PossiblyNull.h:29:0,
  8. from f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/FastMalloc.h:25,
  9. from f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/config.h:99,
  10. from f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\WebCore\platform\graphics\qt\GraphicsLayerQt.cpp:20:
  11. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/StdLibExtras.h: In function 'TO WTF::bitwise_cast(FROM)':
  12. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef 'dummyWTF_bitwise_cast_sizeof_casted_types_is_equal' locally defined but not used [-Wunused-local-typedefs]
  13. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  14. ^
  15. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/StdLibExtras.h:96:5: note: in expansion of macro 'COMPILE_ASSERT'
  16. COMPILE_ASSERT(sizeof(TO) == sizeof(FROM), WTF_bitwise_cast_sizeof_casted_types_is_equal);
  17. ^
  18. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/StdLibExtras.h: In function 'size_t WTF::roundUpToMultipleOf(size_t)':
  19. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef 'dummydivisor_is_a_power_of_two' locally defined but not used [-Wunused-local-typedefs]
  20. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  21. ^
  22. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/StdLibExtras.h:120:5: note: in expansion of macro 'COMPILE_ASSERT'
  23. COMPILE_ASSERT(divisor && !(divisor & (divisor - 1)), divisor_is_a_power_of_two);
  24. ^
  25. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/StringHasher.h: In static member function 'static unsigned int WTF::StringHasher::hashMemory(const void*)':
  26. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef 'dummylength_must_be_a_multible_of_four' locally defined but not used [-Wunused-local-typedefs]
  27. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  28. ^
  29. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/StringHasher.h:140:9: note: in expansion of macro 'COMPILE_ASSERT'
  30. COMPILE_ASSERT(!(length % 4), length_must_be_a_multible_of_four);
  31. ^
  32. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/OwnPtr.h: In member function 'bool WTF::OwnPtr<T>::operator==(const WTF::OwnPtr<U>&)':
  33. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs]
  34. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  35. ^
  36. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/OwnPtr.h:87:66: note: in expansion of macro 'COMPILE_ASSERT'
  37. template<typename U> bool operator==(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  38. ^
  39. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/OwnPtr.h: In member function 'bool WTF::OwnPtr<T>::operator!=(const WTF::OwnPtr<U>&)':
  40. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs]
  41. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  42. ^
  43. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/OwnPtr.h:88:66: note: in expansion of macro 'COMPILE_ASSERT'
  44. template<typename U> bool operator!=(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  45. ^
  46. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/OwnPtr.h: In member function 'bool WTF::OwnPtr<T>::operator==(const WTF::PassOwnPtr<U>&)':
  47. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs]
  48. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  49. ^
  50. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/OwnPtr.h:89:70: note: in expansion of macro 'COMPILE_ASSERT'
  51. template<typename U> bool operator==(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  52. ^
  53. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/OwnPtr.h: In member function 'bool WTF::OwnPtr<T>::operator!=(const WTF::PassOwnPtr<U>&)':
  54. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs]
  55. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  56. ^
  57. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/OwnPtr.h:90:70: note: in expansion of macro 'COMPILE_ASSERT'
  58. template<typename U> bool operator!=(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  59. ^
  60. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/PassOwnPtr.h: In member function 'bool WTF::PassOwnPtr<T>::operator==(const WTF::PassOwnPtr<U>&)':
  61. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs]
  62. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  63. ^
  64. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/PassOwnPtr.h:95:70: note: in expansion of macro 'COMPILE_ASSERT'
  65. template<typename U> bool operator==(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  66. ^
  67. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/PassOwnPtr.h: In member function 'bool WTF::PassOwnPtr<T>::operator!=(const WTF::PassOwnPtr<U>&)':
  68. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs]
  69. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  70. ^
  71. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/PassOwnPtr.h:96:70: note: in expansion of macro 'COMPILE_ASSERT'
  72. template<typename U> bool operator!=(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  73. ^
  74. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/PassOwnPtr.h: In member function 'bool WTF::PassOwnPtr<T>::operator==(const WTF::OwnPtr<U>&)':
  75. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs]
  76. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  77. ^
  78. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/PassOwnPtr.h:97:66: note: in expansion of macro 'COMPILE_ASSERT'
  79. template<typename U> bool operator==(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  80. ^
  81. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/PassOwnPtr.h: In member function 'bool WTF::PassOwnPtr<T>::operator!=(const WTF::OwnPtr<U>&)':
  82. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs]
  83. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  84. ^
  85. f:\kde\build\libs\qt-all\work\qt-everywhere-opensource-src-4.8.5\src\3rdparty\webkit\Source\JavaScriptCore/wtf/PassOwnPtr.h:98:66: note: in expansion of macro 'COMPILE_ASSERT'
  86. template<typename U> bool operator!=(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  87. ^
  88. jom: F:\kde\build\libs\qt-all\work\mingw4-RelWithDebInfo-4.8.5\src\3rdparty\webkit\Source\WebCore\Makefile.WebKit [release] Error 2
  89. jom: F:\kde\build\libs\qt-all\work\mingw4-RelWithDebInfo-4.8.5\src\3rdparty\webkit\Source\Makefile.WebKit [sub-WebCore-make_default-ordered] Error 2
  90. jom: F:\kde\build\libs\qt-all\work\mingw4-RelWithDebInfo-4.8.5\Makefile [sub-webkit-make_default-ordered] Error 2
  91. emerge fatal error: while running make cmd: f:\kde\dev-utils\bin\jom.exe
  92. emerge fatal error: running python f:\kde\emerge\portage\libs\qt\qt-all.py make
  93. emerge debug: Task: Emerge stopped after: 0:00:27.617579
  94. f:\kde>
Advertisement
Add Comment
Please, Sign In to add comment