Problem compiling kdecore
Cornelius Schumacher
schumacher at kde.org
Tue Jun 25 15:33:05 BST 2002
The Makefile.am of kdecore contains a line
INCLUDES = $(LIBART_CFLAGS) $(all_includes)
This is a problem because when libart is installed in the same prefix as KDE
$(LIBART_CFLAGS) expands to "-I/opt/kde3/include" or wherever the KDE
includes reside and this means that the installed header files are picked up
instead of the header files in the source dir.
Would it be the correct fix to put $(LIBART_CFLAGS) after $(all_includes)?
--
Cornelius Schumacher <schumacher.kde.org>
More information about the kde-core-devel
mailing list