Guest User

Untitled

a guest
Jun 20th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. radarek@ruby:~/opt/src/rubinius(master)$ RBX_LLVM=1 rake
  2. (in /home/radarek/opt/src/rubinius)
  3. GEN vm/gen/inst_list.hpp
  4. /usr/bin/ruby1.8 vm/codegen/instruction_macros.rb
  5. /usr/bin/ruby1.8 vm/instructions.rb
  6. /usr/bin/ruby1.8 vm/codegen/field_extract.rb vm/builtin/object.hpp vm/builtin/integer.hpp vm/builtin/executable.hpp vm/builtin/access_variable.hpp vm/builtin/fixnum.hpp vm/builtin/array.hpp vm/builtin/bignum.hpp vm/builtin/block_environment.hpp vm/builtin/bytearray.hpp vm/builtin/io.hpp vm/builtin/channel.hpp vm/builtin/module.hpp vm/builtin/class.hpp vm/builtin/compiledmethod.hpp vm/builtin/data.hpp vm/builtin/dir.hpp vm/builtin/exception.hpp vm/builtin/float.hpp vm/builtin/immediates.hpp vm/builtin/iseq.hpp vm/builtin/list.hpp vm/builtin/lookuptable.hpp vm/builtin/memorypointer.hpp vm/builtin/methodtable.hpp vm/builtin/nativefunction.hpp vm/builtin/regexp.hpp vm/builtin/selector.hpp vm/builtin/sendsite.hpp vm/builtin/staticscope.hpp vm/builtin/string.hpp vm/builtin/symbol.hpp vm/builtin/thread.hpp vm/builtin/tuple.hpp vm/builtin/compactlookuptable.hpp vm/builtin/time.hpp vm/builtin/methodvisibility.hpp vm/builtin/taskprobe.hpp vm/builtin/nativemethod.hpp vm/builtin/system.hpp vm/builtin/autoload.hpp vm/builtin/machine_method.hpp vm/builtin/proc.hpp vm/builtin/variable_scope.hpp vm/builtin/location.hpp vm/builtin/capi_handle.hpp vm/builtin/global_cache_entry.hpp
  7. /usr/bin/ruby1.8 vm/codegen/rubypp.rb vm/template/instructions.cpp vm/gen/instructions.cpp
  8. Updating dependencies...
  9. CC vm/vmmethod.cpp
  10. 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/external_libs/llvm/include -I/usr/local/include -Ivm/test/cxxtest -Ivm -I. -Ivm/assembler -Ivm/assembler/udis86-1.7 -pipe -Wall -Wno-deprecated -DBASE_PATH=\"/home/radarek/opt/src/rubinius\" -DRBA_PATH=\"/home/radarek/opt/src/rubinius/runtime\" -DENABLE_LLVM -I/home/radarek/opt/src/rubinius/vm/external_libs/llvm/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -fomit-frame-pointer -ggdb3 -O2 -Werror -DRBX_PROFILER -c -o vm/vmmethod.o vm/vmmethod.cpp 2>&1
  11. In file included from vm/vmmethod.cpp:31:
  12. vm/llvm/jit.hpp:15:42: error: llvm/CodeGen/MachineCodeInfo.h: No such file or directory
  13. In file included from vm/vmmethod.cpp:31:
  14. vm/llvm/jit.hpp:138: error: ISO C++ forbids declaration of ‘MachineCodeInfo’ with no type
  15. vm/llvm/jit.hpp:138: error: invalid use of ‘::’
  16. vm/llvm/jit.hpp:138: error: expected ‘;’ before ‘*’ token
  17. vm/llvm/jit.hpp: In constructor ‘rubinius::LLVMCompiler::LLVMCompiler()’:
  18. vm/llvm/jit.hpp:143: error: class ‘rubinius::LLVMCompiler’ does not have any field named ‘mci_’
  19. vm/llvm/jit.hpp: In destructor ‘rubinius::LLVMCompiler::~LLVMCompiler()’:
  20. vm/llvm/jit.hpp:147: error: ‘mci_’ was not declared in this scope
  21. vm/llvm/jit.hpp: In member function ‘int rubinius::LLVMCompiler::code_bytes()’:
  22. vm/llvm/jit.hpp:151: error: ‘mci_’ was not declared in this scope
  23. rake aborted!
  24. Command failed with status (1): [gcc -Ivm/external_libs/libtommath -Ivm/ext...]
  25.  
  26. (See full trace by running task with --trace)
Add Comment
Please, Sign In to add comment