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

arrowdodger 6yearold at gmail.com
Fri Sep 9 00:31:18 PDT 2011


On Thu, Sep 8, 2011 at 11:52 PM, geovanisouza92 at gmail.com <
geovanisouza92 at gmail.com> wrote:

> 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.
>

Don't do this, it's wrong. The "DataTypes.h" should be created from "
DataTypes.h.in" template during LLVM build process. So, begin from building
and installing LLVM first.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110909/ba6f9fcb/attachment.html>


More information about the llvm-dev mailing list