trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2012

Re: [trinity-devel] tdegraphics build Failure [was Re: [trinity-devel] tdegraphics - what about HAVE_POPPLER_016 - Failed?]

From: Darrell Anderson <humanreadable@...>
Date: Tue, 6 Mar 2012 16:07:35 -0800 (PST)
> How are you getting around:
> 
> [ 10%] Building CXX object
> kfile-plugins/dependencies/poppler-tqt/CMakeFiles/poppler-tqt-shared.dir/poppler-document.cc.o
> /build/src/tdegraphics/kfile-plugins/dependencies/poppler-tqt/poppler-document.cc:25:26:
> fatal error: GlobalParams.h: No such file or directory
> compilation terminated.
> make[2]: ***
> [kfile-plugins/dependencies/poppler-tqt/CMakeFiles/poppler-tqt-shared.dir/poppler-document.cc.o]
> Error 1
> make[1]: ***
> [kfile-plugins/dependencies/poppler-tqt/CMakeFiles/poppler-tqt-shared.dir/all]
> Error 2
> make: *** [all] Error 2

Yesterday I built tdegraphics without error. Here is my build script configuration:

cmake $SOURCES_ROOT \
  -DCMAKE_C_FLAGS:STRING="$CPUOPT" \
  -DCMAKE_CXX_FLAGS:STRING="$CPUOPT $DEBUG_CMAKE_OPT" \
  -DCMAKE_INSTALL_PREFIX=${PREFIX} \
  -DSYSCONF_INSTALL_DIR=${SYSCONFDIR} \
  -DLIB_SUFFIX=${LIBDIRSUFFIX} \
  -DMAN_INSTALL_DIR=${MANDIR} \
  -DWITH_T1LIB=ON \
  -DWITH_PAPER=ON \
  -DWITH_TIFF=ON \
  -DWITH_OPENEXR=ON \
  -DWITH_PDF=ON \
  -DBUILD_ALL=ON || exit 1

I'll make another full build run soon and will post should I run into problems.

Darrell