Displaying 2 results from an estimated 2 matches for "9d911a48".
2011 Sep 08
2
[LLVMdev] How to fix an error like "Don't have a definition for uint64_t on this platform"?
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
2011 Sep 09
0
[LLVMdev] How to fix an error like "Don't have a definition for uint64_t on this platform"?
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 "