Using the book commands for taglib-1.11.1 -

cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_BUILD_TYPE=Release  \
      -DBUILD_SHARED_LIBS=ON \
      ..

I get:
CMake Error: The following variables are used in this project, but
they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the
CMake files:
Boost_INCLUDE_DIR

I added -DBoost_INCLUDE_DIR=/usr/include/boost

and cmake is happy.

I'm sure I've installed taglib-1.11.1 before without this problem, so
may be it's just me.
Perhaps someone could test it and see.

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

Reply via email to