Nate Muench wrote:
> I'm attempting to build a KDE environment from the BLFS book dated
> today. I get to when I start installing phonon but the thing fails to
> configure.
> CMake Error at CMakeLists.txt:156 (file):
> file RELATIVE_PATH called with incorrect number of arguments
We don't know how you invoked cmake, but the above line is the problem,
not QZeitgeist.
It should be:
mkdir build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=$QTDIR \
-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE \
..
What is the content of QTDIR?
By the way, don't include a line with dash-dash-blank-return. A lot of
mail clients think that is the start of a signature.
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page