Advertisement
Guest User

Untitled

a guest
Jan 1st, 2016
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. UNPACK game.libretro.snes9x
  2. BUILD game.libretro.snes9x (target)
  3. -- The C compiler identification is GNU 4.9.3
  4. -- The CXX compiler identification is GNU 4.9.3
  5. -- Check for working C compiler: /mnt/Disk11/github/OpenELEC.tv/build.OpenELEC-Generic.x86_64-6.0-devel/toolchain/bin/x86_64-openelec-linux-gnu-gcc
  6. -- Check for working C compiler: /mnt/Disk11/github/OpenELEC.tv/build.OpenELEC-Generic.x86_64-6.0-devel/toolchain/bin/x86_64-openelec-linux-gnu-gcc -- works
  7. -- Detecting C compiler ABI info
  8. -- Detecting C compiler ABI info - done
  9. -- Detecting C compile features
  10. -- Detecting C compile features - done
  11. -- Check for working CXX compiler: /mnt/Disk11/github/OpenELEC.tv/build.OpenELEC-Generic.x86_64-6.0-devel/toolchain/bin/x86_64-openelec-linux-gnu-g++
  12. -- Check for working CXX compiler: /mnt/Disk11/github/OpenELEC.tv/build.OpenELEC-Generic.x86_64-6.0-devel/toolchain/bin/x86_64-openelec-linux-gnu-g++ -- works
  13. -- Detecting CXX compiler ABI info
  14. -- Detecting CXX compiler ABI info - done
  15. -- Detecting CXX compile features
  16. -- Detecting CXX compile features - done
  17. -- Checking to see if CXX compiler accepts flag -flto
  18. -- Checking to see if CXX compiler accepts flag -flto - yes
  19. -- SNES9X_VERSION=1.53.0
  20. -- Configuring done
  21. -- Generating done
  22. -- Build files have been written to: /mnt/Disk11/github/OpenELEC.tv/build.OpenELEC-Generic.x86_64-6.0-devel/game.libretro.snes9x-41fd7e2/.x86_64-openelec-linux-gnu
  23. make[1]: Entering directory '/mnt/Disk11/github/OpenELEC.tv/build.OpenELEC-Generic.x86_64-6.0-devel/game.libretro.snes9x-41fd7e2/.x86_64-openelec-linux-gnu'
  24. make[1]: Leaving directory '/mnt/Disk11/github/OpenELEC.tv/build.OpenELEC-Generic.x86_64-6.0-devel/game.libretro.snes9x-41fd7e2/.x86_64-openelec-linux-gnu'
  25. make[1]: Entering directory '/mnt/Disk11/github/OpenELEC.tv/build.OpenELEC-Generic.x86_64-6.0-devel/game.libretro.snes9x-41fd7e2/.x86_64-openelec-linux-gnu'
  26. Install the project...
  27. -- Install configuration: ""
  28. CMake Error at cmake_install.cmake:44 (file):
  29. file INSTALL cannot find
  30. "/mnt/Disk11/github/OpenELEC.tv/build.OpenELEC-Generic.x86_64-6.0-devel/game.libretro.snes9x-41fd7e2/game.libretro.snes9x.so".
  31.  
  32.  
  33. Makefile:83: recipe for target 'install' failed
  34. make[1]: *** [install] Error 1
  35. make[1]: Leaving directory '/mnt/Disk11/github/OpenELEC.tv/build.OpenELEC-Generic.x86_64-6.0-devel/game.libretro.snes9x-41fd7e2/.x86_64-openelec-linux-gnu'
  36. Makefile:9: recipe for target 'release' failed
  37. make: *** [release] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement