Advertisement
Guest User

Untitled

a guest
Aug 29th, 2021
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.65 KB | None | 0 0
  1. lil@guix ~/src/ring/pyxel$ guix environment --pure sdl2 sdl2-image pkg-config gcc
  2. guix environment: package 'gcc' has been superseded by 'gcc-toolchain'
  3. bash: gpgconf: command not found
  4. lil@guix ~/src/ring/pyxel [env]$ make -C pyxel/core clean all
  5. make: Entering directory '/home/lil/src/ring/pyxel/pyxel/core'
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. 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
  18. 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
  19. 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
  20. 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
  21. 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
  22. mkdir -p bin/linux
  23. 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
  24. ld: cannot find -lSDL2_image
  25. collect2: error: ld returned 1 exit status
  26. make: *** [Makefile:84: bin/linux/libpyxelcore.so] Error 1
  27. make: Leaving directory '/home/lil/src/ring/pyxel/pyxel/core'
  28. lil@guix ~/src/ring/pyxel [env]$ exit
  29. lil@guix ~/src/ring/pyxel$ guix environment --pure sdl2 sdl2-image pkg-config gcc
  30. guix environment: package 'gcc' has been superseded by 'gcc-toolchain'
  31. bash: gpgconf: command not found
  32. lil@guix ~/src/ring/pyxel [env]$ pkg-config --libs SDL2_image
  33. Package SDL2_image was not found in the pkg-config search path.
  34. Perhaps you should add the directory containing `SDL2_image.pc'
  35. to the PKG_CONFIG_PATH environment variable
  36. No package 'SDL2_image' found
  37. lil@guix ~/src/ring/pyxel [env]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement