Guest User

Untitled

a guest
Sep 7th, 2011
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.52 KB | None | 0 0
  1. $ java -jar lgm16b4.jar
  2. Java Version: 10600 (1.6.0_22)
  3. Loading lib files in /home/ismavatar/enigma-dev/lgm16b4.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. Auto-update disabled: SvnKit missing, corrupted, or unusable. Please download to plugins/shared/svnkit.jar in order to enable auto-update.
  7. Initializing Enigma:
  8. Linking up to IDE
  9. Read key `defines` as `cpp -dM -x c++ -E $blank`
  10. Parsed `cpp` `-dM -x c++ -E blank.txt`: redirect=yes
  11. TRUE
  12.  
  13.  
  14.  
  15.  
  16. *********** EXECUTE
  17. `/usr/bin/cpp`
  18. `-dM`
  19. `-x`
  20. `c++`
  21. `-E`
  22. `blank.txt`
  23.  
  24.  
  25.  
  26. Call succeeded
  27. Read key `searchdirs` as `gcc -E -x c++ -v $blank`
  28. Parsed `gcc` `-E -x c++ -v blank.txt`: redirect=yes
  29. TRUE
  30.  
  31.  
  32.  
  33.  
  34. *********** EXECUTE
  35. `/usr/bin/gcc`
  36. `-E`
  37. `-x`
  38. `c++`
  39. `-v`
  40. `blank.txt`
  41.  
  42.  
  43.  
  44. Call succeeded
  45. Searching for directories between "#include <...> search starts here:" and "End of search list."
  46. Toolchain returned 8 search directories:
  47. => "/usr/include/c++/4.5/"
  48. => "/usr/include/c++/4.5/x86_64-linux-gnu/"
  49. => "/usr/include/c++/4.5/backward/"
  50. => "/usr/local/include/"
  51. => "/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/"
  52. => "/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include-fixed/"
  53. => "/usr/include/x86_64-linux-gnu/"
  54. => "/usr/include/"
  55.  
  56.  
  57. %e-yaml
  58. ---
  59. treat-literals-as: 0
  60. sample-lots-of-radios: 0
  61. inherit-equivalence-from: 0
  62. sample-checkbox: on
  63. sample-edit: DEADBEEF
  64. sample-combobox: 0
  65. inherit-strings-from: 0
  66. inherit-escapes-from: 0
  67. inherit-increment-from: 0
  68.  
  69. target-audio: OpenAL
  70. target-windowing: xlib
  71. target-compiler: gcc
  72. target-graphics: OpenGL
  73. target-widget: None
  74. target-collision: BBox
  75. target-networking: None
  76.  
  77. extensions: Universal_System/Extensions/Alarms,Universal_System/Extensions/Timelines,Universal_System/Extensions/Paths,Universal_System/Extensions/MotionPlanning,Universal_System/Extensions/DateTime,Universal_System/Extensions/DataStructures
  78.  
  79. Parsing settings...
  80.  
  81.  
  82.  
  83.  
  84.  
  85. Opened ENIGMAsystem/SHELL/Graphics_Systems/OpenGL/Config/xlib.ey
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95. Could not open ENIGMAsystem/SHELL/Widget_Systems/None/Config/xlib.ey.
  96.  
  97.  
  98.  
  99.  
  100.  
  101. Opened ENIGMAsystem/SHELL/Audio_Systems/OpenAL/Config/xlib.ey
  102.  
  103.  
  104.  
  105.  
  106. TOINT: 0
  107. TOINT: 0
  108. TOINT: 0
  109. TOINT: 0
  110. TOINT: 0
  111. Setting up IDE editables...
  112. %e-yaml
  113. ---
  114. treat-literals-as: 0
  115. sample-lots-of-radios: 0
  116. inherit-equivalence-from: 0
  117. sample-checkbox: on
  118. sample-edit: DEADBEEF
  119. sample-combobox: 0
  120. inherit-strings-from: 0
  121. inherit-escapes-from: 0
  122. inherit-increment-from: 0
  123.  
  124. target-audio: OpenAL
  125. target-windowing: xlib
  126. target-compiler: gcc
  127. target-graphics: OpenGL
  128. target-widget: None
  129. target-collision: BBox
  130. target-networking: None
  131.  
  132. extensions: Universal_System/Extensions/Alarms,Universal_System/Extensions/Timelines,Universal_System/Extensions/Paths,Universal_System/Extensions/MotionPlanning,Universal_System/Extensions/DateTime,Universal_System/Extensions/DataStructures
  133.  
  134. Creating swap.
  135. Initializing global scope.
  136. Undefining _GLIBCXX_EXPORT_TEMPLATE
  137. Dumping whiteSpace definitions...Opening ENIGMA for parse...
  138. Ignoring error in specialization expression at position 19: Expected operator at this point
  139.  
  140. Ignoring error in specialization expression at position 19: Expected operator at this point
  141.  
  142.  
  143. Successfully parsed ENIGMA's engine (226.015ms)
  144. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  145. Initializing EDL Parser...
  146. Grabbing locals...
  147. Finding parent...found >> Checking ancestor object_collisions
  148. >> Checking ancestor object_transform
  149. >> Checking ancestor object_graphics
  150. >> Checking ancestor object_planar
  151. >> Checking ancestor object_basic
  152. Unable to locate member `' in scope `::enigma' (::enigma)
  153. In file included from ./ENIGMAsystem/SHELL/SHELLmain.cpp: Line 134, position 1: No error
  154. code snippet: ->unlink(); delete i->inst; }
  155. return 0;
  156. }
  157. }
  158. <<>>
  159. Code snippet unavailable; possibly heavily buried in untraceable macros or instantiations.
  160. ------------------------------------------------
  161.  
  162. ERROR! Extension implements without defining it!
  163. Determining build target...
  164.  
  165.  
  166.  
  167.  
  168. Starting platform inspection
  169. - ENIGMAsystem/SHELL/Platforms/Win32/Info/About.ey: Opened.
  170. - ENIGMAsystem/SHELL/Platforms/Cocoa/Info/About.ey: Opened.
  171. - ENIGMAsystem/SHELL/Platforms/Android/Info/About.ey: Opened.
  172. - ENIGMAsystem/SHELL/Platforms/iPhone/Info/About.ey: Opened.
  173. - ENIGMAsystem/SHELL/Platforms/xlib/Info/About.ey: Opened.
  174. Done.
  175.  
  176. %e-yaml
  177. ---
  178. treat-literals-as: 0
  179. sample-lots-of-radios: 0
  180. inherit-equivalence-from: 0
  181. sample-checkbox: on
  182. sample-edit: DEADBEEF
  183. sample-combobox: 0
  184. inherit-strings-from: 0
  185. inherit-escapes-from: 0
  186. inherit-increment-from: 0
  187.  
  188. target-audio: AndroidAudio
  189. target-windowing: Android
  190. target-compiler: Android
  191. target-graphics: OpenGLES
  192. target-widget: None
  193. target-collision: BBox
  194. target-networking: None
  195.  
  196. extensions: Universal_System/Extensions/Alarms,Universal_System/Extensions/Timelines,Universal_System/Extensions/Paths,Universal_System/Extensions/MotionPlanning,Universal_System/Extensions/DateTime,Universal_System/Extensions/DataStructures
  197.  
  198. Parsing settings...
  199.  
  200.  
  201.  
  202.  
  203.  
  204. Could not open ENIGMAsystem/SHELL/Graphics_Systems/OpenGLES/Config/android.ey.
  205.  
  206.  
  207.  
  208.  
  209.  
  210. Could not open ENIGMAsystem/SHELL/Widget_Systems/None/Config/android.ey.
  211.  
  212.  
  213.  
  214.  
  215.  
  216. Could not open ENIGMAsystem/SHELL/Audio_Systems/AndroidAudio/Config/android.ey.
  217. TOINT: 0
  218. TOINT: 0
  219. TOINT: 0
  220. TOINT: 0
  221. TOINT: 0
  222. Setting up IDE editables...
  223. %e-yaml
  224. ---
  225. treat-literals-as: 0
  226. sample-lots-of-radios: 0
  227. inherit-equivalence-from: 0
  228. sample-checkbox: on
  229. sample-edit: DEADBEEF
  230. sample-combobox: 0
  231. inherit-strings-from: 0
  232. inherit-escapes-from: 0
  233. inherit-increment-from: 0
  234.  
  235. target-audio: AndroidAudio
  236. target-windowing: Android
  237. target-compiler: Android
  238. target-graphics: OpenGLES
  239. target-widget: None
  240. target-collision: BBox
  241. target-networking: None
  242.  
  243. extensions: Universal_System/Extensions/Alarms,Universal_System/Extensions/Timelines,Universal_System/Extensions/Paths,Universal_System/Extensions/MotionPlanning,Universal_System/Extensions/DateTime,Universal_System/Extensions/DataStructures
  244.  
  245. Creating swap.
  246. Initializing global scope.
  247. Undefining _GLIBCXX_EXPORT_TEMPLATE
  248. Dumping whiteSpace definitions...Opening ENIGMA for parse...
  249. Ignoring error in specialization expression at position 19: Expected operator at this point
  250.  
  251. Ignoring error in specialization expression at position 19: Expected operator at this point
  252.  
  253. ERROR in parsing engine file: this is the worst thing that could have happened within the first few seconds of compile.
  254. /
  255. | |
  256. \ \
  257. | | |
  258. \ / / \
  259. \ | | | |
  260. | / /\ \ /
  261. / | /# \ | |
  262. | \ * ` \
  263. \ / = # ` |
  264. | | # ___/ /
  265. / _`---^^^ `. |
  266. | .* # = | \
  267. | = # __/
  268. .\____-------^^ `.
  269. / # # \
  270. | = = |
  271. \___ # #___--^
  272. ^^^^^^^^^^^
  273.  
  274. In file included from ./ENIGMAsystem/SHELL/Graphics_Systems/OpenGLES/Graphics_Systems/OpenGLES/include.h: Line 1, position 48: Failed to include Graphics_Systems/OpenGLES/OPENGLStd.h from /usr/include/: File not found...
  275. code snippet: #include "Graphics_Systems/OpenGLES/OPENGLStd.h"<<>>
  276. #include "Graphics_Systems/OpenGLES/GSsprite.h"
  277.  
  278.  
  279. Code snippet unavailable; possibly heavily buried in untraceable macros or instantiations.
  280. ------------------------------------------------
  281.  
  282. Initializing dialog boxes
  283. Initialized.
  284. Building for mode (0)
  285. Cleaning up from previous executions
  286. Finding parent...found >> Checking ancestor object_collisions
  287. >> Checking ancestor object_transform
  288. >> Checking ancestor object_graphics
  289. >> Checking ancestor object_planar
  290. >> Checking ancestor object_basic
  291. Unable to locate member `' in scope `::enigma' (::enigma)
  292. In file included from ./ENIGMAsystem/SHELL/Graphics_Systems/OpenGLES/Graphics_Systems/OpenGLES/include.h: Line 1, position 48: Failed to include Graphics_Systems/OpenGLES/OPENGLStd.h from /usr/include/: File not found...
  293. code snippet: #include "Graphics_Systems/OpenGLES/OPENGLStd.h"<<>>
  294. #include "Graphics_Systems/OpenGLES/GSsprite.h"
  295.  
  296.  
  297. Code snippet unavailable; possibly heavily buried in untraceable macros or instantiations.
  298. ------------------------------------------------
  299.  
  300. ERROR! Extension implements without defining it!
  301. Location in memory of structure: 0x170a850
  302. File version: 600
  303.  
  304. Incorrect version. File is too old for this compiler. Continuing anyway, because this number is always wrong.COPYING SOME F*CKING RESOURCES:
  305. Copying sprite names [0]
  306. Copying sound names [0]
  307. Copying background names [0]
  308. Copying path names [0]
  309. Copying script names [0]
  310. Copying font names [1]
  311. Copying timeline names [kidding, these are totally not implemented :P] [0]
  312. Copying object names [0]
  313. Copying room names [1]
  314. SYNTAX CHECKING AND PRIMARY PARSING:
  315. 0 Scripts:
  316. "Linking" scripts
  317. `Linking' 0 scripts in 0 passes...
  318. Completing script "Link"
  319. Done.
  320. 0 Objects:
  321. "Linking" scripts into the objects...
  322. "Link" complete.
  323. Tabulating maximum argument passes to each script
  324. Finished
  325. Writing modes and settings
  326. Writing object switch
  327. Writing resource names and maxima
  328. Writing events
  329. Checking for default code in ev[8, 0.
  330. Checking for default code in ev[3, 0.
  331. Linking globals
  332. Running Secondary Parse Passes
  333. Writing object data
  334. DBGMSG 1
  335. DBGMSG 2
  336. DBGMSG 3
  337. DBGMSG 7
  338. DBGMSG 8
  339. Writing local accessors
  340. Writing font data
  341. Writing room data
  342. ; Second pass...done. collecting variables...
  343. Collecting some variables...
  344. done>Running make from `make'
  345. Full command line: make Game GMODE=Run GFLAGS="-s -O3" CFLAGS="" CPPFLAGS="" GLINKS="-lz -lGL -lGLU -lopenal" GRAPHICS=OpenGLES WIDGETS=None PLATFORM=Android COMPILEPATH=Linux/Android EXTENSIONS="Universal_System/Extensions/Alarms/Extension Universal_System/Extensions/Timelines/Extension Universal_System/Extensions/Paths/Extension Universal_System/Extensions/MotionPlanning/Extension Universal_System/Extensions/DateTime/Extension Universal_System/Extensions/DataStructures/Extension" EXTLINKS="Universal_System/Extensions/Alarms/.eobjs/Linux/Android/*.o Universal_System/Extensions/Timelines/.eobjs/Linux/Android/*.o Universal_System/Extensions/Paths/.eobjs/Linux/Android/*.o Universal_System/Extensions/MotionPlanning/.eobjs/Linux/Android/*.o Universal_System/Extensions/DateTime/.eobjs/Linux/Android/*.o Universal_System/Extensions/DataStructures/.eobjs/Linux/Android/*.o" OUTPUTNAME="/home/ismavatar/enigma-dev/EnigmaAndroidGame-debug.so" eTCpath=""
  346.  
  347.  
  348. *********** EXECUTE
  349. `/usr/bin/make`
  350. `Game`
  351. `GMODE=Run`
  352. `GFLAGS=-s -O3`
  353. `CFLAGS=`
  354. `CPPFLAGS=`
  355. `GLINKS=-lz -lGL -lGLU -lopenal`
  356. `GRAPHICS=OpenGLES`
  357. `WIDGETS=None`
  358. `PLATFORM=Android`
  359. `COMPILEPATH=Linux/Android`
  360. `EXTENSIONS=Universal_System/Extensions/Alarms/Extension Universal_System/Extensions/Timelines/Extension Universal_System/Extensions/Paths/Extension Universal_System/Extensions/MotionPlanning/Extension Universal_System/Extensions/DateTime/Extension Universal_System/Extensions/DataStructures/Extension`
  361. `EXTLINKS=Universal_System/Extensions/Alarms/.eobjs/Linux/Android/*.o Universal_System/Extensions/Timelines/.eobjs/Linux/Android/*.o Universal_System/Extensions/Paths/.eobjs/Linux/Android/*.o Universal_System/Extensions/MotionPlanning/.eobjs/Linux/Android/*.o Universal_System/Extensions/DateTime/.eobjs/Linux/Android/*.o Universal_System/Extensions/DataStructures/.eobjs/Linux/Android/*.o`
  362. `OUTPUTNAME=/home/ismavatar/enigma-dev/EnigmaAndroidGame-debug.so`
  363. `eTCpath=`
  364.  
  365.  
  366.  
  367. ----Make returned error 2----------------------------------
  368. 3
Advertisement
Add Comment
Please, Sign In to add comment