Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.20 KB | None | 0 0
  1. gusano:dolphin-emu gusano$ scons verbose=true wxconfig=/usr/local/bin/wx-config
  2. scons: Reading SConscript files ...
  3. Checking for wxWidgets >= 2.9... (cached) yes
  4. scons: done reading SConscript files.
  5. scons: Building targets ...
  6. g++-4.2 -ObjC++ -o Build/Darwin-i386-release/Source/Core/DolphinWX/Src/BootManager.o -c -O3 -fomit-frame-pointer -fno-exceptions -fno-strict-aliasing -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wpacked -Wpointer-arith -Wshadow -Wwrite-strings -Wno-pragmas -arch x86_64 -arch i386 -mmacosx-version-min=10.5 --sysroot=/Developer/SDKs/MacOSX10.5.sdk -msse3 -iframework/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks -iframework/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks -D__WXOSX_COCOA__ -ISource/PluginSpecs -I/usr/local/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/include/wx-2.9 -IExternals -IExternals/Bochs_disasm -IExternals/Lua -IExternals/GLew/include -IExternals/LZO -IExternals/SDL -IExternals/SDL/include -IExternals/SOIL -IExternals/SFML/include -ISource/Core/AudioCommon/Src -IBuild/Darwin-i386-release/Source/Core/DolphinWX/Src -ISource/Core/DolphinWX/Src -ISource/Core/Common/Src -ISource/Core/Core/Src -ISource/Core/DSPCore/Src -ISource/Core/DebuggerUICommon/Src -ISource/Core/DebuggerWX/Src -ISource/Core/DiscIO/Src -ISource/Core/DolphinWX/Src -ISource/Core/InputCommon/Src -ISource/Core/InputUICommon/Src -ISource/Core/VideoCommon/Src -ISource/Core/wiiuse/Src -FExternals/Cg Source/Core/DolphinWX/Src/BootManager.cpp
  7. In file included from /Developer/SDKs/MacOSX10.5.sdk/usr/include/wchar.h:111,
  8. from /Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.0.0/cwchar:54,
  9. from /Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.0.0/bits/postypes.h:46,
  10. from /Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.0.0/iosfwd:49,
  11. from /Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.0.0/bits/stl_algobase.h:69,
  12. from /Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.0.0/bits/char_traits.h:46,
  13. from /Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.0.0/string:46,
  14. from Source/Core/DolphinWX/Src/BootManager.cpp:35:
  15. /Developer/SDKs/MacOSX10.5.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory
  16. In file included from Source/Core/Common/Src/Common.h:50,
  17. from Source/Core/DolphinWX/Src/BootManager.cpp:38:
  18. Source/Core/Common/Src/CommonFuncs.h:31:23: error: emmintrin.h: No such file or directory
  19. In file included from Source/Core/DebuggerWX/Src/CodeWindow.h:27,
  20. from Source/Core/DolphinWX/Src/Frame.h:36,
  21. from Source/Core/DolphinWX/Src/BootManager.cpp:50:
  22. Source/Core/Common/Src/Thread.h:39:23: error: xmmintrin.h: No such file or directory
  23. In file included from Source/Core/Common/Src/Common.h:50,
  24. from Source/Core/DolphinWX/Src/BootManager.cpp:38:
  25. Source/Core/Common/Src/CommonFuncs.h:33: error: expected initializer before '_mm_shuffle_epi8'
  26. In file included from Source/Core/Common/Src/IniFile.h:24,
  27. from Source/Core/DolphinWX/Src/BootManager.cpp:39:
  28. Source/Core/Common/Src/StringUtil.h: In function 'void CharArrayFromFormat(char (&)[Count], const char*, ...)':
  29. Source/Core/Common/Src/StringUtil.h:38: error: there are no arguments to 'va_start' that depend on a template parameter, so a declaration of 'va_start' must be available
  30. Source/Core/Common/Src/StringUtil.h:38: error: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
  31. Source/Core/Common/Src/StringUtil.h:40: error: there are no arguments to 'va_end' that depend on a template parameter, so a declaration of 'va_end' must be available
  32. In file included from /usr/local/include/wx-2.9/wx/wx.h:24,
  33. from Source/Core/DolphinWX/Src/Globals.h:249,
  34. from Source/Core/DolphinWX/Src/BootManager.cpp:48:
  35. /usr/local/include/wx-2.9/wx/log.h: In member function 'void wxLogger::DoLog(const wxChar*, ...)':
  36. /usr/local/include/wx-2.9/wx/log.h:1066: error: 'va_start' was not declared in this scope
  37. /usr/local/include/wx-2.9/wx/log.h:1068: error: 'va_end' was not declared in this scope
  38. /usr/local/include/wx-2.9/wx/log.h: In member function 'void wxLogger::DoLogWithNum(long int, const wxChar*, ...)':
  39. /usr/local/include/wx-2.9/wx/log.h:1076: error: 'va_start' was not declared in this scope
  40. /usr/local/include/wx-2.9/wx/log.h:1078: error: 'va_end' was not declared in this scope
  41. /usr/local/include/wx-2.9/wx/log.h: In member function 'void wxLogger::DoLogWithPtr(void*, const wxChar*, ...)':
  42. /usr/local/include/wx-2.9/wx/log.h:1086: error: 'va_start' was not declared in this scope
  43. /usr/local/include/wx-2.9/wx/log.h:1088: error: 'va_end' was not declared in this scope
  44. /usr/local/include/wx-2.9/wx/log.h: In member function 'void wxLogger::DoLogAtLevel(wxLogLevel, const wxChar*, ...)':
  45. /usr/local/include/wx-2.9/wx/log.h:1097: error: 'va_start' was not declared in this scope
  46. /usr/local/include/wx-2.9/wx/log.h:1099: error: 'va_end' was not declared in this scope
  47. /usr/local/include/wx-2.9/wx/log.h: In member function 'void wxLogger::DoLogTrace(const wxString&, const wxChar*, ...)':
  48. /usr/local/include/wx-2.9/wx/log.h:1110: error: 'va_start' was not declared in this scope
  49. /usr/local/include/wx-2.9/wx/log.h:1112: error: 'va_end' was not declared in this scope
  50. /usr/local/include/wx-2.9/wx/log.h: In member function 'void wxLogger::DoLogTraceMask(wxTraceMask, const wxChar*, ...)':
  51. /usr/local/include/wx-2.9/wx/log.h:1124: error: 'va_start' was not declared in this scope
  52. /usr/local/include/wx-2.9/wx/log.h:1126: error: 'va_end' was not declared in this scope
  53. /usr/local/include/wx-2.9/wx/log.h: In member function 'void wxLogger::DoLogUtf8(const char*, ...)':
  54. /usr/local/include/wx-2.9/wx/log.h:1135: error: 'va_start' was not declared in this scope
  55. /usr/local/include/wx-2.9/wx/log.h:1137: error: 'va_end' was not declared in this scope
  56. /usr/local/include/wx-2.9/wx/log.h: In member function 'void wxLogger::DoLogWithNumUtf8(long int, const char*, ...)':
  57. /usr/local/include/wx-2.9/wx/log.h:1145: error: 'va_start' was not declared in this scope
  58. /usr/local/include/wx-2.9/wx/log.h:1147: error: 'va_end' was not declared in this scope
  59. /usr/local/include/wx-2.9/wx/log.h: In member function 'void wxLogger::DoLogWithPtrUtf8(void*, const char*, ...)':
  60. /usr/local/include/wx-2.9/wx/log.h:1155: error: 'va_start' was not declared in this scope
  61. /usr/local/include/wx-2.9/wx/log.h:1157: error: 'va_end' was not declared in this scope
  62. /usr/local/include/wx-2.9/wx/log.h: In member function 'void wxLogger::DoLogAtLevelUtf8(wxLogLevel, const char*, ...)':
  63. /usr/local/include/wx-2.9/wx/log.h:1166: error: 'va_start' was not declared in this scope
  64. /usr/local/include/wx-2.9/wx/log.h:1168: error: 'va_end' was not declared in this scope
  65. /usr/local/include/wx-2.9/wx/log.h: In member function 'void wxLogger::DoLogTraceUtf8(const wxString&, const char*, ...)':
  66. /usr/local/include/wx-2.9/wx/log.h:1179: error: 'va_start' was not declared in this scope
  67. /usr/local/include/wx-2.9/wx/log.h:1181: error: 'va_end' was not declared in this scope
  68. /usr/local/include/wx-2.9/wx/log.h: In member function 'void wxLogger::DoLogTraceMaskUtf8(wxTraceMask, const char*, ...)':
  69. /usr/local/include/wx-2.9/wx/log.h:1193: error: 'va_start' was not declared in this scope
  70. /usr/local/include/wx-2.9/wx/log.h:1195: error: 'va_end' was not declared in this scope
  71. In file included from Source/Core/DebuggerWX/Src/CodeWindow.h:27,
  72. from Source/Core/DolphinWX/Src/Frame.h:36,
  73. from Source/Core/DolphinWX/Src/BootManager.cpp:50:
  74. Source/Core/Common/Src/Thread.h: In function 'void Common::YieldCPU()':
  75. Source/Core/Common/Src/Thread.h:218: error: '_mm_pause' was not declared in this scope
  76. In file included from /Developer/SDKs/MacOSX10.5.sdk/usr/include/wchar.h:111,
  77. from /Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.0.0/cwchar:54,
  78. from /Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.0.0/bits/postypes.h:46,
  79. from /Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.0.0/iosfwd:49,
  80. from /Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.0.0/bits/stl_algobase.h:69,
  81. from /Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.0.0/bits/char_traits.h:46,
  82. from /Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.0.0/string:46,
  83. from Source/Core/DolphinWX/Src/BootManager.cpp:35:
  84. /Developer/SDKs/MacOSX10.5.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory
  85. In file included from Source/Core/Common/Src/Common.h:50,
  86. from Source/Core/DolphinWX/Src/BootManager.cpp:38:
  87. Source/Core/Common/Src/CommonFuncs.h:31:23: error: emmintrin.h: No such file or directory
  88. In file included from Source/Core/DebuggerWX/Src/CodeWindow.h:27,
  89. from Source/Core/DolphinWX/Src/Frame.h:36,
  90. from Source/Core/DolphinWX/Src/BootManager.cpp:50:
  91. Source/Core/Common/Src/Thread.h:39:23: error: xmmintrin.h: No such file or directory
  92. In file included from Source/Core/Common/Src/Common.h:50,
  93. from Source/Core/DolphinWX/Src/BootManager.cpp:38:
  94. Source/Core/Common/Src/CommonFuncs.h:33: error: expected initializer before '_mm_shuffle_epi8'
  95. In file included from Source/Core/Common/Src/IniFile.h:24,
  96. from Source/Core/DolphinWX/Src/BootManager.cpp:39:
  97. Source/Core/Common/Src/StringUtil.h: In function 'void CharArrayFromFormat(char (&)[Count], const char*, ...)':
  98. Source/Core/Common/Src/StringUtil.h:38: error: there are no arguments to 'va_start' that depend on a template parameter, so a declaration of 'va_start' must be available
  99. Source/Core/Common/Src/StringUtil.h:38: error: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
  100. Source/Core/Common/Src/StringUtil.h:40: error: there are no arguments to 'va_end' that depend on a template parameter, so a declaration of 'va_end' must be available
  101. In file included from /usr/local/include/wx-2.9/wx/wx.h:24,
  102. from Source/Core/DolphinWX/Src/Globals.h:249,
  103. from Source/Core/DolphinWX/Src/BootManager.cpp:48:
  104. /usr/local/include/wx-2.9/wx/log.h: In member function 'void wxLogger::DoLog(const wxChar*, ...)':
  105. /usr/local/include/wx-2.9/wx/log.h:1066: error: 'va_start' was not declared in this scope
  106. /usr/local/include/wx-2.9/wx/log.h:1068: error: 'va_end' was not declared in this scope
  107. /usr/local/include/wx-2.9/wx/log.h: In member function 'void wxLogger::DoLogWithNum(long int, const wxChar*, ...)':
  108. /usr/local/include/wx-2.9/wx/log.h:1076: error: 'va_start' was not declared in this scope
  109. /usr/local/include/wx-2.9/wx/log.h:1078: error: 'va_end' was not declared in this scope
  110. /usr/local/include/wx-2.9/wx/log.h: In member function 'void wxLogger::DoLogWithPtr(void*, const wxChar*, ...)':
  111. /usr/local/include/wx-2.9/wx/log.h:1086: error: 'va_start' was not declared in this scope
  112. /usr/local/include/wx-2.9/wx/log.h:1088: error: 'va_end' was not declared in this scope
  113. /usr/local/include/wx-2.9/wx/log.h: In member function 'void wxLogger::DoLogAtLevel(wxLogLevel, const wxChar*, ...)':
  114. /usr/local/include/wx-2.9/wx/log.h:1097: error: 'va_start' was not declared in this scope
  115. /usr/local/include/wx-2.9/wx/log.h:1099: error: 'va_end' was not declared in this scope
  116. /usr/local/include/wx-2.9/wx/log.h: In member function 'void wxLogger::DoLogTrace(const wxString&, const wxChar*, ...)':
  117. /usr/local/include/wx-2.9/wx/log.h:1110: error: 'va_start' was not declared in this scope
  118. /usr/local/include/wx-2.9/wx/log.h:1112: error: 'va_end' was not declared in this scope
  119. /usr/local/include/wx-2.9/wx/log.h: In member function 'void wxLogger::DoLogTraceMask(wxTraceMask, const wxChar*, ...)':
  120. /usr/local/include/wx-2.9/wx/log.h:1124: error: 'va_start' was not declared in this scope
  121. /usr/local/include/wx-2.9/wx/log.h:1126: error: 'va_end' was not declared in this scope
  122. /usr/local/include/wx-2.9/wx/log.h: In member function 'void wxLogger::DoLogUtf8(const char*, ...)':
  123. /usr/local/include/wx-2.9/wx/log.h:1135: error: 'va_start' was not declared in this scope
  124. /usr/local/include/wx-2.9/wx/log.h:1137: error: 'va_end' was not declared in this scope
  125. /usr/local/include/wx-2.9/wx/log.h: In member function 'void wxLogger::DoLogWithNumUtf8(long int, const char*, ...)':
  126. /usr/local/include/wx-2.9/wx/log.h:1145: error: 'va_start' was not declared in this scope
  127. /usr/local/include/wx-2.9/wx/log.h:1147: error: 'va_end' was not declared in this scope
  128. /usr/local/include/wx-2.9/wx/log.h: In member function 'void wxLogger::DoLogWithPtrUtf8(void*, const char*, ...)':
  129. /usr/local/include/wx-2.9/wx/log.h:1155: error: 'va_start' was not declared in this scope
  130. /usr/local/include/wx-2.9/wx/log.h:1157: error: 'va_end' was not declared in this scope
  131. /usr/local/include/wx-2.9/wx/log.h: In member function 'void wxLogger::DoLogAtLevelUtf8(wxLogLevel, const char*, ...)':
  132. /usr/local/include/wx-2.9/wx/log.h:1166: error: 'va_start' was not declared in this scope
  133. /usr/local/include/wx-2.9/wx/log.h:1168: error: 'va_end' was not declared in this scope
  134. /usr/local/include/wx-2.9/wx/log.h: In member function 'void wxLogger::DoLogTraceUtf8(const wxString&, const char*, ...)':
  135. /usr/local/include/wx-2.9/wx/log.h:1179: error: 'va_start' was not declared in this scope
  136. /usr/local/include/wx-2.9/wx/log.h:1181: error: 'va_end' was not declared in this scope
  137. /usr/local/include/wx-2.9/wx/log.h: In member function 'void wxLogger::DoLogTraceMaskUtf8(wxTraceMask, const char*, ...)':
  138. /usr/local/include/wx-2.9/wx/log.h:1193: error: 'va_start' was not declared in this scope
  139. /usr/local/include/wx-2.9/wx/log.h:1195: error: 'va_end' was not declared in this scope
  140. In file included from Source/Core/DebuggerWX/Src/CodeWindow.h:27,
  141. from Source/Core/DolphinWX/Src/Frame.h:36,
  142. from Source/Core/DolphinWX/Src/BootManager.cpp:50:
  143. Source/Core/Common/Src/Thread.h: In function 'void Common::YieldCPU()':
  144. Source/Core/Common/Src/Thread.h:218: error: '_mm_pause' was not declared in this scope
  145. lipo: can't figure out the architecture type of: /var/folders/O+/O+AcCjuzF5O8lrNOKVEkH++++TI/-Tmp-//ccJV9QYh.out
  146. scons: *** [Build/Darwin-i386-release/Source/Core/DolphinWX/Src/BootManager.o] Error 1
  147. scons: building terminated because of errors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement