[Kde-pim] Grantlee 0.1.9 fails to build on FreeBSD due to strings.h

Raphael Kubo da Costa kubito at gmail.com
Sat Jul 23 21:23:21 BST 2011


Hey there,

As this is a build issue, I figured out it'd be better to send it here
than filing a bug report.

Currently, grantlee fails to build on FreeBSD because it has a header
called strings.h and its path is added to the build with -I. It turns
out that at some point, string.h is included, and on FreeBSD it usually
includes strings.h, which is a POSIX.1 header. However, since
-I${SOURCEDIR}/templates/defaultfilters was passed to the compiler, it
is searched first and the wrong, local header is included instead.

_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/



More information about the kde-pim mailing list