Advertisement
Guest User

Untitled

a guest
Aug 29th, 2021
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.07 KB | None | 0 0
  1. lil@guix ~/src/ring/pyxel$ LD_LIBRARY_PATH=/gnu/store/nh75dwzzy1i9p9grnbxa6c9l9nz1:$LD_LIBRARY_PATH make -C pyxel/core clean all
  2. make: Entering directory '/home/lil/src/ring/pyxel/pyxel/core'
  3. rm -rf src/pyxelcore.o src/pyxelcore/sound.o src/pyxelcore/window.o src/pyxelcore/music.o src/pyxelcore/graphics.o src/pyxelcore/tilemap.o src/pyxelcore/gif_writer.o src/pyxelcore/audio.o src/pyxelcore/resource.o src/pyxelcore/channel.o src/pyxelcore/constants.o src/pyxelcore/system.o src/pyxelcore/image.o src/pyxelcore/input.o src/pyxelcore/recorder.o bin/linux/libpyxelcore.so
  4. g++ -c src/pyxelcore.cc -o src/pyxelcore.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  5. g++ -c src/pyxelcore/sound.cc -o src/pyxelcore/sound.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  6. g++ -c src/pyxelcore/window.cc -o src/pyxelcore/window.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  7. g++ -c src/pyxelcore/music.cc -o src/pyxelcore/music.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  8. g++ -c src/pyxelcore/graphics.cc -o src/pyxelcore/graphics.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  9. g++ -c src/pyxelcore/tilemap.cc -o src/pyxelcore/tilemap.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  10. g++ -c src/pyxelcore/gif_writer.cc -o src/pyxelcore/gif_writer.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  11. g++ -c src/pyxelcore/audio.cc -o src/pyxelcore/audio.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  12. g++ -c src/pyxelcore/resource.cc -o src/pyxelcore/resource.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  13. g++ -c src/pyxelcore/channel.cc -o src/pyxelcore/channel.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  14. g++ -c src/pyxelcore/constants.cc -o src/pyxelcore/constants.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  15. g++ -c src/pyxelcore/system.cc -o src/pyxelcore/system.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  16. g++ -c src/pyxelcore/image.cc -o src/pyxelcore/image.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  17. g++ -c src/pyxelcore/input.cc -o src/pyxelcore/input.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  18. g++ -c src/pyxelcore/recorder.cc -o src/pyxelcore/recorder.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  19. mkdir -p bin/linux
  20. g++ -o bin/linux/libpyxelcore.so src/pyxelcore.o src/pyxelcore/sound.o src/pyxelcore/window.o src/pyxelcore/music.o src/pyxelcore/graphics.o src/pyxelcore/tilemap.o src/pyxelcore/gif_writer.o src/pyxelcore/audio.o src/pyxelcore/resource.o src/pyxelcore/channel.o src/pyxelcore/constants.o src/pyxelcore/system.o src/pyxelcore/image.o src/pyxelcore/input.o src/pyxelcore/recorder.o `sdl2-config --libs` -l/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2/SDL_image.h -static-libgcc -static-libstdc++ -shared
  21. ld: cannot find -l/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2/SDL_image.h
  22. collect2: error: ld returned 1 exit status
  23. make: *** [Makefile:84: bin/linux/libpyxelcore.so] Error 1
  24. make: Leaving directory '/home/lil/src/ring/pyxel/pyxel/core'
  25. lil@guix ~/src/ring/pyxel$ LD_LIBRARY_PATH=/gnu/store/nh75dwzzy1i9p9grnbxa6c9l9nz1^C
  26. lil@guix ~/src/ring/pyxel$ LD_LIBRARY_PATH=/gnu/store/nh75dwzzy1i9p9grnbxa6c9l9nz1/lib:$LD_LIBRARY_PATH
  27. lil@guix ~/src/ring/pyxel$ LD_LIBRARY_PATH=/gnu/store/nh75dwzzy1i9p9grnbxa6c9l9nz1/lib:$LD_LIBRARY_PATH ld -lSDL2_image
  28. ld: cannot find -lSDL2_image
  29. lil@guix ~/src/ring/pyxel$ ls /gnu/store/nh75dwzzy1i9p9grnbxa6c9l9nz1/lib
  30. ls: cannot access '/gnu/store/nh75dwzzy1i9p9grnbxa6c9l9nz1/lib': No such file or directory
  31. lil@guix ~/src/ring/pyxel$ fd SDL2_Image /gnu/store/
  32.  
  33. ^Clil@guix ~/src/ring/pyxel$ ^C
  34. lil@guix ~/src/ring/pyxel$ ^C
  35. lil@guix ~/src/ring/pyxel$ ^C
  36. lil@guix ~/src/ring/pyxel$
  37. lil@guix ~/src/ring/pyxel$ LD_LIBRARY_PATH=/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/lib:$LD_LIBRARY_PATH ld -lSDL2_image
  38. ld: cannot find -lSDL2_image
  39. lil@guix ~/src/ring/pyxel$ ls /gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/lib
  40. libSDL2_image-2.0.so.0 libSDL2_image-2.0.so.0.2.3 libSDL2_image.a libSDL2_image.la libSDL2_image.so pkgconfig/
  41. lil@guix ~/src/ring/pyxel$ make -C pyxel/core clean all
  42. make: Entering directory '/home/lil/src/ring/pyxel/pyxel/core'
  43. rm -rf src/pyxelcore.o src/pyxelcore/sound.o src/pyxelcore/window.o src/pyxelcore/music.o src/pyxelcore/graphics.o src/pyxelcore/tilemap.o src/pyxelcore/gif_writer.o src/pyxelcore/audio.o src/pyxelcore/resource.o src/pyxelcore/channel.o src/pyxelcore/constants.o src/pyxelcore/system.o src/pyxelcore/image.o src/pyxelcore/input.o src/pyxelcore/recorder.o bin/linux/libpyxelcore.so
  44. g++ -c src/pyxelcore.cc -o src/pyxelcore.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  45. g++ -c src/pyxelcore/sound.cc -o src/pyxelcore/sound.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  46. g++ -c src/pyxelcore/window.cc -o src/pyxelcore/window.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  47. g++ -c src/pyxelcore/music.cc -o src/pyxelcore/music.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  48. g++ -c src/pyxelcore/graphics.cc -o src/pyxelcore/graphics.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  49. g++ -c src/pyxelcore/tilemap.cc -o src/pyxelcore/tilemap.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  50. g++ -c src/pyxelcore/gif_writer.cc -o src/pyxelcore/gif_writer.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  51. g++ -c src/pyxelcore/audio.cc -o src/pyxelcore/audio.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  52. g++ -c src/pyxelcore/resource.cc -o src/pyxelcore/resource.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  53. g++ -c src/pyxelcore/channel.cc -o src/pyxelcore/channel.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  54. g++ -c src/pyxelcore/constants.cc -o src/pyxelcore/constants.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  55. g++ -c src/pyxelcore/system.cc -o src/pyxelcore/system.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  56. g++ -c src/pyxelcore/image.cc -o src/pyxelcore/image.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  57. g++ -c src/pyxelcore/input.cc -o src/pyxelcore/input.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  58. g++ -c src/pyxelcore/recorder.cc -o src/pyxelcore/recorder.o -I/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/include/SDL2 -Iinclude `sdl2-config --cflags` -std=gnu++17 -fPIC -O3
  59. mkdir -p bin/linux
  60. g++ -o bin/linux/libpyxelcore.so src/pyxelcore.o src/pyxelcore/sound.o src/pyxelcore/window.o src/pyxelcore/music.o src/pyxelcore/graphics.o src/pyxelcore/tilemap.o src/pyxelcore/gif_writer.o src/pyxelcore/audio.o src/pyxelcore/resource.o src/pyxelcore/channel.o src/pyxelcore/constants.o src/pyxelcore/system.o src/pyxelcore/image.o src/pyxelcore/input.o src/pyxelcore/recorder.o `sdl2-config --libs` -lSDL2_image -static-libgcc -static-libstdc++ -shared
  61. ld: cannot find -lSDL2_image
  62. collect2: error: ld returned 1 exit status
  63. make: *** [Makefile:84: bin/linux/libpyxelcore.so] Error 1
  64. make: Leaving directory '/home/lil/src/ring/pyxel/pyxel/core'
  65. lil@guix ~/src/ring/pyxel$ ls /gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/
  66. include/ lib/ share/
  67. lil@guix ~/src/ring/pyxel$ ls /gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/lib/
  68. libSDL2_image-2.0.so.0 libSDL2_image-2.0.so.0.2.3 libSDL2_image.a libSDL2_image.la libSDL2_image.so pkgconfig/
  69. lil@guix ~/src/ring/pyxel$ LD_LIBRARY_PATH=/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/lib:$LD_LIBRARY_PATH ld -lSDL2_Image
  70. ld: cannot find -lSDL2_Image
  71. lil@guix ~/src/ring/pyxel$
  72. lil@guix ~/src/ring/pyxel$
  73. lil@guix ~/src/ring/pyxel$
  74. lil@guix ~/src/ring/pyxel$ LD_LIBRARY_PATH=/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/lib:$LD_LIBRARY_PATH ld -llibSDL2_Image
  75. ld: cannot find -llibSDL2_Image
  76. lil@guix ~/src/ring/pyxel$ LD_LIBRARY_PATH=/gnu/store/rq2yb7hahsr7npipgx9lzxl6g81qxgbg-sdl2-image-2.0.5/lib:$LD_LIBRARY_PATH ld -llibSDL2_image
  77. ld: cannot find -llibSDL2_image
  78.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement