------------------------------
Building Makefile for Inkscape
------------------------------
Source Dir: /home/justin/inkscape
Binary Dir: /home/justin
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Creating build files in: /home/justin
-- Creating build files in: /home/justin
No gmock/gtest found! Perhaps you wish to run 'bash download-gtest.sh' to download it.
-- Checking for modules 'pangocairo;pangoft2;fontconfig;gthread-2.0;gsl;gmodule-2.0'
-- Found pangocairo, version 1.38.1
-- Found pangoft2, version 1.38.1
-- Found fontconfig, version 2.11.94
-- Found gthread-2.0, version 2.48.1
-- Found gsl, version 2.2.1
-- Found gmodule-2.0, version 2.48.1
-- Checking for module 'x11'
-- Found x11, version 1.6.3
-- Checking for module 'gnome-vfs-2.0'
-- No package 'gnome-vfs-2.0' found
-- Could NOT find LCMS2 (missing: LCMS2_LIBRARY LCMS2_INCLUDE_DIR)
-- Checking for module 'lcms'
-- No package 'lcms' found
-- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST
-- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Failed
-- Found Iconv: /usr/lib/x86_64-linux-gnu/libc.so
-- Found Intl: /usr/include
CMake Error at CMakeScripts/Modules/FindBoehmGC.cmake:70 (message):
Could not find BoehmGC
Call Stack (most recent call first):
CMakeScripts/DefineDependsandFlags.cmake:110 (find_package)
CMakeLists.txt:89 (include)
I believe I had downloaded and installed BoehmGC, but it appears to be causing the error. Is there a particular directory I need to make sure it is in to work with Cmake?