Strigi build errors
Thiago Macieira
thiago at kde.org
Sat Jul 19 20:25:48 BST 2008
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).
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
PGP/GPG: 0x6EF45358; fingerprint:
E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20080719/64d48a5c/attachment.sig>
More information about the kde-core-devel
mailing list