Share Pastebin
Guest
Public paste!

bad_billou

By: a guest | Aug 28th, 2008 | Syntax: C++ | Size: 1.36 KB | Hits: 132 | Expires: Never
Copy text to clipboard
  1. g++ -o Source/Core/Core/Src/HW/CommandProcessor.o -c -g -O3 -fno-strict-aliasing -msse2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DGCC_HASCLASSVISIBILITY -fvisibility=hidden -Wall -Wwrite-strings -Wshadow -Wpointer-arith -Wpacked -Wno-conversion -fvisibility-inlines-hidden -ISource/Core/Common/Src -ISource/Core/DiscIO/Src -ISource/PluginSpecs -ISource -ISource/Core/Core/Src -ISource/Core/DebuggerWX/src -IExternals/Bochs_disasm -ISource/Core/VideoCommon/Src Source/Core/Core/Src/HW/CommandProcessor.cpp
  2. In file included from Source/Core/Core/Src/HW/../Plugins/Plugin_Video.h:21,
  3.                  from Source/Core/Core/Src/HW/CommandProcessor.cpp:25:
  4. Source/PluginSpecs/pluginspecs_video.h:176: error: variable or field 'Video_DoState' declared void
  5. Source/PluginSpecs/pluginspecs_video.h:176: error: 'ChunkFile' was not declared in this scope
  6. Source/PluginSpecs/pluginspecs_video.h:176: error: 'f' was not declared in this scope
  7. In file included from Source/Core/Core/Src/HW/../Plugins/Plugin_Video.h:23,
  8.                  from Source/Core/Core/Src/HW/CommandProcessor.cpp:25:
  9. Source/Core/Common/Src/ChunkFile.h: In member function 'bool ChunkFile::DoArray(T*, int, int)':
  10. Source/Core/Common/Src/ChunkFile.h:105: warning: declaration of 'size' shadows a member of 'this'
  11. scons: *** [Source/Core/Core/Src/HW/CommandProcessor.o] Error 1
  12. scons: building terminated because of errors.