[cfe-dev] portability issue with stdint.h

Viktar Zviarovich Viktar.Zviarovich at brunel.ac.uk
Wed Mar 4 07:21:20 PST 2009


Hi all,

 

StmtIterator.h includes stdint.h which was introduced in C99 and doesn't
come with Visual Studio 2005 and may be some other compilers/libraries
as well. Is it possible to resolve this portability issue since it is
the only one that prevents building clang with VS2005? For me commenting
out this #include (or replacing with #include <stddef.h> which is a bit
more reasonable) helped, but of course it would be better to fix this in
repository.

 

Best regards,

Victor

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090304/98529807/attachment.html>


More information about the cfe-dev mailing list