Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. terminal with ~/.enigma/
  2.  
  3. Last login: Sun Apr 20 22:47:24 on ttys000
  4. You have mail.
  5. lepton:~ lepton$ cd /Users/lepton/Developer/enigma
  6. lepton:enigma lepton$ java -jar lateralgm.jar
  7. Java Version: 10700 (1.7.0_51)
  8. Loading lib files in /Users/lepton/Developer/enigma/lateralgm.jar
  9. 01_move.lgl 02_main1.lgl 03_main2.lgl 04_control.lgl
  10. 05_score.lgl 06_extra.lgl 07_draw.lgl
  11. Calling `make eTCpath=""`
  12. > /Applications/code/Xcode.app/Contents/Developer/usr/bin/make -j 3 -C CompilerSource
  13. > make[1]: Nothing to be done for `all'.
  14. 0
  15. Process terminated
  16. Initializing Enigma:
  17. Failed to create make directory at ~/.enigma/
  18. Linking up to IDE
  19. Implementing JDI basics
  20. UnimplementedUnimplemented
  21.  
  22. Choosing language: C++
  23. Reading GCC builtins
  24. Read key `defines` as `gcc -dM -x c++ -E $blank`
  25. Parsed `gcc` `-dM -x c++ -E "~/.enigma/enigma_blank.txt"`: redirect=yes
  26. TRUE
  27.  
  28.  
  29.  
  30.  
  31. *********** EXECUTE
  32. `/usr/bin/gcc`
  33. `-dM`
  34. `-x`
  35. `c++`
  36. `-E`
  37. `~/.enigma/enigma_blank.txt`
  38.  
  39.  
  40.  
  41. clang: error: no such file or directory: '~/.enigma/enigma_blank.txt'
  42. clang: error: no input files
  43. ERROR: Call to 'defines' toolchain executable returned non-zero!
  44.  
  45. See scrollback for more information.
  46. Creating parse context
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement