Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. [harddisc@hell3 vtg-0.10.3beta2]$ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
  2. [harddisc@hell3 vtg-0.10.3beta2]$ pkg-config --modversion libvala-0.12
  3. 0.11.1
  4. [harddisc@hell3 vtg-0.10.3beta2]$ pkg-config --modversion libvala-0.10
  5. 0.11.1
  6.  
  7. [harddisc@hell3 vtg-0.10.3beta2]$ ./configure --prefix=/usr
  8. checking for a BSD-compatible install... /usr/bin/install -c
  9. checking whether build environment is sane... yes
  10. checking for a thread-safe mkdir -p... /bin/mkdir -p
  11. checking for gawk... gawk
  12. [...]
  13. checking for XML::Parser... ok
  14. checking for pkg-config... /usr/bin/pkg-config
  15. checking pkg-config is at least version 0.9.0... yes
  16. checking for GLIB... yes
  17. checking for GENPROJECT... yes
  18. checking for AFRODITE... no
  19. afrodite library dependencies not met:
  20. vala-0.10 >= 0.9.5: not found
  21. configure: error: afrodite library dependencies not met: glib-2.0 >= 2.12.0 gio-2.0 >= 2.12.0 gobject-2.0 >= 2.12.0 gthread-2.0 >= 2.16.0 vala-0.10 >= 0.9.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement