Created
October 18, 2009 23:05
-
-
Save brianmario/212927 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gcc -Ivm/external_libs/libtommath -Ivm/external_libs/libgdtoa -Ivm/external_libs/onig -Ivm/external_libs/libffi/include -Ivm/external_libs/libbstring -Ivm/external_libs/libcchash -Ivm/external_libs/libmquark -Ivm/external_libs/libmpa -Ivm/external_libs/libltdl -Ivm/external_libs/libev -Ivm/test/cxxtest -Ivm -I. -Ivm/assembler -Ivm/assembler/udis86-1.7 -pipe -Wall -Wno-deprecated -DBASE_PATH=\"/Users/brianmario/Downloads/rubinius\" -DRBA_PATH=\"/Users/brianmario/Downloads/rubinius/runtime\" -mdynamic-no-pic -DENABLE_LLVM -DHAS_EXECINFO -ggdb3 -O2 -Werror -DRBX_PROFILER -Ivm/external_libs/llvm/include -c -o vm/environment.o vm/environment.cpp 2>&1 | |
| In file included from vm/external_libs/llvm/include/llvm/Support/PointerLikeTypeTraits.h:18, | |
| from vm/external_libs/llvm/include/llvm/ADT/PointerIntPair.h:17, | |
| from vm/external_libs/llvm/include/llvm/Use.h:30, | |
| from vm/external_libs/llvm/include/llvm/Value.h:18, | |
| from vm/external_libs/llvm/include/llvm/User.h:22, | |
| from vm/external_libs/llvm/include/llvm/Constant.h:17, | |
| from vm/external_libs/llvm/include/llvm/GlobalValue.h:21, | |
| from vm/external_libs/llvm/include/llvm/Function.h:21, | |
| from vm/external_libs/llvm/include/llvm/Module.h:18, | |
| from vm/llvm/jit.hpp:7, | |
| from vm/environment.cpp:19: | |
| vm/external_libs/llvm/include/llvm/Support/DataTypes.h:47:3: error: #error "Must #define __STDC_LIMIT_MACROS before #including Support/DataTypes.h" | |
| vm/external_libs/llvm/include/llvm/Support/DataTypes.h:51:3: error: #error "Must #define __STDC_CONSTANT_MACROS before " "#including Support/DataTypes.h" | |
| rake aborted! | |
| Command failed with status (1): [gcc -Ivm/external_libs/libtommath -Ivm/ext...] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment