On 03/24/2012 12:57 AM, Darrell Anderson wrote:
If you haven't pulled the latest GIT, then as a temporary measure, try this in the configure options to get kipi-plugins to build with libkcal support:
--with-extra-includes=${PREFIX}/include/tde
Darrell
Yes,
That's what I did and it worked swimmingly. My full build string was:
CXXFLAGS="${CXXFLAGS} -fpermissive" \ ./configure \ --prefix=${TDEDIR} \ --with-qt-dir=${QTDIR} \ --with-qt-includes=${QTDIR}/include \ --with-qt-libraries=${QTDIR}/lib \ --with-extra-includes=${TDEDIR}/include/tde \ --with-extra-libs=${TDEDIR}/lib/trinity \ --localstatedir=/var \ --enable-debug=full \ --enable-closure
I added the --with-extra-includes=${TDEDIR}/include/tde when I hit the libkcal failure. After that and after adding -fpermissive - smooth building :)