trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: June 2012

tdesdk/kbugbuster FTBFS

From: Darrell Anderson <humanreadable@...>
Date: Sat, 16 Jun 2012 18:39:23 -0700 (PDT)
I am unable to build kbugbuster in tdesdk. I realize kbugbuster is more or less broken but we should still be able to build.

I can build tdesdk in one of two ways:

* -DBUILD_KBUGBUSTER=OFF

* Reversing GIT patches b04ab117 and 629e2283, both from 03-27-2012.

The failure is being unable to find the libkcal headers installed by tdepim. Those headers are installed in $PREFIX/include/libkcal, as seen in tdepim/libkcal/CMakeLists.txt: DESTINATION ${INCLUDE_INSTALL_DIR}/libkcal.

Therefore reversing the two patches in GIT seems the correct way to fix this. Comments? Objections?

Darrell