Bluestrings

Log 01 from Script 02, Part 1

Jan 10th, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.32 KB | None | 0 0
  1. usr/bin/install -c -m 644 build/libSDL2main.a /usr/local/lib/libSDL2main.a
  2. ranlib /usr/local/lib/libSDL2main.a
  3. /usr/bin/install -c -m 644 build/libSDL2_test.a /usr/local/lib/libSDL2_test.a
  4. ranlib /usr/local/lib/libSDL2_test.a
  5. /bin/bash build-scripts/mkinstalldirs /usr/local/share/aclocal
  6. /usr/bin/install -c -m 644 /home/pi/Public/SDL2-2.0.1/sdl2.m4 /usr/local/share/aclocal/sdl2.m4
  7. /bin/bash build-scripts/mkinstalldirs /usr/local/lib/pkgconfig
  8. /usr/bin/install -c -m 644 sdl2.pc /usr/local/lib/pkgconfig
  9. ~/Public
  10. Cloning into 'EmulationStation'...
  11. remote: Counting objects: 7395, done.
  12. remote: Total 7395 (delta 0), reused 0 (delta 0), pack-reused 7395
  13. Receiving objects: 100% (7395/7395), 6.83 MiB | 1.41 MiB/s, done.
  14. Resolving deltas: 100% (4623/4623), done.
  15. Branch unstable set up to track remote branch unstable from origin.
  16. Switched to a new branch 'unstable'
  17. -- The C compiler identification is GNU 6.3.0
  18. -- The CXX compiler identification is GNU 4.7.3
  19. -- Check for working C compiler: /usr/bin/cc
  20. -- Check for working C compiler: /usr/bin/cc -- works
  21. -- Detecting C compiler ABI info
  22. -- Detecting C compiler ABI info - done
  23. -- Detecting C compile features
  24. -- Detecting C compile features - done
  25. -- Check for working CXX compiler: /usr/bin/g++-4.7
  26. -- Check for working CXX compiler: /usr/bin/g++-4.7 -- works
  27. -- Detecting CXX compiler ABI info
  28. -- Detecting CXX compiler ABI info - done
  29. -- Detecting CXX compile features
  30. -- Detecting CXX compile features - done
  31. Looking for bcm_host.h
  32. bcm_host.h found
  33. Looking for libMali.so
  34. libMali.so not found
  35. -- Looking for XOpenDisplay in /usr/lib/arm-linux-gnueabihf/libX11.so;/usr/lib/arm-linux-gnueabihf/libXext.so
  36. -- Looking for XOpenDisplay in /usr/lib/arm-linux-gnueabihf/libX11.so;/usr/lib/arm-linux-gnueabihf/libXext.so - found
  37. -- Looking for gethostbyname
  38. -- Looking for gethostbyname - found
  39. -- Looking for connect
  40. -- Looking for connect - found
  41. -- Looking for remove
  42. -- Looking for remove - found
  43. -- Looking for shmat
  44. -- Looking for shmat - found
  45. -- Found X11: /usr/lib/arm-linux-gnueabihf/libX11.so
  46. -- Found Freetype: /usr/lib/arm-linux-gnueabihf/libfreetype.so (found version "2.6.3")
  47. -- Looking for FreeImage...
  48. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29")
  49. -- Checking for module 'freeimage'
  50. --   No package 'freeimage' found
  51. -- Found FreeImage: optimized;/usr/lib/arm-linux-gnueabihf/libfreeimage.so;debug;/usr/lib/arm-linux-gnueabihf/libfreeimage.so
  52. -- Looking for pthread.h
  53. -- Looking for pthread.h - found
  54. -- Looking for pthread_create
  55. -- Looking for pthread_create - not found
  56. -- Looking for pthread_create in pthreads
  57. -- Looking for pthread_create in pthreads - not found
  58. -- Looking for pthread_create in pthread
  59. -- Looking for pthread_create in pthread - found
  60. -- Found Threads: TRUE  
  61. -- Found SDL2: /usr/local/lib/libSDL2main.a;/usr/local/lib/libSDL2.so;-lpthread  
  62. -- Boost version: 1.62.0
  63. -- Found the following Boost libraries:
  64. --   system
  65. --   filesystem
  66. --   date_time
  67. --   locale
  68. -- Found Eigen3: /usr/include/eigen3 (Required is at least version "2.91.0")
  69. -- Found CURL: /usr/lib/arm-linux-gnueabihf/libcurl.so (found version "7.52.1")
  70. -- Found ALSA: /usr/lib/arm-linux-gnueabihf/libasound.so (found version "1.1.3")
  71. -- Configuring done
  72. -- Generating done
  73. -- Build files have been written to: /home/pi/Public/EmulationStation
Advertisement
Add Comment
Please, Sign In to add comment