[Kde-extra-gear] kst breaks digikamimageplugins compilation [Was Re: Error compiling svn->trunk]

Renchi Raju renchi at pooh.tam.uiuc.edu
Thu Jul 28 23:04:18 CEST 2005


also CCing to the extragear mailing list

On Thu, 28 Jul 2005, Thorsten Schnebeck wrote:

> Yes, the problem are the generated Makefiles, they are polluted by kst.
> digikamimageplugins tries to compile against
> /usr/local/src/kde-svn/extragear/graphics/kst/kst/imagedialog.h
>
> In the Makefile I have the line
> DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
> -I$(top_builddir)/kst/kst


it seems kst uses AM_CONFIG_HEADER which adds the 
-I$(top_builddir)/kst/kst to the DEFAULT_INCLUDES. Now, both kst and 
digikamimageplugins include a imagedialog.h and it seems some of the 
subdirectores are picking up the kst imagedialog.h and hence breaking at 
compilation stage. i don't have a solution currently, apart from 
recommending that if you want to compile digikamimageplugins rm the kst 
subdirectory from the extragear/graphics module before you do
make -f Makefile.cvs and ./configure

renchi



More information about the Kde-extra-gear mailing list