Ubuntu Pastebin

Paste from Magkneetoe at Sat, 9 Sep 2017 00:58:49 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
$ cmake ..
------------------------------
Building Makefile for Inkscape
------------------------------
Source Dir: /usr/local/src/inkscape-0.92.2
Binary Dir: /usr/local/src/inkscape-0.92.2/build
-- Creating build files in: /usr/local/src/inkscape-0.92.2/build
-- Could NOT find GTest (missing:  GTEST_LIBRARY GTEST_MAIN_LIBRARY) 
No gmock/gtest found! Perhaps you wish to run 'bash download-gtest.sh' to download it.
CMake Error at /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
  Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Call Stack (most recent call first):
  /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-3.7/Modules/FindPkgConfig.cmake:36 (find_package_handle_standard_args)
  CMakeScripts/DefineDependsandFlags.cmake:38 (find_package)
  CMakeLists.txt:112 (include)


-- Configuring incomplete, errors occurred!
See also "/usr/local/src/inkscape-0.92.2/build/CMakeFiles/CMakeOutput.log".
Download as text