Skip to content

Instantly share code, notes, and snippets.

@leto
Created March 17, 2011 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leto/875280 to your computer and use it in GitHub Desktop.
Save leto/875280 to your computer and use it in GitHub Desktop.
In file included from /usr/include/llvm-c/Core.h:36,
from ./src/dynpmc/llvm_engine.pmc:4:
/usr/include/llvm/System/DataTypes.h:45:3: error: #error "Must #define __STDC_LIMIT_MACROS before #including System/DataTypes.h"
/usr/include/llvm/System/DataTypes.h:49:3: error: #error "Must #define __STDC_CONSTANT_MACROS before " "#including System/DataTypes.h"
./src/dynpmc/llvm_engine.pmc: In function ‘Parrot_LLVM_Engine_init_pmc_orig’:
./src/dynpmc/llvm_engine.pmc:17: warning: request for implicit conversion from ‘void *’ to ‘LLVMModuleRef’ not permitted in C++
make: *** [src/dynpmc/llvm_engine.o] Error 1
make: *** Waiting for unfinished jobs....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment