[LLVMdev] Using llvm after make install
Martin Pärtel
lagitus at mbnet.fi
Wed Feb 8 11:27:08 PST 2006
Hello,
Trying to #include a 'make install'-ed LLVM header gives the following error:
#error "Must #define __STDC_LIMIT_MACROS before #including
Support/DataTypes.h"
How could I get past this?
The documentation I've read so far seems to suggest that LLVM is meant to be
used from inside its own source tree. Does this mean that make install is not
"officially" supported? Also, is LLVM going to be API-compatible between
minor version number increments?
More information about the llvm-dev
mailing list