Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. [ 14%] Building CXX object src/core/CMakeFiles/core.dir/hle/service/gsp_gpu.cpp.o
  2. In file included from /home/pyry/glfw/build/citra/src/./video_core/debug_utils/debug_utils.h:19:0,
  3. from /home/pyry/glfw/build/citra/src/core/hle/service/gsp_gpu.cpp:17:
  4. /home/pyry/glfw/build/citra/src/./video_core/pica.h:753:17: error: member ‘Pica::Regs::<anonymous struct>::LightSrc::<anonymous struct>::<anonymous union> Pica::Regs::<anonymous struct>::LightSrc::<anonymous struct>::<anonymous>’ with constructor not allowed in anonymous aggregate
  5. union {
  6. ^
  7. /home/pyry/glfw/build/citra/src/./video_core/pica.h:757:17: error: member ‘Pica::Regs::<anonymous struct>::LightSrc::<anonymous struct>::<anonymous union> Pica::Regs::<anonymous struct>::LightSrc::<anonymous struct>::<anonymous>’ with constructor not allowed in anonymous aggregate
  8. union {
  9. ^
  10. /home/pyry/glfw/build/citra/src/./video_core/pica.h:763:17: error: member ‘Pica::Regs::<anonymous struct>::LightSrc::<anonymous struct>::<anonymous union> Pica::Regs::<anonymous struct>::LightSrc::<anonymous struct>::<anonymous>’ with constructor not allowed in anonymous aggregate
  11. union {
  12. ^
  13. make[2]: *** [src/core/CMakeFiles/core.dir/hle/service/gsp_gpu.cpp.o] Error 1
  14. make[1]: *** [src/core/CMakeFiles/core.dir/all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement