Advertisement
Guest User

Untitled

a guest
May 19th, 2015
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. kodi@mimc:/home/setup$ git clone https://github.com/notspiff/visualization.shadertoy
  2. Cloning into 'visualization.shadertoy'...
  3. remote: Counting objects: 84, done.
  4. remote: Total 84 (delta 0), reused 0 (delta 0), pack-reused 84
  5. Unpacking objects: 100% (84/84), done.
  6. Checking connectivity... done.
  7. kodi@mimc:/home/setup$ cd visualization.shadertoy
  8. kodi@mimc:/home/setup/visualization.shadertoy$ cmake -DCMAKE_PREFIX_PATH=/home/setup/shadertoy/build -DKODI_BUILD_DIR=/home/setup/kodi-git
  9. -- The C compiler identification is GNU 4.8.2
  10. -- The CXX compiler identification is GNU 4.8.2
  11. -- Check for working C compiler: /usr/bin/cc
  12. -- Check for working C compiler: /usr/bin/cc -- works
  13. -- Detecting C compiler ABI info
  14. -- Detecting C compiler ABI info - done
  15. -- Check for working CXX compiler: /usr/bin/c++
  16. -- Check for working CXX compiler: /usr/bin/c++ -- works
  17. -- Detecting CXX compiler ABI info
  18. -- Detecting CXX compiler ABI info - done
  19. -- Checking to see if CXX compiler accepts flag -flto
  20. -- Checking to see if CXX compiler accepts flag -flto - yes
  21. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
  22. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
  23. -- Looking for gethostbyname
  24. -- Looking for gethostbyname - found
  25. -- Looking for connect
  26. -- Looking for connect - found
  27. -- Looking for remove
  28. -- Looking for remove - found
  29. -- Looking for shmat
  30. -- Looking for shmat - found
  31. -- Looking for IceConnectionNumber in ICE
  32. -- Looking for IceConnectionNumber in ICE - found
  33. -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
  34. -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
  35. -- Found GLEW: /usr/include
  36. -- SHADERTOY_VERSION=0.0.1
  37. -- Configuring done
  38. -- Generating done
  39. CMake Warning:
  40. Manually-specified variables were not used by the project:
  41.  
  42. KODI_BUILD_DIR
  43.  
  44.  
  45. -- Build files have been written to: /home/setup/visualization.shadertoy
  46. kodi@mimc:/home/setup/visualization.shadertoy$ make
  47. Scanning dependencies of target kissfft
  48. [ 33%] Building C object lib/kissfft/CMakeFiles/kissfft.dir/kiss_fft.c.o
  49. Linking C static library libkissfft.a
  50. [ 33%] Built target kissfft
  51. Scanning dependencies of target visualization.shadertoy
  52. [ 66%] Building CXX object CMakeFiles/visualization.shadertoy.dir/src/lodepng.cpp.o
  53. [100%] Building CXX object CMakeFiles/visualization.shadertoy.dir/src/main.cpp.o
  54. /home/setup/visualization.shadertoy/src/main.cpp:37:37: fatal error: platform/util/timeutils.h: No such file or directory
  55. #include "platform/util/timeutils.h"
  56. ^
  57. compilation terminated.
  58. make[2]: *** [CMakeFiles/visualization.shadertoy.dir/src/main.cpp.o] Error 1
  59. make[1]: *** [CMakeFiles/visualization.shadertoy.dir/all] Error 2
  60. make: *** [all] Error 2
  61. kodi@mimc:/home/setup/visualization.shadertoy$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement