Advertisement
Guest User

LGM Java Error Message #3

a guest
Apr 21st, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.84 KB | None | 0 0
  1. house@house-Evo-N610c:~/enigma-dev$ java -jar -Xms256m -Xmx1000m lateralgm.jar
  2. Java Version: 10700 (1.7.0_80)
  3. Loading lib files in /home/house/enigma-dev/lateralgm.jar
  4. 01_move.lgl 02_main1.lgl 03_main2.lgl 04_control.lgl
  5. 05_score.lgl 06_extra.lgl 07_draw.lgl
  6. Calling `make eTCpath=""`
  7. > make -j 3 -C CompilerSource
  8. > make[1]: Entering directory '/home/house/enigma-dev/CompilerSource'
  9. > make[1]: Nothing to be done for 'all'.
  10. > make[1]: Leaving directory '/home/house/enigma-dev/CompilerSource'
  11. 0
  12. Process terminated
  13. Initializing Enigma:
  14. Failed to create make directory at /home/house/.enigma/
  15. Make directory is: "/home/house/.enigma/"
  16. Linking up to IDE
  17. Implementing JDI basics
  18. UnimplementedUnimplemented
  19.  
  20. Choosing language: C++
  21. Reading GCC builtins
  22. Read key `defines` as `cpp -dM -x c++ -E $blank`
  23. Parsed `cpp` `-dM -x c++ -E "/home/house/.enigma/enigma_blank.txt"`: redirect=yes
  24. TRUE
  25.  
  26.  
  27.  
  28.  
  29. *********** EXECUTE
  30. `/usr/bin/cpp`
  31. `-dM`
  32. `-x`
  33. `c++`
  34. `-E`
  35. `/home/house/.enigma/enigma_blank.txt`
  36.  
  37.  
  38.  
  39. Call succeeded
  40. Read key `searchdirs` as `gcc -E -x c++ -v $blank`
  41. Parsed `gcc` `-E -x c++ -v "/home/house/.enigma/enigma_blank.txt"`: redirect=yes
  42. TRUE
  43.  
  44.  
  45.  
  46.  
  47. *********** EXECUTE
  48. `/usr/bin/gcc`
  49. `-E`
  50. `-x`
  51. `c++`
  52. `-v`
  53. `/home/house/.enigma/enigma_blank.txt`
  54.  
  55.  
  56.  
  57. Call succeeded
  58. Searching for directories between "#include <...> search starts here:" and "End of search list."
  59. Toolchain returned 10 search directories:
  60. Creating parse context
  61. Parsing settings...
  62. TOINT: 0
  63. TOINT: 0
  64. TOINT: 1
  65. TOINT: 0
  66. TOINT: 0
  67. TOINT: 0
  68. Setting up IDE editables...
  69. %e-yaml
  70. ---
  71. treat-literals-as: 0
  72. make-directory: "%HOME%/.enigma/"
  73. inherit-strings-from: 0
  74. automatic-semicolons: true
  75. inherit-equivalence-from: 0
  76. compliance-mode: 0
  77. scalar-precision: 0
  78. angular-unit: 0
  79. inherit-escapes-from: 0
  80. inherit-negatives-as: 0
  81. inherit-objects: true
  82. inherit-increment-from: 1
  83. keyword-blacklist: ""
  84.  
  85. target-networking: None
  86. target-audio: OpenAL
  87. target-windowing: xlib
  88. target-compiler: gcc
  89. target-graphics: OpenGL1
  90. target-widget: None
  91. target-collision: Precise
  92.  
  93. extensions: Universal_System/Extensions/Alarms,Universal_System/Extensions/Timelines,Universal_System/Extensions/Paths,Universal_System/Extensions/BasicGUI,Universal_System/Extensions/MotionPlanning,Universal_System/Extensions/DateTime,Universal_System/Extensions/ParticleSystems,Universal_System/Extensions/DataStructures
  94.  
  95. Creating swap.
  96. Dumping whiteSpace definitions...
  97. Opening ENIGMA for parse...
  98. ERROR(/usr/include/c++/5//bits/c++0x_warning.h,34,62): #error This file requires compiler and library support for the \
  99. ISO C++ 2011 standard. This support is currently experimental, and must be \
  100. enabled with the -std=c++11 or -std=gnu++11 compiler options.
  101. time taken to load file: 431 ms
  102. Successfully loaded builtin variant type
  103. Successfully loaded builtin var type
  104. Successfully loaded builtin varargs type
  105. ERROR in parsing engine file: The parser isn't happy. Don't worry, it's never happy.
  106. ERROR: UnknownContinuing anyway.
  107. Creating dummy primitives for old ENIGMA
  108. Initializing EDL Parser...
  109. Grabbing locals...
  110. Finding parent...Found parent scope
  111. >> Checking ancestor object_collisions
  112. >> Checking ancestor object_transform
  113. >> Checking ancestor object_graphics
  114. >> Checking ancestor object_timelines
  115. >> Checking ancestor object_planar
  116. >> Checking ancestor object_basic
  117. Determining build target...
  118.  
  119.  
  120.  
  121.  
  122. Starting platform inspection
  123. - ENIGMAsystem/SHELL/Platforms/iPhone/Info/About.ey: Opened.
  124. - ENIGMAsystem/SHELL/Platforms/Cocoa/Info/About.ey: Opened.
  125. - ENIGMAsystem/SHELL/Platforms/Android/Info/About.ey: Opened.
  126. - ENIGMAsystem/SHELL/Platforms/General/Info/About.ey: Opened.
  127. - ENIGMAsystem/SHELL/Platforms/Win32/Info/About.ey: Opened.
  128. - ENIGMAsystem/SHELL/Platforms/xlib/Info/About.ey: Opened.
  129. Done.
  130. Parsing settings...
  131. TOINT: 0
  132. TOINT: 0
  133. TOINT: 1
  134. TOINT: 0
  135. TOINT: 0
  136. TOINT: 0
  137. Setting up IDE editables...
  138. %e-yaml
  139. ---
  140. treat-literals-as: 0
  141. make-directory: "%HOME%/.enigma/"
  142. inherit-strings-from: 0
  143. automatic-semicolons: true
  144. inherit-equivalence-from: 0
  145. compliance-mode: 0
  146. angular-unit: 0
  147. scalar-precision: 0
  148. inherit-negatives-as: 0
  149. inherit-escapes-from: 0
  150. inherit-objects: true
  151. inherit-increment-from: 1
  152. keyword-blacklist: ""
  153.  
  154. target-networking: None
  155. target-audio: OpenAL
  156. target-windowing: xlib
  157. target-compiler: gcc
  158. target-graphics: OpenGL1
  159. target-widget: None
  160. target-collision: Precise
  161.  
  162. extensions: Universal_System/Extensions/Alarms,Universal_System/Extensions/Timelines,Universal_System/Extensions/Paths,Universal_System/Extensions/BasicGUI,Universal_System/Extensions/MotionPlanning,Universal_System/Extensions/DateTime,Universal_System/Extensions/ParticleSystems,Universal_System/Extensions/DataStructures
  163.  
  164. Creating swap.
  165. *** Error in `java': free(): invalid pointer: 0x6d5f78a0 ***
  166. Aborted (core dumped)
  167. house@house-Evo-N610c:~/enigma-dev$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement