daily pastebin goal
87%
SHARE
TWEET

scorched3d

a guest Jan 2nd, 2015 163 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ara@ara-pc:~/scorched$ make -j2
  2.  cd . && automake-1.14 --foreign
  3. configure.ac:7: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
  4. configure.ac:7: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
  5.  cd . && /bin/bash ./config.status Makefile
  6. config.status: creating Makefile
  7. Making all in src
  8. make[1]: Entering directory '/home/ara/scorched/src'
  9.  cd .. && /bin/bash ./config.status src/Makefile
  10. config.status: creating src/Makefile
  11. Making all in launcher
  12. make[2]: Entering directory '/home/ara/scorched/src/launcher'
  13.  cd ../.. && /bin/bash ./config.status src/launcher/Makefile
  14. config.status: creating src/launcher/Makefile
  15. Making all in scorched
  16. make[3]: Entering directory '/home/ara/scorched/src/launcher/scorched'
  17.  cd ../../.. && /bin/bash ./config.status src/launcher/scorched/Makefile depfiles
  18. config.status: creating src/launcher/scorched/Makefile
  19. config.status: executing depfiles commands
  20. depbase=`echo main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  21. g++ -DPACKAGE_NAME=\"scorched3d\" -DPACKAGE_TARNAME=\"scorched3d\" -DPACKAGE_VERSION=\"43\" -DPACKAGE_STRING=\"scorched3d\ 43\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"scorched3d\" -DVERSION=\"43\" -DPACKAGE=\"scorched3d\" -DVERSION=\"43\" -DHAVE_OGG=1 -DHAVE_VSNPRINTF=1 -DHAVE_SNPRINTF=1 -DHAVE_VASPRINTF=1 -DHAVE_ASPRINTF=1 -DHAVE_ICONV=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ICONV_H=1 -I.  -I../../common/porting -I../../common -I../../client -I../../server -I../../launcher -I/usr/lib/i386-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/freetype2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -I/usr/X11R6 -I/usr/local/include  -g -O2 -DS3D_DOCDIR=\"/usr/local/games/scorched3d/share/documentation\" -DS3D_DATADIR=\"/usr/local/games/scorched3d/share\" -DS3D_BINDIR=\"/usr/local/games/scorched3d/bin\" -MT main.o -MD -MP -MF $depbase.Tpo -c -o main.o main.cpp &&\
  22. mv -f $depbase.Tpo $depbase.Po
  23. depbase=`echo ScorchedParams.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  24. g++ -DPACKAGE_NAME=\"scorched3d\" -DPACKAGE_TARNAME=\"scorched3d\" -DPACKAGE_VERSION=\"43\" -DPACKAGE_STRING=\"scorched3d\ 43\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"scorched3d\" -DVERSION=\"43\" -DPACKAGE=\"scorched3d\" -DVERSION=\"43\" -DHAVE_OGG=1 -DHAVE_VSNPRINTF=1 -DHAVE_SNPRINTF=1 -DHAVE_VASPRINTF=1 -DHAVE_ASPRINTF=1 -DHAVE_ICONV=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ICONV_H=1 -I.  -I../../common/porting -I../../common -I../../client -I../../server -I../../launcher -I/usr/lib/i386-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/freetype2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -I/usr/X11R6 -I/usr/local/include  -g -O2 -DS3D_DOCDIR=\"/usr/local/games/scorched3d/share/documentation\" -DS3D_DATADIR=\"/usr/local/games/scorched3d/share\" -DS3D_BINDIR=\"/usr/local/games/scorched3d/bin\" -MT ScorchedParams.o -MD -MP -MF $depbase.Tpo -c -o ScorchedParams.o ScorchedParams.cpp &&\
  25. mv -f $depbase.Tpo $depbase.Po
  26. In file included from ../../common/common/OptionEntry.h:28:0,
  27.                  from ../../common/common/OptionsParameters.h:24,
  28.                  from ../../launcher/scorched/ScorchedParams.h:24,
  29.                  from ScorchedParams.cpp:21:
  30. ../../common/common/ARGParser.h:62:56: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  31.   void addEntry(char *cmd, char **destStr, char *help = "");
  32.                                                         ^
  33. ../../common/common/ARGParser.h:63:52: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  34.   void addEntry(char *cmd, int *destI, char *help = "");
  35.                                                     ^
  36. ../../common/common/ARGParser.h:64:53: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  37.   void addEntry(char *cmd, bool *destB, char *help = "");
  38.                                                      ^
  39. ../../common/common/ARGParser.h:66:66: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  40.   void addEntry(char *cmd, ARGParserBoolI *destBool, char *help = "");
  41.                                                                   ^
  42. ../../common/common/ARGParser.h:67:64: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  43.   void addEntry(char *cmd, ARGParserIntI *destInt, char *help = "");
  44.                                                                 ^
  45. ../../common/common/ARGParser.h:68:70: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  46.   void addEntry(char *cmd, ARGParserStringI *destString, char *help = "");
  47.                                                                       ^
  48. ../../common/common/ARGParser.h:70:78: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  49.   void addNonParamEntry(char *cmd, ARGParserStringI *destString, char *help = "");
  50.                                                                               ^
  51. ../../common/common/ARGParser.h:83:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  52.       char *helpArg = "");
  53.                       ^
  54. depbase=`echo ../../common/engine/ModDirs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  55. g++ -DPACKAGE_NAME=\"scorched3d\" -DPACKAGE_TARNAME=\"scorched3d\" -DPACKAGE_VERSION=\"43\" -DPACKAGE_STRING=\"scorched3d\ 43\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"scorched3d\" -DVERSION=\"43\" -DPACKAGE=\"scorched3d\" -DVERSION=\"43\" -DHAVE_OGG=1 -DHAVE_VSNPRINTF=1 -DHAVE_SNPRINTF=1 -DHAVE_VASPRINTF=1 -DHAVE_ASPRINTF=1 -DHAVE_ICONV=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ICONV_H=1 -I.  -I../../common/porting -I../../common -I../../client -I../../server -I../../launcher -I/usr/lib/i386-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/freetype2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -I/usr/X11R6 -I/usr/local/include  -g -O2 -DS3D_DOCDIR=\"/usr/local/games/scorched3d/share/documentation\" -DS3D_DATADIR=\"/usr/local/games/scorched3d/share\" -DS3D_BINDIR=\"/usr/local/games/scorched3d/bin\" -MT ../../common/engine/ModDirs.o -MD -MP -MF $depbase.Tpo -c -o ../../common/engine/ModDirs.o ../../common/engine/ModDirs.cpp &&\
  56. mv -f $depbase.Tpo $depbase.Po
  57. In file included from ../../common/common/OptionEntry.h:28:0,
  58.                  from ../../common/common/OptionsParameters.h:24,
  59.                  from ../../launcher/scorched/ScorchedParams.h:24,
  60.                  from main.cpp:21:
  61. ../../common/common/ARGParser.h:62:56: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  62.   void addEntry(char *cmd, char **destStr, char *help = "");
  63.                                                         ^
  64. ../../common/common/ARGParser.h:63:52: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  65.   void addEntry(char *cmd, int *destI, char *help = "");
  66.                                                     ^
  67. ../../common/common/ARGParser.h:64:53: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  68.   void addEntry(char *cmd, bool *destB, char *help = "");
  69.                                                      ^
  70. ../../common/common/ARGParser.h:66:66: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  71.   void addEntry(char *cmd, ARGParserBoolI *destBool, char *help = "");
  72.                                                                   ^
  73. ../../common/common/ARGParser.h:67:64: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  74.   void addEntry(char *cmd, ARGParserIntI *destInt, char *help = "");
  75.                                                                 ^
  76. ../../common/common/ARGParser.h:68:70: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  77.   void addEntry(char *cmd, ARGParserStringI *destString, char *help = "");
  78.                                                                       ^
  79. ../../common/common/ARGParser.h:70:78: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  80.   void addNonParamEntry(char *cmd, ARGParserStringI *destString, char *help = "");
  81.                                                                               ^
  82. ../../common/common/ARGParser.h:83:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  83.       char *helpArg = "");
  84.                       ^
  85. depbase=`echo ../../common/engine/ModFileEntry.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  86. g++ -DPACKAGE_NAME=\"scorched3d\" -DPACKAGE_TARNAME=\"scorched3d\" -DPACKAGE_VERSION=\"43\" -DPACKAGE_STRING=\"scorched3d\ 43\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"scorched3d\" -DVERSION=\"43\" -DPACKAGE=\"scorched3d\" -DVERSION=\"43\" -DHAVE_OGG=1 -DHAVE_VSNPRINTF=1 -DHAVE_SNPRINTF=1 -DHAVE_VASPRINTF=1 -DHAVE_ASPRINTF=1 -DHAVE_ICONV=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ICONV_H=1 -I.  -I../../common/porting -I../../common -I../../client -I../../server -I../../launcher -I/usr/lib/i386-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/freetype2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -I/usr/X11R6 -I/usr/local/include  -g -O2 -DS3D_DOCDIR=\"/usr/local/games/scorched3d/share/documentation\" -DS3D_DATADIR=\"/usr/local/games/scorched3d/share\" -DS3D_BINDIR=\"/usr/local/games/scorched3d/bin\" -MT ../../common/engine/ModFileEntry.o -MD -MP -MF $depbase.Tpo -c -o ../../common/engine/ModFileEntry.o ../../common/engine/ModFileEntry.cpp &&\
  87. mv -f $depbase.Tpo $depbase.Po
  88. depbase=`echo ../../common/engine/ModFiles.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  89. g++ -DPACKAGE_NAME=\"scorched3d\" -DPACKAGE_TARNAME=\"scorched3d\" -DPACKAGE_VERSION=\"43\" -DPACKAGE_STRING=\"scorched3d\ 43\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"scorched3d\" -DVERSION=\"43\" -DPACKAGE=\"scorched3d\" -DVERSION=\"43\" -DHAVE_OGG=1 -DHAVE_VSNPRINTF=1 -DHAVE_SNPRINTF=1 -DHAVE_VASPRINTF=1 -DHAVE_ASPRINTF=1 -DHAVE_ICONV=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ICONV_H=1 -I.  -I../../common/porting -I../../common -I../../client -I../../server -I../../launcher -I/usr/lib/i386-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/freetype2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -I/usr/X11R6 -I/usr/local/include  -g -O2 -DS3D_DOCDIR=\"/usr/local/games/scorched3d/share/documentation\" -DS3D_DATADIR=\"/usr/local/games/scorched3d/share\" -DS3D_BINDIR=\"/usr/local/games/scorched3d/bin\" -MT ../../common/engine/ModFiles.o -MD -MP -MF $depbase.Tpo -c -o ../../common/engine/ModFiles.o ../../common/engine/ModFiles.cpp &&\
  90. mv -f $depbase.Tpo $depbase.Po
  91. depbase=`echo ../../common/engine/ModInfo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  92. g++ -DPACKAGE_NAME=\"scorched3d\" -DPACKAGE_TARNAME=\"scorched3d\" -DPACKAGE_VERSION=\"43\" -DPACKAGE_STRING=\"scorched3d\ 43\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"scorched3d\" -DVERSION=\"43\" -DPACKAGE=\"scorched3d\" -DVERSION=\"43\" -DHAVE_OGG=1 -DHAVE_VSNPRINTF=1 -DHAVE_SNPRINTF=1 -DHAVE_VASPRINTF=1 -DHAVE_ASPRINTF=1 -DHAVE_ICONV=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ICONV_H=1 -I.  -I../../common/porting -I../../common -I../../client -I../../server -I../../launcher -I/usr/lib/i386-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/freetype2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -I/usr/X11R6 -I/usr/local/include  -g -O2 -DS3D_DOCDIR=\"/usr/local/games/scorched3d/share/documentation\" -DS3D_DATADIR=\"/usr/local/games/scorched3d/share\" -DS3D_BINDIR=\"/usr/local/games/scorched3d/bin\" -MT ../../common/engine/ModInfo.o -MD -MP -MF $depbase.Tpo -c -o ../../common/engine/ModInfo.o ../../common/engine/ModInfo.cpp &&\
  93. mv -f $depbase.Tpo $depbase.Po
  94. In file included from main.cpp:34:0:
  95. ../../common/common/main.h: In function ‘void run_main(int, char**, OptionsParameters&)’:
  96. ../../common/common/main.h:92:23: warning: ignoring return value of ‘int chdir(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
  97.     chdir(path.c_str());
  98.                        ^
  99. ../../common/common/main.h:105:42: warning: ignoring return value of ‘char* getcwd(char*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
  100.     getcwd(currentDir, sizeof(currentDir));
  101.                                           ^
  102. depbase=`echo ../../common/engine/ModFileEntryLoader.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  103. g++ -DPACKAGE_NAME=\"scorched3d\" -DPACKAGE_TARNAME=\"scorched3d\" -DPACKAGE_VERSION=\"43\" -DPACKAGE_STRING=\"scorched3d\ 43\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"scorched3d\" -DVERSION=\"43\" -DPACKAGE=\"scorched3d\" -DVERSION=\"43\" -DHAVE_OGG=1 -DHAVE_VSNPRINTF=1 -DHAVE_SNPRINTF=1 -DHAVE_VASPRINTF=1 -DHAVE_ASPRINTF=1 -DHAVE_ICONV=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ICONV_H=1 -I.  -I../../common/porting -I../../common -I../../client -I../../server -I../../launcher -I/usr/lib/i386-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/freetype2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -I/usr/X11R6 -I/usr/local/include  -g -O2 -DS3D_DOCDIR=\"/usr/local/games/scorched3d/share/documentation\" -DS3D_DATADIR=\"/usr/local/games/scorched3d/share\" -DS3D_BINDIR=\"/usr/local/games/scorched3d/bin\" -MT ../../common/engine/ModFileEntryLoader.o -MD -MP -MF $depbase.Tpo -c -o ../../common/engine/ModFileEntryLoader.o ../../common/engine/ModFileEntryLoader.cpp &&\
  104. mv -f $depbase.Tpo $depbase.Po
  105. depbase=`echo ../wxdialogs/CreateDialogs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  106. g++ -DPACKAGE_NAME=\"scorched3d\" -DPACKAGE_TARNAME=\"scorched3d\" -DPACKAGE_VERSION=\"43\" -DPACKAGE_STRING=\"scorched3d\ 43\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"scorched3d\" -DVERSION=\"43\" -DPACKAGE=\"scorched3d\" -DVERSION=\"43\" -DHAVE_OGG=1 -DHAVE_VSNPRINTF=1 -DHAVE_SNPRINTF=1 -DHAVE_VASPRINTF=1 -DHAVE_ASPRINTF=1 -DHAVE_ICONV=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ICONV_H=1 -I.  -I../../common/porting -I../../common -I../../client -I../../server -I../../launcher -I/usr/lib/i386-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/freetype2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -I/usr/X11R6 -I/usr/local/include  -g -O2 -DS3D_DOCDIR=\"/usr/local/games/scorched3d/share/documentation\" -DS3D_DATADIR=\"/usr/local/games/scorched3d/share\" -DS3D_BINDIR=\"/usr/local/games/scorched3d/bin\" -MT ../wxdialogs/CreateDialogs.o -MD -MP -MF $depbase.Tpo -c -o ../wxdialogs/CreateDialogs.o ../wxdialogs/CreateDialogs.cpp &&\
  107. mv -f $depbase.Tpo $depbase.Po
  108. depbase=`echo ../wxdialogs/DisplayDialog.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  109. g++ -DPACKAGE_NAME=\"scorched3d\" -DPACKAGE_TARNAME=\"scorched3d\" -DPACKAGE_VERSION=\"43\" -DPACKAGE_STRING=\"scorched3d\ 43\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"scorched3d\" -DVERSION=\"43\" -DPACKAGE=\"scorched3d\" -DVERSION=\"43\" -DHAVE_OGG=1 -DHAVE_VSNPRINTF=1 -DHAVE_SNPRINTF=1 -DHAVE_VASPRINTF=1 -DHAVE_ASPRINTF=1 -DHAVE_ICONV=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ICONV_H=1 -I.  -I../../common/porting -I../../common -I../../client -I../../server -I../../launcher -I/usr/lib/i386-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/freetype2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -I/usr/X11R6 -I/usr/local/include  -g -O2 -DS3D_DOCDIR=\"/usr/local/games/scorched3d/share/documentation\" -DS3D_DATADIR=\"/usr/local/games/scorched3d/share\" -DS3D_BINDIR=\"/usr/local/games/scorched3d/bin\" -MT ../wxdialogs/DisplayDialog.o -MD -MP -MF $depbase.Tpo -c -o ../wxdialogs/DisplayDialog.o ../wxdialogs/DisplayDialog.cpp &&\
  110. mv -f $depbase.Tpo $depbase.Po
  111. In file included from ../../common/common/OptionEntry.h:28:0,
  112.                  from ../../common/common/OptionsGame.h:24,
  113.                  from ../wxdialogs/CreateDialogs.cpp:22:
  114. ../../common/common/ARGParser.h:62:56: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  115.   void addEntry(char *cmd, char **destStr, char *help = "");
  116.                                                         ^
  117. ../../common/common/ARGParser.h:63:52: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  118.   void addEntry(char *cmd, int *destI, char *help = "");
  119.                                                     ^
  120. ../../common/common/ARGParser.h:64:53: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  121.   void addEntry(char *cmd, bool *destB, char *help = "");
  122.                                                      ^
  123. ../../common/common/ARGParser.h:66:66: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  124.   void addEntry(char *cmd, ARGParserBoolI *destBool, char *help = "");
  125.                                                                   ^
  126. ../../common/common/ARGParser.h:67:64: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  127.   void addEntry(char *cmd, ARGParserIntI *destInt, char *help = "");
  128.                                                                 ^
  129. ../../common/common/ARGParser.h:68:70: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  130.   void addEntry(char *cmd, ARGParserStringI *destString, char *help = "");
  131.                                                                       ^
  132. ../../common/common/ARGParser.h:70:78: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  133.   void addNonParamEntry(char *cmd, ARGParserStringI *destString, char *help = "");
  134.                                                                               ^
  135. ../../common/common/ARGParser.h:83:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  136.       char *helpArg = "");
  137.                       ^
  138. In file included from ../../common/common/OptionEntry.h:28:0,
  139.                  from ../../client/graph/OptionsDisplay.h:24,
  140.                  from ../wxdialogs/DisplayDialog.cpp:27:
  141. ../../common/common/ARGParser.h:62:56: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  142.   void addEntry(char *cmd, char **destStr, char *help = "");
  143.                                                         ^
  144. ../../common/common/ARGParser.h:63:52: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  145.   void addEntry(char *cmd, int *destI, char *help = "");
  146.                                                     ^
  147. ../../common/common/ARGParser.h:64:53: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  148.   void addEntry(char *cmd, bool *destB, char *help = "");
  149.                                                      ^
  150. ../../common/common/ARGParser.h:66:66: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  151.   void addEntry(char *cmd, ARGParserBoolI *destBool, char *help = "");
  152.                                                                   ^
  153. ../../common/common/ARGParser.h:67:64: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  154.   void addEntry(char *cmd, ARGParserIntI *destInt, char *help = "");
  155.                                                                 ^
  156. ../../common/common/ARGParser.h:68:70: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  157.   void addEntry(char *cmd, ARGParserStringI *destString, char *help = "");
  158.                                                                       ^
  159. ../../common/common/ARGParser.h:70:78: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  160.   void addNonParamEntry(char *cmd, ARGParserStringI *destString, char *help = "");
  161.                                                                               ^
  162. ../../common/common/ARGParser.h:83:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  163.       char *helpArg = "");
  164.                       ^
  165. In file included from ../wxdialogs/DisplayDialog.cpp:41:0:
  166. ../wxdialogs/Display.cpp: In function ‘void createMainControls(wxWindow*, wxSizer*)’:
  167. ../wxdialogs/Display.cpp:91:57: error: no matching function for call to ‘wxFlexGridSizer::wxFlexGridSizer(int, int)’
  168.   wxFlexGridSizer *soundSizer1 = new wxFlexGridSizer(4, 2);
  169.                                                          ^
  170. ../wxdialogs/Display.cpp:91:57: note: candidates are:
  171. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  172.                  from ../../launcher/wxdialogs/MainDialog.h:25,
  173.                  from ../wxdialogs/DisplayDialog.cpp:22:
  174. /usr/include/wx-3.0/wx/sizer.h:924:29: note: wxFlexGridSizer::wxFlexGridSizer(const wxFlexGridSizer&)
  175.      wxDECLARE_NO_COPY_CLASS(wxFlexGridSizer);
  176.                              ^
  177. /usr/include/wx-3.0/wx/defs.h:3482:9: note: in definition of macro ‘wxDECLARE_NO_COPY_CLASS’
  178.          classname(const classname&);            \
  179.          ^
  180. /usr/include/wx-3.0/wx/sizer.h:924:29: note:   candidate expects 1 argument, 2 provided
  181.      wxDECLARE_NO_COPY_CLASS(wxFlexGridSizer);
  182.                              ^
  183. /usr/include/wx-3.0/wx/defs.h:3482:9: note: in definition of macro ‘wxDECLARE_NO_COPY_CLASS’
  184.          classname(const classname&);            \
  185.          ^
  186. In file included from /usr/include/wx-3.0/wx/wx.h:89:0,
  187.                  from ../../launcher/wxdialogs/MainDialog.h:25,
  188.                  from ../wxdialogs/DisplayDialog.cpp:22:
  189. /usr/include/wx-3.0/wx/sizer.h:862:5: note: wxFlexGridSizer::wxFlexGridSizer(int, int, const wxSize&)
  190.      wxFlexGridSizer( int rows, int cols, const wxSize& gap );
  191.      ^
  192. /usr/include/wx-3.0/wx/sizer.h:862:5: note:   candidate expects 3 arguments, 2 provided
  193. /usr/include/wx-3.0/wx/sizer.h:861:5: note: wxFlexGridSizer::wxFlexGridSizer(int, int, int, int)
  194.      wxFlexGridSizer( int rows, int cols, int vgap, int hgap );
  195.      ^
  196. /usr/include/wx-3.0/wx/sizer.h:861:5: note:   candidate expects 4 arguments, 2 provided
  197. /usr/include/wx-3.0/wx/sizer.h:858:5: note: wxFlexGridSizer::wxFlexGridSizer(int, const wxSize&)
  198.      wxFlexGridSizer( int cols, const wxSize& gap = wxSize(0, 0) );
  199.      ^
  200. /usr/include/wx-3.0/wx/sizer.h:858:5: note:   no known conversion for argument 2 from ‘int’ to ‘const wxSize&’
  201. /usr/include/wx-3.0/wx/sizer.h:857:5: note: wxFlexGridSizer::wxFlexGridSizer(int, int, int)
  202.      wxFlexGridSizer( int cols, int vgap, int hgap );
  203.      ^
  204. /usr/include/wx-3.0/wx/sizer.h:857:5: note:   candidate expects 3 arguments, 2 provided
  205. In file included from ../wxdialogs/DisplayDialog.cpp:41:0:
  206. ../wxdialogs/Display.cpp:140:51: error: no matching function for call to ‘wxFlexGridSizer::wxFlexGridSizer(int, int)’
  207.   wxGridSizer *loadSizer = new wxFlexGridSizer(2, 2);
  208.                                                    ^
  209. ../wxdialogs/Display.cpp:140:51: note: candidates are:
  210. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  211.                  from ../../launcher/wxdialogs/MainDialog.h:25,
  212.                  from ../wxdialogs/DisplayDialog.cpp:22:
  213. /usr/include/wx-3.0/wx/sizer.h:924:29: note: wxFlexGridSizer::wxFlexGridSizer(const wxFlexGridSizer&)
  214.      wxDECLARE_NO_COPY_CLASS(wxFlexGridSizer);
  215.                              ^
  216. /usr/include/wx-3.0/wx/defs.h:3482:9: note: in definition of macro ‘wxDECLARE_NO_COPY_CLASS’
  217.          classname(const classname&);            \
  218.          ^
  219. /usr/include/wx-3.0/wx/sizer.h:924:29: note:   candidate expects 1 argument, 2 provided
  220.      wxDECLARE_NO_COPY_CLASS(wxFlexGridSizer);
  221.                              ^
  222. /usr/include/wx-3.0/wx/defs.h:3482:9: note: in definition of macro ‘wxDECLARE_NO_COPY_CLASS’
  223.          classname(const classname&);            \
  224.          ^
  225. In file included from /usr/include/wx-3.0/wx/wx.h:89:0,
  226.                  from ../../launcher/wxdialogs/MainDialog.h:25,
  227.                  from ../wxdialogs/DisplayDialog.cpp:22:
  228. /usr/include/wx-3.0/wx/sizer.h:862:5: note: wxFlexGridSizer::wxFlexGridSizer(int, int, const wxSize&)
  229.      wxFlexGridSizer( int rows, int cols, const wxSize& gap );
  230.      ^
  231. /usr/include/wx-3.0/wx/sizer.h:862:5: note:   candidate expects 3 arguments, 2 provided
  232. /usr/include/wx-3.0/wx/sizer.h:861:5: note: wxFlexGridSizer::wxFlexGridSizer(int, int, int, int)
  233.      wxFlexGridSizer( int rows, int cols, int vgap, int hgap );
  234.      ^
  235. /usr/include/wx-3.0/wx/sizer.h:861:5: note:   candidate expects 4 arguments, 2 provided
  236. /usr/include/wx-3.0/wx/sizer.h:858:5: note: wxFlexGridSizer::wxFlexGridSizer(int, const wxSize&)
  237.      wxFlexGridSizer( int cols, const wxSize& gap = wxSize(0, 0) );
  238.      ^
  239. /usr/include/wx-3.0/wx/sizer.h:858:5: note:   no known conversion for argument 2 from ‘int’ to ‘const wxSize&’
  240. /usr/include/wx-3.0/wx/sizer.h:857:5: note: wxFlexGridSizer::wxFlexGridSizer(int, int, int)
  241.      wxFlexGridSizer( int cols, int vgap, int hgap );
  242.      ^
  243. /usr/include/wx-3.0/wx/sizer.h:857:5: note:   candidate expects 3 arguments, 2 provided
  244. In file included from ../wxdialogs/DisplayDialog.cpp:41:0:
  245. ../wxdialogs/Display.cpp: In function ‘void createKeysControls(wxWindow*, wxSizer*)’:
  246. ../wxdialogs/Display.cpp:474:43: error: no matching function for call to ‘wxFlexGridSizer::wxFlexGridSizer(int, int)’
  247.   wxSizer *sizer = new wxFlexGridSizer(5, 1);
  248.                                            ^
  249. ../wxdialogs/Display.cpp:474:43: note: candidates are:
  250. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  251.                  from ../../launcher/wxdialogs/MainDialog.h:25,
  252.                  from ../wxdialogs/DisplayDialog.cpp:22:
  253. /usr/include/wx-3.0/wx/sizer.h:924:29: note: wxFlexGridSizer::wxFlexGridSizer(const wxFlexGridSizer&)
  254.      wxDECLARE_NO_COPY_CLASS(wxFlexGridSizer);
  255.                              ^
  256. /usr/include/wx-3.0/wx/defs.h:3482:9: note: in definition of macro ‘wxDECLARE_NO_COPY_CLASS’
  257.          classname(const classname&);            \
  258.          ^
  259. /usr/include/wx-3.0/wx/sizer.h:924:29: note:   candidate expects 1 argument, 2 provided
  260.      wxDECLARE_NO_COPY_CLASS(wxFlexGridSizer);
  261.                              ^
  262. /usr/include/wx-3.0/wx/defs.h:3482:9: note: in definition of macro ‘wxDECLARE_NO_COPY_CLASS’
  263.          classname(const classname&);            \
  264.          ^
  265. In file included from /usr/include/wx-3.0/wx/wx.h:89:0,
  266.                  from ../../launcher/wxdialogs/MainDialog.h:25,
  267.                  from ../wxdialogs/DisplayDialog.cpp:22:
  268. /usr/include/wx-3.0/wx/sizer.h:862:5: note: wxFlexGridSizer::wxFlexGridSizer(int, int, const wxSize&)
  269.      wxFlexGridSizer( int rows, int cols, const wxSize& gap );
  270.      ^
  271. /usr/include/wx-3.0/wx/sizer.h:862:5: note:   candidate expects 3 arguments, 2 provided
  272. /usr/include/wx-3.0/wx/sizer.h:861:5: note: wxFlexGridSizer::wxFlexGridSizer(int, int, int, int)
  273.      wxFlexGridSizer( int rows, int cols, int vgap, int hgap );
  274.      ^
  275. /usr/include/wx-3.0/wx/sizer.h:861:5: note:   candidate expects 4 arguments, 2 provided
  276. /usr/include/wx-3.0/wx/sizer.h:858:5: note: wxFlexGridSizer::wxFlexGridSizer(int, const wxSize&)
  277.      wxFlexGridSizer( int cols, const wxSize& gap = wxSize(0, 0) );
  278.      ^
  279. /usr/include/wx-3.0/wx/sizer.h:858:5: note:   no known conversion for argument 2 from ‘int’ to ‘const wxSize&’
  280. /usr/include/wx-3.0/wx/sizer.h:857:5: note: wxFlexGridSizer::wxFlexGridSizer(int, int, int)
  281.      wxFlexGridSizer( int cols, int vgap, int hgap );
  282.      ^
  283. /usr/include/wx-3.0/wx/sizer.h:857:5: note:   candidate expects 3 arguments, 2 provided
  284. ../wxdialogs/DisplayDialog.cpp: In member function ‘void DisplayFrame::refreshScreen()’:
  285. ../wxdialogs/DisplayDialog.cpp:452:35: warning: ‘void wxSliderBase::SetTickFreq(int, int)’ is deprecated (declared at /usr/include/wx-3.0/wx/slider.h:108) [-Wdeprecated-declarations]
  286.   IDC_VOLUME_CTRL->SetTickFreq(4, 0);
  287.                                    ^
  288. ../wxdialogs/DisplayDialog.cpp:456:40: warning: ‘void wxSliderBase::SetTickFreq(int, int)’ is deprecated (declared at /usr/include/wx-3.0/wx/slider.h:108) [-Wdeprecated-declarations]
  289.   IDC_MUSICVOLUME_CTRL->SetTickFreq(4, 0);
  290.                                         ^
  291. ../wxdialogs/DisplayDialog.cpp:460:42: warning: ‘void wxSliderBase::SetTickFreq(int, int)’ is deprecated (declared at /usr/include/wx-3.0/wx/slider.h:108) [-Wdeprecated-declarations]
  292.   IDC_AMBIENTVOLUME_CTRL->SetTickFreq(4, 0);
  293.                                           ^
  294. depbase=`echo ../wxdialogs/KeyDialog.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  295. g++ -DPACKAGE_NAME=\"scorched3d\" -DPACKAGE_TARNAME=\"scorched3d\" -DPACKAGE_VERSION=\"43\" -DPACKAGE_STRING=\"scorched3d\ 43\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"scorched3d\" -DVERSION=\"43\" -DPACKAGE=\"scorched3d\" -DVERSION=\"43\" -DHAVE_OGG=1 -DHAVE_VSNPRINTF=1 -DHAVE_SNPRINTF=1 -DHAVE_VASPRINTF=1 -DHAVE_ASPRINTF=1 -DHAVE_ICONV=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ICONV_H=1 -I.  -I../../common/porting -I../../common -I../../client -I../../server -I../../launcher -I/usr/lib/i386-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/freetype2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -I/usr/X11R6 -I/usr/local/include  -g -O2 -DS3D_DOCDIR=\"/usr/local/games/scorched3d/share/documentation\" -DS3D_DATADIR=\"/usr/local/games/scorched3d/share\" -DS3D_BINDIR=\"/usr/local/games/scorched3d/bin\" -MT ../wxdialogs/KeyDialog.o -MD -MP -MF $depbase.Tpo -c -o ../wxdialogs/KeyDialog.o ../wxdialogs/KeyDialog.cpp &&\
  296. mv -f $depbase.Tpo $depbase.Po
  297. Makefile:944: recipe for target '../wxdialogs/DisplayDialog.o' failed
  298. make[3]: *** [../wxdialogs/DisplayDialog.o] Error 1
  299. make[3]: *** Waiting for unfinished jobs....
  300. make[3]: Leaving directory '/home/ara/scorched/src/launcher/scorched'
  301. Makefile:356: recipe for target 'all-recursive' failed
  302. make[2]: *** [all-recursive] Error 1
  303. make[2]: Leaving directory '/home/ara/scorched/src/launcher'
  304. Makefile:356: recipe for target 'all-recursive' failed
  305. make[1]: *** [all-recursive] Error 1
  306. make[1]: Leaving directory '/home/ara/scorched/src'
  307. Makefile:6454: recipe for target 'all-recursive' failed
  308. make: *** [all-recursive] Error 1
RAW Paste Data
Top