Version: (using KDE Devel) Installed from: Compiled sources for builddir != srcdir a include directory is missing in konversation/src/linkaddressbook/Makefile.am patch attached.
Created attachment 12944 [details] fix builddir != srcdir compile error
SVN commit 469569 by hein: Fix for builddir != srcdir. Patch by Michael Olbrich. Thanks! BUG:114224 M +1 -1 Makefile.am --- trunk/extragear/network/konversation/src/linkaddressbook/Makefile.am #469568:469569 @@ -1,6 +1,6 @@ METASOURCES = AUTO -AM_CPPFLAGS = $(all_includes) +AM_CPPFLAGS = $(all_includes) -I$(top_builddir)/konversation/src noinst_LTLIBRARIES = liblinkaddressbookui.la noinst_HEADERS = linkaddressbookui.h kimiface.h