Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. user@system:~/gexiv2-0.11.0/build$ exiv2 --version
  2.  
  3. exiv2 0.27.1
  4.  
  5. This program is free software; you can redistribute it and/or
  6. modify it under the terms of the GNU General Public License
  7. as published by the Free Software Foundation; either version 2
  8. of the License, or (at your option) any later version.
  9.  
  10. This program is distributed in the hope that it will be useful,
  11. but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. GNU General Public License for more details.
  14.  
  15. You should have received a copy of the GNU General Public
  16. License along with this program; if not, write to the Free
  17. Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  18. Boston, MA 02110-1301 USA
  19.  
  20.  
  21. user@system:~/gexiv2-0.11.0/build$ meson --prefix=/usr ..
  22.  
  23. The Meson build system
  24. Version: 0.49.0
  25. Source dir: /home/user/gexiv2-0.11.0
  26. Build dir: /home/user/gexiv2-0.11.0/build
  27. Build type: native build
  28. Project name: gexiv2
  29. Project version: 0.11.0
  30. Native C compiler: cc (gcc 8.3.0 "cc (Ubuntu 8.3.0-6ubuntu1) 8.3.0")
  31. Native C++ compiler: c++ (gcc 8.3.0 "c++ (Ubuntu 8.3.0-6ubuntu1) 8.3.0")
  32. Build machine cpu family: x86_64
  33. Build machine cpu: x86_64
  34. Found pkg-config: /usr/bin/pkg-config (0.29.1)
  35. Found CMake: /usr/bin/cmake (3.13.4)
  36. Dependency exiv2 found: NO (tried pkgconfig)
  37.  
  38. meson.build:13:0: ERROR: Dependency "exiv2" not found, tried pkgconfig
  39.  
  40. A full log can be found at /home/user/gexiv2-0.11.0/build/meson-logs/meson-log.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement