Strigi build errors
David Jarvie
djarvie at kde.org
Sat Jul 19 20:59:35 BST 2008
On Sat 19 July 2008 20:25:48 Thiago Macieira wrote:
> David Jarvie wrote:
> >The same error also occurs with dbusmessagewriter.cpp. It looks as if an
> >#include <stdint.h> or similar is missing - on my system, adding that in
> >fixes things.
>
> stdint.h is a C99 header. It should not be used in C++ sources.
>
> Use sys/types.h (which is a POSIX header).
One of the strigi cmake config files uses stdint.h conditionally. It looks as
if there should be cmake tests before deciding which header to use.
--
David Jarvie.
KAlarm author and maintainer.
http://www.astrojar.org.uk/kalarm
More information about the kde-core-devel
mailing list