Henrik Bach
2004-Aug-04 22:17 UTC
[LLVMdev] Reader.cpp:464: error: `intptr_t' undeclared (first use this function)
Hi, I get this error: ------------------ Reader.cpp:464: error: `intptr_t' undeclared (first use this function) ------------------ It doesn't seem that you include <stddef.h>, where the intptr_t is declared, in the source file. When I included the header, it compiled without errors. The same error seems to be present for ReaderWrappers.cpp. /Henrik _________________________________________________________________ Find det, du s�ger p� MSN S�g http://search.msn.dk
Reid Spencer
2004-Aug-04 22:57 UTC
[LLVMdev] Reader.cpp:464: error: `intptr_t' undeclared (first use this function)
Henrik, I've just committed changes to these two files that get rid of the use of intptr_t. Hopefully that will solve your issue. Reid. On Wed, 2004-08-04 at 15:17, Henrik Bach wrote:> Hi, > > I get this error: > ------------------ > Reader.cpp:464: error: `intptr_t' undeclared (first use this function) > ------------------ > > It doesn't seem that you include <stddef.h>, where the intptr_t is declared, > in the source file. > > When I included the header, it compiled without errors. The same error seems > to be present for ReaderWrappers.cpp. > > > /Henrik > > _________________________________________________________________ > Find det, du sger p MSN Sg http://search.msn.dk > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev-------------- 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://lists.llvm.org/pipermail/llvm-dev/attachments/20040804/62f97d99/attachment.sig>
Apparently Analagous Threads
- [LLVMdev] llvm::Pass::Pass(llvm::PassKind, intptr_t): Assertion `pid && "pid cannot be 0"' failed.
- [LLVMdev] llvm::Pass::Pass(llvm::PassKind, intptr_t): Assertion `pid && "pid cannot be 0"' failed.
- [LLVMdev] win32 broken again
- [LLVMdev] win32 broken again
- [PATCH] mllib: cast integer pointers to intptr_t as intermediate step