[LLVMdev] How to fix an error like "Don't have a definition for uint64_t on this platform"?

geovanisouza92 at gmail.com geovanisouza92 at gmail.com
Thu Sep 8 12:52:18 PDT 2011


Hi everyone!

I'm trying compile an compiler project that uses LLVM 2.9, and I'm having
difficult with the error "Don't have a definition for uint64_t on this
platform".

I set the '__STDC_LIMIT_MACROS' and '__STDC_CONSTANT_MACROS' defines, and
save the "DataTypes.h.in" as "DataTypes.h", to compiler can locate them.

I'm using C++Builder XE, in Win7.

How can I fix this?

Regards!

-- 
@geovanisouza92 - Geovani de Souza
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110908/15afac03/attachment.html>


More information about the llvm-dev mailing list