Skip to content

Instantly share code, notes, and snippets.

@ober
Created August 6, 2011 18:51
Show Gist options
  • Save ober/1129628 to your computer and use it in GitHub Desktop.
Save ober/1129628 to your computer and use it in GitHub Desktop.
Running 128 tasks using 4 parallel threads
1: CC vm/builtin/float.cpp
2: CC vm/builtin/fixnum.cpp
3: CC vm/builtin/block_environment.cpp
4: CC vm/builtin/compiledmethod.cpp
In file included from vm/builtin/block_environment.cpp:28:
vm/llvm/jit.hpp:7:25: error: llvm/Module.h: No such file or directory
vm/llvm/jit.hpp:8:31: error: llvm/DerivedTypes.h: No such file or directory
vm/llvm/jit.hpp:9:27: error: llvm/Function.h: No such file or directory
vm/llvm/jit.hpp:11:31: error: llvm/Instructions.h: No such file or directory
vm/llvm/jit.hpp:12:36: error: llvm/Support/IRBuilder.h: No such file or directory
vm/llvm/jit.hpp:13:38: error: llvm/ExecutionEngine/JIT.h: No such file or directory
vm/llvm/jit.hpp:14:42: error: llvm/CodeGen/MachineCodeInfo.h: No such file or directory
vm/llvm/jit.hpp:15:23: error: llvm/Pass.h: No such file or directory
vm/llvm/jit.hpp:16:30: error: llvm/PassManager.h: No such file or directory
vm/llvm/jit.hpp:17:38: error: llvm/Support/raw_ostream.h: No such file or directory
vm/llvm/jit.hpp:18:30: error: llvm/LLVMContext.h: No such file or directory
In file included from vm/builtin/compiledmethod.cpp:30:
vm/llvm/jit.hpp:7:25: error: llvm/Module.h: No such file or directory
vm/llvm/jit.hpp:8:31: error: llvm/DerivedTypes.h: No such file or directory
vm/llvm/jit.hpp:9:27: error: llvm/Function.h: No such file or directory
vm/llvm/jit.hpp:11:31: error: llvm/Instructions.h: No such file or directory
vm/llvm/jit.hpp:12:36: error: llvm/Support/IRBuilder.h: No such file or directory
vm/llvm/jit.hpp:13:38: error: llvm/ExecutionEngine/JIT.h: No such file or directory
vm/llvm/jit.hpp:14:42: error: llvm/CodeGen/MachineCodeInfo.h: No such file or directory
vm/llvm/jit.hpp:15:23: error: llvm/Pass.h: No such file or directory
vm/llvm/jit.hpp:16:30: error: llvm/PassManager.h: No such file or directory
vm/llvm/jit.hpp:17:38: error: llvm/Support/raw_ostream.h: No such file or directory
vm/llvm/jit.hpp:18:30: error: llvm/LLVMContext.h: No such file or directory
vm/llvm/jit.hpp:43: error: ISO C++ forbids declaration of 'PHINode' with no type
vm/llvm/jit.hpp:43: error: invalid use of '::'
vm/llvm/jit.hpp:43: error: expected ';' before '*' token
vm/llvm/jit.hpp:44: error: ISO C++ forbids declaration of 'BasicBlock' with no type
vm/llvm/jit.hpp:44: error: invalid use of '::'
vm/llvm/jit.hpp:44: error: expected ';' before '*' token
vm/llvm/jit.hpp:52: error: 'llvm::PHINode' has not been declared
vm/llvm/jit.hpp:52: error: 'llvm::BasicBlock' has not been declared
vm/llvm/jit.hpp:56: error: ISO C++ forbids declaration of 'PHINode' with no type
vm/llvm/jit.hpp:56: error: invalid use of '::'
vm/llvm/jit.hpp:56: error: expected ';' before '*' token
vm/llvm/jit.hpp:60: error: expected `;' before 'llvm'
vm/llvm/jit.hpp:60: error: ISO C++ forbids declaration of 'BasicBlock' with no type
vm/llvm/jit.hpp:60: error: invalid use of '::'
vm/llvm/jit.hpp:60: error: expected ';' before '*' token
vm/llvm/jit.hpp:64: error: expected `;' before 'VMMethod'
vm/llvm/jit.hpp:92: error: 'Value' is not a member of 'llvm'
vm/llvm/jit.hpp:92: error: 'Value' is not a member of 'llvm'
vm/llvm/jit.hpp:92: error: template argument 1 is invalid
vm/llvm/jit.hpp:92: error: template argument 2 is invalid
vm/llvm/jit.hpp:109: error: 'llvm::Value' has not been declared
vm/llvm/jit.hpp:115: error: ISO C++ forbids declaration of 'Value' with no type
vm/llvm/jit.hpp:115: error: invalid use of '::'
vm/llvm/jit.hpp:115: error: expected ';' before '*' token
vm/llvm/jit.hpp:123: error: expected `;' before 'size_t'
vm/llvm/jit.hpp: In member function 'void rubinius::JITStackArgs::put(size_t, int*)':
vm/llvm/jit.hpp:111: error: invalid types 'int[size_t]' for array subscript
vm/llvm/jit.hpp: At global scope:
vm/llvm/jit.hpp:131: error: ISO C++ forbids declaration of 'BasicBlock' with no type
vm/llvm/jit.hpp:131: error: invalid use of '::'
vm/llvm/jit.hpp:131: error: expected ';' before '*' token
vm/llvm/jit.hpp:132: error: ISO C++ forbids declaration of 'Value' with no type
vm/llvm/jit.hpp:132: error: invalid use of '::'
vm/llvm/jit.hpp:132: error: expected ';' before '*' token
vm/llvm/jit.hpp:133: error: ISO C++ forbids declaration of 'Value' with no type
vm/llvm/jit.hpp:133: error: invalid use of '::'
vm/llvm/jit.hpp:133: error: expected ';' before '*' token
vm/llvm/jit.hpp:134: error: ISO C++ forbids declaration of 'Value' with no type
vm/llvm/jit.hpp:134: error: invalid use of '::'
vm/llvm/jit.hpp:134: error: expected ';' before '*' token
vm/llvm/jit.hpp:135: error: ISO C++ forbids declaration of 'Value' with no type
vm/llvm/jit.hpp:135: error: invalid use of '::'
vm/llvm/jit.hpp:135: error: expected ';' before '*' token
vm/llvm/jit.hpp:136: error: ISO C++ forbids declaration of 'Value' with no type
vm/llvm/jit.hpp:136: error: invalid use of '::'
vm/llvm/jit.hpp:136: error: expected ';' before '*' token
vm/llvm/jit.hpp:137: error: ISO C++ forbids declaration of 'Value' with no type
vm/llvm/jit.hpp:137: error: invalid use of '::'
vm/llvm/jit.hpp:137: error: expected ';' before '*' token
vm/llvm/jit.hpp:138: error: ISO C++ forbids declaration of 'Value' with no type
vm/llvm/jit.hpp:138: error: invalid use of '::'
vm/llvm/jit.hpp:138: error: expected ';' before '*' token
vm/llvm/jit.hpp:139: error: ISO C++ forbids declaration of 'Value' with no type
vm/llvm/jit.hpp:139: error: invalid use of '::'
vm/llvm/jit.hpp:139: error: expected ';' before '*' token
vm/llvm/jit.hpp:140: error: ISO C++ forbids declaration of 'Value' with no type
vm/llvm/jit.hpp:140: error: invalid use of '::'
vm/llvm/jit.hpp:140: error: expected ';' before '*' token
vm/llvm/jit.hpp:141: error: ISO C++ forbids declaration of 'Value' with no type
vm/llvm/jit.hpp:141: error: invalid use of '::'
vm/llvm/jit.hpp:141: error: expected ';' before '*' token
vm/llvm/jit.hpp:153: error: ISO C++ forbids declaration of 'BasicBlock' with no type
vm/llvm/jit.hpp:153: error: invalid use of '::'
vm/llvm/jit.hpp:153: error: expected ';' before '*' token
vm/llvm/jit.hpp:154: error: ISO C++ forbids declaration of 'PHINode' with no type
vm/llvm/jit.hpp:154: error: invalid use of '::'
vm/llvm/jit.hpp:154: error: expected ';' before '*' token
vm/llvm/jit.hpp:159: error: ISO C++ forbids declaration of 'BasicBlock' with no type
vm/llvm/jit.hpp:159: error: invalid use of '::'
vm/llvm/jit.hpp:159: error: expected ';' before '*' token
vm/llvm/jit.hpp:160: error: ISO C++ forbids declaration of 'Value' with no type
vm/llvm/jit.hpp:160: error: invalid use of '::'
vm/llvm/jit.hpp:160: error: expected ';' before '*' token
vm/llvm/jit.hpp:162: error: ISO C++ forbids declaration of 'BasicBlock' with no type
vm/llvm/jit.hpp:162: error: invalid use of '::'
vm/llvm/jit.hpp:162: error: expected ';' before '*' token
vm/llvm/jit.hpp:182: error: 'llvm::Value' has not been declared
vm/llvm/jit.hpp:186: error: ISO C++ forbids declaration of 'Value' with no type
vm/llvm/jit.hpp:186: error: invalid use of '::'
vm/llvm/jit.hpp:186: error: expected ';' before '*' token
vm/llvm/jit.hpp:190: error: expected `;' before 'void'
vm/llvm/jit.hpp:190: error: 'llvm::Value' has not been declared
vm/llvm/jit.hpp:194: error: ISO C++ forbids declaration of 'Value' with no type
vm/llvm/jit.hpp:194: error: invalid use of '::'
vm/llvm/jit.hpp:194: error: expected ';' before '*' token
vm/llvm/jit.hpp:198: error: expected `;' before 'void'
vm/llvm/jit.hpp:198: error: 'llvm::Value' has not been declared
vm/llvm/jit.hpp:202: error: ISO C++ forbids declaration of 'Value' with no type
vm/llvm/jit.hpp:202: error: invalid use of '::'
vm/llvm/jit.hpp:202: error: expected ';' before '*' token
vm/llvm/jit.hpp:206: error: expected `;' before 'void'
vm/llvm/jit.hpp:206: error: 'llvm::Value' has not been declared
vm/llvm/jit.hpp:210: error: ISO C++ forbids declaration of 'Value' with no type
vm/llvm/jit.hpp:210: error: invalid use of '::'
vm/llvm/jit.hpp:210: error: expected ';' before '*' token
vm/llvm/jit.hpp:214: error: expected `;' before 'llvm'
vm/llvm/jit.hpp:214: error: ISO C++ forbids declaration of 'Value' with no type
vm/llvm/jit.hpp:214: error: invalid use of '::'
vm/llvm/jit.hpp:214: error: expected ';' before '*' token
vm/llvm/jit.hpp:218: error: expected `;' before 'void'
vm/llvm/jit.hpp:218: error: 'llvm::Value' has not been declared
vm/llvm/jit.hpp:222: error: 'llvm::BasicBlock' has not been declared
vm/llvm/jit.hpp:226: error: ISO C++ forbids declaration of 'BasicBlock' with no type
vm/llvm/jit.hpp:226: error: invalid use of '::'
vm/llvm/jit.hpp:226: error: expected ';' before '*' token
vm/llvm/jit.hpp:230: error: expected `;' before 'void'
vm/llvm/jit.hpp:230: error: 'llvm::Value' has not been declared
vm/llvm/jit.hpp:234: error: ISO C++ forbids declaration of 'Value' with no type
vm/llvm/jit.hpp:234: error: invalid use of '::'
vm/llvm/jit.hpp:234: error: expected ';' before '*' token
vm/llvm/jit.hpp:238: error: expected `;' before 'void'
vm/llvm/jit.hpp:238: error: 'llvm::Value' has not been declared
vm/llvm/jit.hpp:242: error: ISO C++ forbids declaration of 'Value' with no type
vm/llvm/jit.hpp:242: error: invalid use of '::'
vm/llvm/jit.hpp:242: error: expected ';' before '*' token
vm/llvm/jit.hpp:246: error: expected `;' before 'void'
vm/llvm/jit.hpp:246: error: 'llvm::Value' has not been declared
vm/llvm/jit.hpp:250: error: ISO C++ forbids declaration of 'Value' with no type
vm/llvm/jit.hpp:250: error: invalid use of '::'
vm/llvm/jit.hpp:250: error: expected ';' before '*' token
vm/llvm/jit.hpp:254: error: expected `;' before 'CompiledMethod'
vm/llvm/jit.hpp:258: error: ISO C++ forbids declaration of 'BasicBlock' with no type
vm/llvm/jit.hpp:258: error: invalid use of '::'
vm/llvm/jit.hpp:258: error: expected ';' before '*' token
vm/llvm/jit.hpp:262: error: expected `;' before 'llvm'
vm/llvm/jit.hpp:262: error: ISO C++ forbids declaration of 'PHINode' with no type
vm/llvm/jit.hpp:262: error: invalid use of '::'
vm/llvm/jit.hpp:262: error: expected ';' before '*' token
vm/llvm/jit.hpp:266: error: expected `;' before 'void'
vm/llvm/jit.hpp:266: error: 'llvm::Value' has not been declared
vm/llvm/jit.hpp:266: error: 'llvm::BasicBlock' has not been declared
vm/llvm/jit.hpp:280: error: ISO C++ forbids declaration of 'Value' with no type
vm/llvm/jit.hpp:280: error: invalid use of '::'
vm/llvm/jit.hpp:280: error: expected ';' before '*' token
vm/llvm/jit.hpp:288: error: expected `;' before 'JITMethodInfo'
vm/llvm/jit.hpp:292: error: ISO C++ forbids declaration of 'Value' with no type
vm/llvm/jit.hpp:292: error: invalid use of '::'
vm/llvm/jit.hpp:292: error: expected ';' before '*' token
vm/llvm/jit.hpp:303: error: expected `;' before 'bool'
vm/llvm/jit.hpp:346: error: ISO C++ forbids declaration of 'BasicBlock' with no type
vm/llvm/jit.hpp:346: error: invalid use of '::'
vm/llvm/jit.hpp:346: error: expected ';' before '*' token
vm/llvm/jit.hpp:350: error: expected `;' before 'llvm'
vm/llvm/jit.hpp:350: error: ISO C++ forbids declaration of 'PHINode' with no type
vm/llvm/jit.hpp:350: error: invalid use of '::'
vm/llvm/jit.hpp:350: error: expected ';' before '*' token
vm/llvm/jit.hpp:354: error: expected `;' before 'void'
vm/llvm/jit.hpp:354: error: 'llvm::Value' has not been declared
vm/llvm/jit.hpp:358: error: ISO C++ forbids declaration of 'Value' with no type
vm/llvm/jit.hpp:358: error: invalid use of '::'
vm/llvm/jit.hpp:358: error: expected ';' before '*' token
vm/llvm/jit.hpp:362: error: expected `;' before 'bool'
vm/llvm/jit.hpp:370: error: ISO C++ forbids declaration of 'Value' with no type
vm/llvm/jit.hpp:370: error: invalid use of '::'
vm/llvm/jit.hpp:370: error: expected ';' before '*' token
vm/llvm/jit.hpp:374: error: expected `;' before 'void'
vm/llvm/jit.hpp:374: error: 'llvm::Value' has not been declared
vm/llvm/jit.hpp:378: error: ISO C++ forbids declaration of 'AllocaInst' with no type
vm/llvm/jit.hpp:378: error: invalid use of '::'
vm/llvm/jit.hpp:378: error: expected ';' before '*' token
vm/llvm/jit.hpp: In member function 'void rubinius::JITMethodInfo::set_vm(int*)':
vm/llvm/jit.hpp:183: error: 'vm_' was not declared in this scope
vm/llvm/jit.hpp: In member function 'void rubinius::JITMethodInfo::set_args(int*)':
vm/llvm/jit.hpp:191: error: 'args_' was not declared in this scope
vm/llvm/jit.hpp: In member function 'void rubinius::JITMethodInfo::set_previous(int*)':
vm/llvm/jit.hpp:199: error: 'previous_' was not declared in this scope
vm/llvm/jit.hpp: In member function 'void rubinius::JITMethodInfo::set_profiling_entry(int*)':
vm/llvm/jit.hpp:207: error: 'profiling_entry_' was not declared in this scope
vm/llvm/jit.hpp: In member function 'void rubinius::JITMethodInfo::set_unwind_info(int*)':
vm/llvm/jit.hpp:219: error: 'unwind_info_' was not declared in this scope
vm/llvm/jit.hpp: In member function 'void rubinius::JITMethodInfo::set_entry(int*)':
vm/llvm/jit.hpp:223: error: 'entry_' was not declared in this scope
vm/llvm/jit.hpp: In member function 'void rubinius::JITMethodInfo::set_call_frame(int*)':
vm/llvm/jit.hpp:231: error: 'call_frame_' was not declared in this scope
vm/llvm/jit.hpp: In member function 'void rubinius::JITMethodInfo::set_stack(int*)':
vm/llvm/jit.hpp:239: error: 'stack_' was not declared in this scope
vm/llvm/jit.hpp: In member function 'void rubinius::JITMethodInfo::set_variables(int*)':
vm/llvm/jit.hpp:247: error: 'variables_' was not declared in this scope
vm/llvm/jit.hpp: In member function 'void rubinius::JITMethodInfo::add_return_value(int*, int*)':
vm/llvm/jit.hpp:267: error: 'return_phi_' was not declared in this scope
vm/llvm/jit.hpp: In member function 'void rubinius::JITMethodInfo::set_parent_info(rubinius::JITMethodInfo&)':
vm/llvm/jit.hpp:272: error: 'vm_' was not declared in this scope
vm/llvm/jit.hpp:272: error: 'class rubinius::JITMethodInfo' has no member named 'vm'
vm/llvm/jit.hpp:273: error: 'out_args_' was not declared in this scope
vm/llvm/jit.hpp:273: error: 'class rubinius::JITMethodInfo' has no member named 'out_args'
vm/llvm/jit.hpp:274: error: 'counter_' was not declared in this scope
vm/llvm/jit.hpp:274: error: 'class rubinius::JITMethodInfo' has no member named 'counter'
vm/llvm/jit.hpp:275: error: 'unwind_info_' was not declared in this scope
vm/llvm/jit.hpp:275: error: 'class rubinius::JITMethodInfo' has no member named 'unwind_info'
vm/llvm/jit.hpp: In member function 'void rubinius::JITMethodInfo::set_out_args(int*)':
vm/llvm/jit.hpp:355: error: 'out_args_' was not declared in this scope
vm/llvm/jit.hpp: In member function 'void rubinius::JITMethodInfo::set_counter(int*)':
vm/llvm/jit.hpp:375: error: 'counter_' was not declared in this scope
vm/llvm/jit.hpp: At global scope:
vm/llvm/jit.hpp:384: error: ISO C++ forbids declaration of 'BasicBlock' with no type
vm/llvm/jit.hpp:384: error: invalid use of '::'
vm/llvm/jit.hpp:384: error: expected ';' before '*' token
vm/llvm/jit.hpp:385: error: ISO C++ forbids declaration of 'BasicBlock' with no type
vm/llvm/jit.hpp:385: error: invalid use of '::'
vm/llvm/jit.hpp:385: error: expected ';' before '*' token
vm/llvm/jit.hpp:407: error: ISO C++ forbids declaration of 'BasicBlock' with no type
vm/llvm/jit.hpp:407: error: invalid use of '::'
vm/llvm/jit.hpp:407: error: expected ';' before '*' token
vm/llvm/jit.hpp:411: error: expected `;' before '}' token
vm/llvm/jit.hpp: In constructor 'rubinius::JITBasicBlock::JITBasicBlock()':
vm/llvm/jit.hpp:396: error: class 'rubinius::JITBasicBlock' does not have any field named 'block'
vm/llvm/jit.hpp:397: error: class 'rubinius::JITBasicBlock' does not have any field named 'prologue'
vm/llvm/jit.hpp: At global scope:
vm/llvm/jit.hpp:426: error: ISO C++ forbids declaration of 'LLVMContext' with no type
vm/llvm/jit.hpp:426: error: invalid use of '::'
vm/llvm/jit.hpp:426: error: expected ';' before '&' token
vm/llvm/jit.hpp:428: error: ISO C++ forbids declaration of 'ExecutionEngine' with no type
vm/llvm/jit.hpp:428: error: invalid use of '::'
vm/llvm/jit.hpp:428: error: expected ';' before '*' token
vm/llvm/jit.hpp:429: error: ISO C++ forbids declaration of 'FunctionPassManager' with no type
vm/llvm/jit.hpp:429: error: invalid use of '::'
vm/llvm/jit.hpp:429: error: expected ';' before '*' token
vm/llvm/jit.hpp:431: error: ISO C++ forbids declaration of 'Type' with no type
vm/llvm/jit.hpp:431: error: invalid use of '::'
vm/llvm/jit.hpp:431: error: expected ';' before '*' token
vm/llvm/jit.hpp:445: error: ISO C++ forbids declaration of 'GlobalVariable' with no type
vm/llvm/jit.hpp:445: error: invalid use of '::'
vm/llvm/jit.hpp:445: error: expected ';' before '*' token
vm/llvm/jit.hpp:457: error: ISO C++ forbids declaration of 'Type' with no type
vm/llvm/jit.hpp:457: error: invalid use of '::'
vm/llvm/jit.hpp:457: error: expected ';' before '*' token
vm/llvm/jit.hpp:459: error: ISO C++ forbids declaration of 'Type' with no type
vm/llvm/jit.hpp:459: error: invalid use of '::'
vm/llvm/jit.hpp:459: error: expected ';' before '*' token
vm/llvm/jit.hpp:460: error: ISO C++ forbids declaration of 'Type' with no type
vm/llvm/jit.hpp:460: error: invalid use of '::'
vm/llvm/jit.hpp:460: error: expected ';' before '*' token
vm/llvm/jit.hpp:461: error: ISO C++ forbids declaration of 'Type' with no type
vm/llvm/jit.hpp:461: error: invalid use of '::'
vm/llvm/jit.hpp:461: error: expected ';' before '*' token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment