Guest User

Untitled

a guest
Jul 8th, 2021
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. [ef@eriks-pc river]$ zig build --prefix ~/.local installPackage wayland-scanner was not found in the pkg-config search path.
  2. Perhaps you should add the directory containing `wayland-scanner.pc'
  3. to the PKG_CONFIG_PATH environment variable
  4. No package 'wayland-scanner' found
  5. The following command exited with error code 1:
  6. pkg-config --variable=pkgdatadir wayland-scanner
  7. error: the following build command failed with exit code 1:
  8. /home/ef/dots/river/zig-cache/o/a26258fc6b3436a435068f2d601613aa/build /usr/bin/zig /home/ef/dots/river /home/ef/dots/river/zig-cache /home/ef/.cache/zig --prefix /home/ef/.local install
  9. [ef@eriks-pc river]$ zig build -Drelease-safe --prefix ~/.local install
  10. Package wayland-scanner was not found in the pkg-config search path.
  11. Perhaps you should add the directory containing `wayland-scanner.pc'
  12. to the PKG_CONFIG_PATH environment variable
  13. No package 'wayland-scanner' found
  14. The following command exited with error code 1:
  15. pkg-config --variable=pkgdatadir wayland-scanner
  16. error: the following build command failed with exit code 1:
  17. /home/ef/dots/river/zig-cache/o/a26258fc6b3436a435068f2d601613aa/build /usr/bin/zig /home/ef/dots/river /home/ef/dots/river/zig-cache /home/ef/.cache/zig -Drelease-safe --prefix /home/ef/.local install
  18. [ef@eriks-pc river]$
Advertisement
Add Comment
Please, Sign In to add comment