Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2018
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. [ 96%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/views/gamelist/ISimpleGameListView.cpp.o
  2. [ 97%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/views/gamelist/GridGameListView.cpp.o
  3. [ 98%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/views/gamelist/VideoGameListView.cpp.o
  4. [ 98%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/views/SystemView.cpp.o
  5. [ 99%] Building CXX object es-app/CMakeFiles/emulationstation.dir/src/views/ViewController.cpp.o
  6. [100%] Linking CXX executable ../emulationstation
  7. /sbin/ld: warning: libraw.so.19, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/libfreeimage.so, not found (try using -rpath or -rpath-link)
  8. /sbin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/libfreeimage.so: undefined reference to `vtable for LibRaw_abstract_datastream'
  9. /sbin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/libfreeimage.so: undefined reference to `LibRaw::dcraw_process()'
  10. /sbin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/libfreeimage.so: undefined reference to `LibRaw_abstract_datastream::tempbuffer_open(void*, unsigned long)'
  11. /sbin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/libfreeimage.so: undefined reference to `LibRaw::recycle()'
  12. /sbin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/libfreeimage.so: undefined reference to `LibRaw_abstract_datastream::tempbuffer_close()'
  13. /sbin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/libfreeimage.so: undefined reference to `LibRaw::dcraw_clear_mem(libraw_processed_image_t*)'
  14. /sbin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/libfreeimage.so: undefined reference to `LibRaw::LibRaw(unsigned int)'
  15. /sbin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/libfreeimage.so: undefined reference to `LibRaw::unpack()'
  16. /sbin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/libfreeimage.so: undefined reference to `LibRaw::fcol(int, int)'
  17. /sbin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/libfreeimage.so: undefined reference to `LibRaw::unpack_thumb()'
  18. /sbin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/libfreeimage.so: undefined reference to `LibRaw::copy_mem_image(void*, int, int)'
  19. /sbin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/libfreeimage.so: undefined reference to `LibRaw::get_mem_image_format(int*, int*, int*, int*) const'
  20. /sbin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/libfreeimage.so: undefined reference to `typeinfo for LibRaw_abstract_datastream'
  21. collect2: error: ld returned 1 exit status
  22. make[2]: *** [es-app/CMakeFiles/emulationstation.dir/build.make:711: emulationstation] Error 1
  23. make[1]: *** [CMakeFiles/Makefile2:275: es-app/CMakeFiles/emulationstation.dir/all] Error 2
  24. make: *** [Makefile:152: all] Error 2
  25. ==> ERROR: A failure occurred in build().
  26. Aborting...
  27. Error making: emulationstation
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement