Advertisement
Guest User

comment

a guest
Sep 17th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. Building for mode (0)
  2. Cleaning up from previous executions
  3. - Cleared parsed objects
  4. - Cleared room entries
  5. - Cleared shared locals list
  6. - Cleared event info
  7. Loading shared locals from extensions list
  8. Location in memory of structure: 0xb1e23020
  9. Copying resources:
  10. Copying sprite names [0]
  11. Copying sound names [0]
  12. Copying background names [0]
  13. Copying path names [0]
  14. Copying script names [0]
  15. Copying shader names [0]
  16. Copying font names [1]
  17. Copying timeline names [kidding, these are totally not implemented :P] [0]
  18. Copying object names [1]
  19. Copying room names [1]
  20. SYNTAX CHECKING AND PRIMARY PARSING:
  21. 0 Scripts:
  22. "Linking" scripts
  23. `Linking' 0 scripts in 0 passes...
  24. Completing script "Link"
  25. Done.
  26. 1 Objects:
  27. obj_0: 12 events:
  28. Event[8]: Parsing 1 sub-events:
  29. Check `obj_0::draw... Done. Parse... Done.
  30. Creating room creation code scope and parsing
  31. "Linking" scripts into the objects...
  32. "Link" complete.
  33. Tabulating maximum argument passes to each script
  34. Finished
  35. Writing modes and settings
  36. Writing object switch
  37. Writing resource names and maxima
  38. Writing events
  39. Linking globals
  40. Running Secondary Parse Passes
  41. Writing object data
  42. Writing local accessors
  43. Writing font data
  44. Writing room data
  45. Writing shader data
  46. Running make from `make'
  47. Full command line: make Game GMODE=Run GRAPHICS=OpenGL1 AUDIO=OpenAL COLLISION=Precise WIDGETS=None NETWORKING=None PLATFORM=xlib CXX=g++ CC=gcc COMPILEPATH=Linux/Linux EXTENSIONS=" Universal_System/Extensions/Alarms Universal_System/Extensions/Timelines Universal_System/Extensions/Paths Universal_System/Extensions/MotionPlanning Universal_System/Extensions/DateTime Universal_System/Extensions/ParticleSystems Universal_System/Extensions/DataStructures" OUTPUTNAME="/tmp/egm7329869624354326089.tmp" eTCpath=""
  48. /usr/bin/make -C ENIGMAsystem/SHELL
  49. make[1]: Wejście do katalogu `/home/radio/enigma-dev/ENIGMAsystem/SHELL'
  50. g++ -Wall -s -O3 -IPlatforms/xlib/Info -IGraphics_Systems/OpenGL1/Info -IAudio_Systems/OpenAL/Info -ICollision_Systems/Precise/Info -IWidget_Systems/None/Info -INetworking_Systems/None/Info -IUniversal_System/Info -I. -Wall -s -O3 -MMD -MP -c -o .eobjs/Linux/Linux/Run/Platforms/xlib/LINUXjoystick.o Platforms/xlib/LINUXjoystick.cpp
  51. Platforms/xlib/LINUXjoystick.cpp: In function ‘bool enigma_user::joystick_load(int)’:
  52. Platforms/xlib/LINUXjoystick.cpp:144:19: error: ‘I_SRDOPT’ was not declared in this scope
  53. ioctl(device, I_SRDOPT, RMSGN);
  54. ^
  55. Platforms/xlib/LINUXjoystick.cpp:144:29: error: ‘RMSGN’ was not declared in this scope
  56. ioctl(device, I_SRDOPT, RMSGN);
  57. ^
  58. g++ -Wall -s -O3 -IPlatforms/xlib/Info -IGraphics_Systems/OpenGL1/Info -IAudio_Systems/OpenAL/Info -ICollision_Systems/Precise/Info -IWidget_Systems/None/Info -INetworking_Systems/None/Info -IUniversal_System/Info -I. -Wall -s -O3 -MMD -MP -c -o .eobjs/Linux/Linux/Run/SHELLmain.o SHELLmain.cpp
  59. In file included from SHELLmain.cpp:104:0:
  60. Preprocessor_Environment_Editable/IDE_EDIT_roomarrays.h:59:3: warning: narrowing conversion of ‘-1’ from ‘int’ to ‘bool’ inside { } is ill-formed in C++11 [-Wnarrowing]
  61. };
  62. ^
  63. make[1]: Opuszczenie katalogu `/home/radio/enigma-dev/ENIGMAsystem/SHELL'
  64. make[1]: Wejście do katalogu `/home/radio/enigma-dev/ENIGMAsystem/SHELL'
  65. g++ -Wall -s -O3 -IPlatforms/xlib/Info -IGraphics_Systems/OpenGL1/Info -IAudio_Systems/OpenAL/Info -ICollision_Systems/Precise/Info -IWidget_Systems/None/Info -INetworking_Systems/None/Info -IUniversal_System/Info -I. -Wall -s -O3 -MMD -MP -c -o .eobjs/Linux/Linux/Run/Platforms/xlib/LINUXjoystick.o Platforms/xlib/LINUXjoystick.cpp
  66. Platforms/xlib/LINUXjoystick.cpp: In function ‘bool enigma_user::joystick_load(int)’:
  67. Platforms/xlib/LINUXjoystick.cpp:144:19: error: ‘I_SRDOPT’ was not declared in this scope
  68. ioctl(device, I_SRDOPT, RMSGN);
  69. ^
  70. Platforms/xlib/LINUXjoystick.cpp:144:29: error: ‘RMSGN’ was not declared in this scope
  71. ioctl(device, I_SRDOPT, RMSGN);
  72. ^
  73. make[1]: Opuszczenie katalogu `/home/radio/enigma-dev/ENIGMAsystem/SHELL'
  74. make: *** [Game] Błąd 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement