Pierre Bechetoille wrote:
Hi,

My build of khelpcenter-16.04.2 fails with cmake complaining that
grantlee5 is missing:

CMake Error at CMakeLists.txt:40 (find_package):
   By not providing "FindGrantlee5.cmake" in CMAKE_MODULE_PATH this project
   has asked CMake to find a package configuration file provided by
   "Grantlee5", but CMake did not find one.

   Could not find a package configuration file provided by "Grantlee5" with
   any of the following names:

     Grantlee5Config.cmake
     grantlee5-config.cmake

   Add the installation prefix of "Grantlee5" to CMAKE_PREFIX_PATH or set
   "Grantlee5_DIR" to a directory containing one of the above files.  If
   "Grantlee5" provides a separate development package or SDK, be sure it has
   been installed.


-- Configuring incomplete, errors occurred!

But I can't find Grantlee5 in the book. It seems to be available at
https://github.com/steveire/grantlee/releases/tag/v5.1.0

I think this should be added to the book.

I had it on my development system and didn't notice that.

    mkdir build &&
    cd    build &&

    cmake -DCMAKE_INSTALL_PREFIX=/usr \
          -DCMAKE_BUILD_TYPE=Release  \
          -DBUILD_TESTS=OFF           \
          -Wno-dev .. &&

    make  &&

    #make docs &&

    echo "BLFS Start INSTALL"  &&
    $SUDO make DESTDIR=$DEST install &&

    #$SUDO install -v -dm755 /usr/share/doc/grantlee-5.0.0 &&
    #$SUDO cp -v apidox/*    /usr/share/doc/grantlee-5.0.0

SBU=.605
size (1.113 MB)
build size (11.554 MB)

Do you want to add it?

  -- Bruce

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to