Advertisement
Guest User

Untitled

a guest
Mar 8th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.53 KB | None | 0 0
  1. [ 7%] Building CXX object src/CMakeFiles/Qt5Python27.dir/PythonQtClassInfo.cpp.o
  2. cd /Users/tommaso/PythonQt/my_build/src && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DPYTHONQT_STATIC -DPYTHONQT_USE_RELEASE_PYTHON_FALLBACK -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/usr/include/python2.7 -I/Users/tommaso/PythonQt/src -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -O3 -DNDEBUG -fPIC -o CMakeFiles/Qt5Python27.dir/PythonQtClassInfo.cpp.o -c /Users/tommaso/PythonQt/src/PythonQtClassInfo.cpp
  3. In file included from /Users/tommaso/PythonQt/src/PythonQtClassInfo.cpp:42:
  4. In file included from /Users/tommaso/PythonQt/src/PythonQtClassInfo.h:41:
  5. In file included from /Users/tommaso/PythonQt/src/PythonQt.h:59:
  6. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
  7. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
  8. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:455:15: error: C++ requires a type
  9. specifier for all declarations
  10. char_type toupper(char_type __c) const
  11. ^
  12. /usr/include/python2.7/pyport.h:731:29: note: expanded from macro 'toupper'
  13. #define toupper(c) towupper(btowc(c))
  14. ^
  15. In file included from /Users/tommaso/PythonQt/src/PythonQtClassInfo.cpp:42:
  16. In file included from /Users/tommaso/PythonQt/src/PythonQtClassInfo.h:41:
  17. In file included from /Users/tommaso/PythonQt/src/PythonQt.h:59:
  18. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
  19. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
  20. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:461:48: error: too many arguments
  21. provided to function-like macro invocation
  22. const char_type* toupper(char_type* __low, const char_type* __high) const
  23. ^
  24. /usr/include/python2.7/pyport.h:731:9: note: macro 'toupper' defined here
  25. #define toupper(c) towupper(btowc(c))
  26. ^
  27. In file included from /Users/tommaso/PythonQt/src/PythonQtClassInfo.cpp:42:
  28. In file included from /Users/tommaso/PythonQt/src/PythonQtClassInfo.h:41:
  29. In file included from /Users/tommaso/PythonQt/src/PythonQt.h:59:
  30. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
  31. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
  32. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:461:29: error: expected ';' at end of
  33. declaration list
  34. const char_type* toupper(char_type* __low, const char_type* __high) const
  35. ^
  36. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:473:48: error: too many arguments
  37. provided to function-like macro invocation
  38. const char_type* tolower(char_type* __low, const char_type* __high) const
  39. ^
  40. /usr/include/python2.7/pyport.h:729:9: note: macro 'tolower' defined here
  41. #define tolower(c) towlower(btowc(c))
  42. ^
  43. In file included from /Users/tommaso/PythonQt/src/PythonQtClassInfo.cpp:42:
  44. In file included from /Users/tommaso/PythonQt/src/PythonQtClassInfo.h:41:
  45. In file included from /Users/tommaso/PythonQt/src/PythonQt.h:59:
  46. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
  47. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
  48. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:457:27: error: use of undeclared
  49. identifier '__c'
  50. return do_toupper(__c);
  51. ^
  52. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:564:15: error: C++ requires a type
  53. specifier for all declarations
  54. char_type toupper(char_type __c) const
  55. ^
  56. /usr/include/python2.7/pyport.h:731:29: note: expanded from macro 'toupper'
  57. #define toupper(c) towupper(btowc(c))
  58. ^
  59. In file included from /Users/tommaso/PythonQt/src/PythonQtClassInfo.cpp:42:
  60. In file included from /Users/tommaso/PythonQt/src/PythonQtClassInfo.h:41:
  61. In file included from /Users/tommaso/PythonQt/src/PythonQt.h:59:
  62. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
  63. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
  64. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:570:48: error: too many arguments
  65. provided to function-like macro invocation
  66. const char_type* toupper(char_type* __low, const char_type* __high) const
  67. ^
  68. /usr/include/python2.7/pyport.h:731:9: note: macro 'toupper' defined here
  69. #define toupper(c) towupper(btowc(c))
  70. ^
  71. In file included from /Users/tommaso/PythonQt/src/PythonQtClassInfo.cpp:42:
  72. In file included from /Users/tommaso/PythonQt/src/PythonQtClassInfo.h:41:
  73. In file included from /Users/tommaso/PythonQt/src/PythonQt.h:59:
  74. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
  75. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
  76. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:570:29: error: expected ';' at end of
  77. declaration list
  78. const char_type* toupper(char_type* __low, const char_type* __high) const
  79. ^
  80. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:582:48: error: too many arguments
  81. provided to function-like macro invocation
  82. const char_type* tolower(char_type* __low, const char_type* __high) const
  83. ^
  84. /usr/include/python2.7/pyport.h:729:9: note: macro 'tolower' defined here
  85. #define tolower(c) towlower(btowc(c))
  86. ^
  87. In file included from /Users/tommaso/PythonQt/src/PythonQtClassInfo.cpp:42:
  88. In file included from /Users/tommaso/PythonQt/src/PythonQtClassInfo.h:41:
  89. In file included from /Users/tommaso/PythonQt/src/PythonQt.h:59:
  90. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
  91. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
  92. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:566:27: error: use of undeclared
  93. identifier '__c'
  94. return do_toupper(__c);
  95. ^
  96. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:692:21: error: too many arguments
  97. provided to function-like macro invocation
  98. isspace(_CharT __c, const locale& __loc)
  99. ^
  100. /usr/include/python2.7/pyport.h:725:9: note: macro 'isspace' defined here
  101. #define isspace(c) iswspace(btowc(c))
  102. ^
  103. In file included from /Users/tommaso/PythonQt/src/PythonQtClassInfo.cpp:42:
  104. In file included from /Users/tommaso/PythonQt/src/PythonQtClassInfo.h:41:
  105. In file included from /Users/tommaso/PythonQt/src/PythonQt.h:59:
  106. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
  107. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
  108. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:690:1: error: 'inline' can only appear
  109. on functions
  110. inline _LIBCPP_INLINE_VISIBILITY
  111. ^
  112. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:692:1: error: redefinition of 'isspace'
  113. as different kind of symbol
  114. isspace(_CharT __c, const locale& __loc)
  115. ^
  116. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cctype:127:9: note: previous definition is here
  117. using ::isspace;
  118. ^
  119. In file included from /Users/tommaso/PythonQt/src/PythonQtClassInfo.cpp:42:
  120. In file included from /Users/tommaso/PythonQt/src/PythonQtClassInfo.h:41:
  121. In file included from /Users/tommaso/PythonQt/src/PythonQt.h:59:
  122. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
  123. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
  124. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:692:8: error: expected ';' at end of
  125. declaration
  126. isspace(_CharT __c, const locale& __loc)
  127. ^
  128. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:693:1: error: expected unqualified-id
  129. {
  130. ^
  131. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:716:21: error: too many arguments
  132. provided to function-like macro invocation
  133. isupper(_CharT __c, const locale& __loc)
  134. ^
  135. /usr/include/python2.7/pyport.h:727:9: note: macro 'isupper' defined here
  136. #define isupper(c) iswupper(btowc(c))
  137. ^
  138. In file included from /Users/tommaso/PythonQt/src/PythonQtClassInfo.cpp:42:
  139. In file included from /Users/tommaso/PythonQt/src/PythonQtClassInfo.h:41:
  140. In file included from /Users/tommaso/PythonQt/src/PythonQt.h:59:
  141. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
  142. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
  143. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:714:1: error: 'inline' can only appear
  144. on functions
  145. inline _LIBCPP_INLINE_VISIBILITY
  146. ^
  147. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:716:1: error: redefinition of 'isupper'
  148. as different kind of symbol
  149. isupper(_CharT __c, const locale& __loc)
  150. ^
  151. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cctype:135:9: note: previous definition is here
  152. using ::isupper;
  153. ^
  154. In file included from /Users/tommaso/PythonQt/src/PythonQtClassInfo.cpp:42:
  155. In file included from /Users/tommaso/PythonQt/src/PythonQtClassInfo.h:41:
  156. In file included from /Users/tommaso/PythonQt/src/PythonQt.h:59:
  157. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iostream:38:
  158. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:216:
  159. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:716:8: error: expected ';' at end of
  160. declaration
  161. isupper(_CharT __c, const locale& __loc)
  162. ^
  163. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  164. 20 errors generated.
  165. make[2]: *** [src/CMakeFiles/Qt5Python27.dir/PythonQtClassInfo.cpp.o] Error 1
  166. make[1]: *** [src/CMakeFiles/Qt5Python27.dir/all] Error 2
  167. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement