/usr/local/include in _KDE4_PLATFORM_INCLUDES on FreeBSD?
Raphael Kubo da Costa
kubito at gmail.com
Tue May 11 00:05:18 CEST 2010
On Monday 10 May 2010 18:54:31 Alexander Neundorf wrote:
> On Monday 10 May 2010, Raphael Kubo da Costa wrote:
> > Hey there,
> >
> > I was trying to update kdelibs today on FreeBSD and noticed nepomuk kept
> > failing to compile because some methods were not found in Soprano.
> >
> > It turns out kdelibs/nepomuk/query/CMakeLists.txt's include_directories()
> > call put KDE4_KDECORE_INCLUDES before SOPRANO_INCLUDE_DIR, so my
> > system-wide Soprano headers (in /usr/local/include) were being used
> > instead of my trunk Soprano headers in $HOME/kde4/include.
> >
> > Apparently, /usr/local/include was coming from
> > _KDE4_PLATFORM_INCLUDE_DIRS.
>
> This must be X11_INCLUDE_DIR. Can you confirm this ?
According to what I saw on FindKDE4Internal.cmake yesterday, yes. And yes, X11
is inside /usr/local.
More information about the Kde-buildsystem
mailing list