Guest User

Untitled

a guest
Jul 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. make run-sample
  2. make -C ../../../src/llvm/runtime llvmrt.a runscala
  3. make[1]: Entering directory `/home/soc/Entwicklung/scala-llvm/src/llvm/runtime'
  4. make[1]: `llvmrt.a' is up to date.
  5. g++ -g -Wall -fexceptions `llvm-config --cxxflags core jit bitreader native interpreter archive bitwriter` `icu-config --cppflags` -c -o runscala.o runscala.cpp
  6. In file included from runscala.cpp:44:0:
  7. wrapper.h:4:13: warning: declaration 'class llvm::Function' does not declare anything [enabled by default]
  8. wrapper.h:5:13: warning: declaration 'class llvm::GlobalVariable' does not declare anything [enabled by default]
  9. runscala.cpp: In function 'int main(int, char**, char* const*)':
  10. runscala.cpp:154:3: error: 'JITExceptionHandling' is not a member of 'llvm'
  11. runscala.cpp:155:3: error: 'JITEmitDebugInfo' is not a member of 'llvm'
  12. runscala.cpp:156:3: error: 'JITEmitDebugInfoToDisk' is not a member of 'llvm'
  13. make[1]: *** [runscala.o] Error 1
  14. make[1]: Leaving directory `/home/soc/Entwicklung/scala-llvm/src/llvm/runtime'
  15. make: *** [run-sample] Error 2
Add Comment
Please, Sign In to add comment