- ara@ara-pc:~/scorched$ make -j2
- cd . && automake-1.14 --foreign
- configure.ac:7: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
- configure.ac:7: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
- cd . && /bin/bash ./config.status Makefile
- config.status: creating Makefile
- Making all in src
- make[1]: Entering directory '/home/ara/scorched/src'
- cd .. && /bin/bash ./config.status src/Makefile
- config.status: creating src/Makefile
- Making all in launcher
- make[2]: Entering directory '/home/ara/scorched/src/launcher'
- cd ../.. && /bin/bash ./config.status src/launcher/Makefile
- config.status: creating src/launcher/Makefile
- Making all in scorched
- make[3]: Entering directory '/home/ara/scorched/src/launcher/scorched'
- cd ../../.. && /bin/bash ./config.status src/launcher/scorched/Makefile depfiles
- config.status: creating src/launcher/scorched/Makefile
- config.status: executing depfiles commands
- depbase=`echo main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
- 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 &&\
- mv -f $depbase.Tpo $depbase.Po
- depbase=`echo ScorchedParams.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
- 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 &&\
- mv -f $depbase.Tpo $depbase.Po
- In file included from ../../common/common/OptionEntry.h:28:0,
- from ../../common/common/OptionsParameters.h:24,
- from ../../launcher/scorched/ScorchedParams.h:24,
- from ScorchedParams.cpp:21:
- ../../common/common/ARGParser.h:62:56: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addEntry(char *cmd, char **destStr, char *help = "");
- ^
- ../../common/common/ARGParser.h:63:52: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addEntry(char *cmd, int *destI, char *help = "");
- ^
- ../../common/common/ARGParser.h:64:53: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addEntry(char *cmd, bool *destB, char *help = "");
- ^
- ../../common/common/ARGParser.h:66:66: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addEntry(char *cmd, ARGParserBoolI *destBool, char *help = "");
- ^
- ../../common/common/ARGParser.h:67:64: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addEntry(char *cmd, ARGParserIntI *destInt, char *help = "");
- ^
- ../../common/common/ARGParser.h:68:70: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addEntry(char *cmd, ARGParserStringI *destString, char *help = "");
- ^
- ../../common/common/ARGParser.h:70:78: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addNonParamEntry(char *cmd, ARGParserStringI *destString, char *help = "");
- ^
- ../../common/common/ARGParser.h:83:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- char *helpArg = "");
- ^
- depbase=`echo ../../common/engine/ModDirs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
- 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 &&\
- mv -f $depbase.Tpo $depbase.Po
- In file included from ../../common/common/OptionEntry.h:28:0,
- from ../../common/common/OptionsParameters.h:24,
- from ../../launcher/scorched/ScorchedParams.h:24,
- from main.cpp:21:
- ../../common/common/ARGParser.h:62:56: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addEntry(char *cmd, char **destStr, char *help = "");
- ^
- ../../common/common/ARGParser.h:63:52: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addEntry(char *cmd, int *destI, char *help = "");
- ^
- ../../common/common/ARGParser.h:64:53: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addEntry(char *cmd, bool *destB, char *help = "");
- ^
- ../../common/common/ARGParser.h:66:66: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addEntry(char *cmd, ARGParserBoolI *destBool, char *help = "");
- ^
- ../../common/common/ARGParser.h:67:64: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addEntry(char *cmd, ARGParserIntI *destInt, char *help = "");
- ^
- ../../common/common/ARGParser.h:68:70: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addEntry(char *cmd, ARGParserStringI *destString, char *help = "");
- ^
- ../../common/common/ARGParser.h:70:78: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addNonParamEntry(char *cmd, ARGParserStringI *destString, char *help = "");
- ^
- ../../common/common/ARGParser.h:83:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- char *helpArg = "");
- ^
- depbase=`echo ../../common/engine/ModFileEntry.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
- 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 &&\
- mv -f $depbase.Tpo $depbase.Po
- depbase=`echo ../../common/engine/ModFiles.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
- 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 &&\
- mv -f $depbase.Tpo $depbase.Po
- depbase=`echo ../../common/engine/ModInfo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
- 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 &&\
- mv -f $depbase.Tpo $depbase.Po
- In file included from main.cpp:34:0:
- ../../common/common/main.h: In function ‘void run_main(int, char**, OptionsParameters&)’:
- ../../common/common/main.h:92:23: warning: ignoring return value of ‘int chdir(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
- chdir(path.c_str());
- ^
- ../../common/common/main.h:105:42: warning: ignoring return value of ‘char* getcwd(char*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
- getcwd(currentDir, sizeof(currentDir));
- ^
- depbase=`echo ../../common/engine/ModFileEntryLoader.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
- 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 &&\
- mv -f $depbase.Tpo $depbase.Po
- depbase=`echo ../wxdialogs/CreateDialogs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
- 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 &&\
- mv -f $depbase.Tpo $depbase.Po
- depbase=`echo ../wxdialogs/DisplayDialog.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
- 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 &&\
- mv -f $depbase.Tpo $depbase.Po
- In file included from ../../common/common/OptionEntry.h:28:0,
- from ../../common/common/OptionsGame.h:24,
- from ../wxdialogs/CreateDialogs.cpp:22:
- ../../common/common/ARGParser.h:62:56: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addEntry(char *cmd, char **destStr, char *help = "");
- ^
- ../../common/common/ARGParser.h:63:52: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addEntry(char *cmd, int *destI, char *help = "");
- ^
- ../../common/common/ARGParser.h:64:53: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addEntry(char *cmd, bool *destB, char *help = "");
- ^
- ../../common/common/ARGParser.h:66:66: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addEntry(char *cmd, ARGParserBoolI *destBool, char *help = "");
- ^
- ../../common/common/ARGParser.h:67:64: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addEntry(char *cmd, ARGParserIntI *destInt, char *help = "");
- ^
- ../../common/common/ARGParser.h:68:70: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addEntry(char *cmd, ARGParserStringI *destString, char *help = "");
- ^
- ../../common/common/ARGParser.h:70:78: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addNonParamEntry(char *cmd, ARGParserStringI *destString, char *help = "");
- ^
- ../../common/common/ARGParser.h:83:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- char *helpArg = "");
- ^
- In file included from ../../common/common/OptionEntry.h:28:0,
- from ../../client/graph/OptionsDisplay.h:24,
- from ../wxdialogs/DisplayDialog.cpp:27:
- ../../common/common/ARGParser.h:62:56: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addEntry(char *cmd, char **destStr, char *help = "");
- ^
- ../../common/common/ARGParser.h:63:52: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addEntry(char *cmd, int *destI, char *help = "");
- ^
- ../../common/common/ARGParser.h:64:53: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addEntry(char *cmd, bool *destB, char *help = "");
- ^
- ../../common/common/ARGParser.h:66:66: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addEntry(char *cmd, ARGParserBoolI *destBool, char *help = "");
- ^
- ../../common/common/ARGParser.h:67:64: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addEntry(char *cmd, ARGParserIntI *destInt, char *help = "");
- ^
- ../../common/common/ARGParser.h:68:70: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addEntry(char *cmd, ARGParserStringI *destString, char *help = "");
- ^
- ../../common/common/ARGParser.h:70:78: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- void addNonParamEntry(char *cmd, ARGParserStringI *destString, char *help = "");
- ^
- ../../common/common/ARGParser.h:83:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- char *helpArg = "");
- ^
- In file included from ../wxdialogs/DisplayDialog.cpp:41:0:
- ../wxdialogs/Display.cpp: In function ‘void createMainControls(wxWindow*, wxSizer*)’:
- ../wxdialogs/Display.cpp:91:57: error: no matching function for call to ‘wxFlexGridSizer::wxFlexGridSizer(int, int)’
- wxFlexGridSizer *soundSizer1 = new wxFlexGridSizer(4, 2);
- ^
- ../wxdialogs/Display.cpp:91:57: note: candidates are:
- In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
- from ../../launcher/wxdialogs/MainDialog.h:25,
- from ../wxdialogs/DisplayDialog.cpp:22:
- /usr/include/wx-3.0/wx/sizer.h:924:29: note: wxFlexGridSizer::wxFlexGridSizer(const wxFlexGridSizer&)
- wxDECLARE_NO_COPY_CLASS(wxFlexGridSizer);
- ^
- /usr/include/wx-3.0/wx/defs.h:3482:9: note: in definition of macro ‘wxDECLARE_NO_COPY_CLASS’
- classname(const classname&); \
- ^
- /usr/include/wx-3.0/wx/sizer.h:924:29: note: candidate expects 1 argument, 2 provided
- wxDECLARE_NO_COPY_CLASS(wxFlexGridSizer);
- ^
- /usr/include/wx-3.0/wx/defs.h:3482:9: note: in definition of macro ‘wxDECLARE_NO_COPY_CLASS’
- classname(const classname&); \
- ^
- In file included from /usr/include/wx-3.0/wx/wx.h:89:0,
- from ../../launcher/wxdialogs/MainDialog.h:25,
- from ../wxdialogs/DisplayDialog.cpp:22:
- /usr/include/wx-3.0/wx/sizer.h:862:5: note: wxFlexGridSizer::wxFlexGridSizer(int, int, const wxSize&)
- wxFlexGridSizer( int rows, int cols, const wxSize& gap );
- ^
- /usr/include/wx-3.0/wx/sizer.h:862:5: note: candidate expects 3 arguments, 2 provided
- /usr/include/wx-3.0/wx/sizer.h:861:5: note: wxFlexGridSizer::wxFlexGridSizer(int, int, int, int)
- wxFlexGridSizer( int rows, int cols, int vgap, int hgap );
- ^
- /usr/include/wx-3.0/wx/sizer.h:861:5: note: candidate expects 4 arguments, 2 provided
- /usr/include/wx-3.0/wx/sizer.h:858:5: note: wxFlexGridSizer::wxFlexGridSizer(int, const wxSize&)
- wxFlexGridSizer( int cols, const wxSize& gap = wxSize(0, 0) );
- ^
- /usr/include/wx-3.0/wx/sizer.h:858:5: note: no known conversion for argument 2 from ‘int’ to ‘const wxSize&’
- /usr/include/wx-3.0/wx/sizer.h:857:5: note: wxFlexGridSizer::wxFlexGridSizer(int, int, int)
- wxFlexGridSizer( int cols, int vgap, int hgap );
- ^
- /usr/include/wx-3.0/wx/sizer.h:857:5: note: candidate expects 3 arguments, 2 provided
- In file included from ../wxdialogs/DisplayDialog.cpp:41:0:
- ../wxdialogs/Display.cpp:140:51: error: no matching function for call to ‘wxFlexGridSizer::wxFlexGridSizer(int, int)’
- wxGridSizer *loadSizer = new wxFlexGridSizer(2, 2);
- ^
- ../wxdialogs/Display.cpp:140:51: note: candidates are:
- In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
- from ../../launcher/wxdialogs/MainDialog.h:25,
- from ../wxdialogs/DisplayDialog.cpp:22:
- /usr/include/wx-3.0/wx/sizer.h:924:29: note: wxFlexGridSizer::wxFlexGridSizer(const wxFlexGridSizer&)
- wxDECLARE_NO_COPY_CLASS(wxFlexGridSizer);
- ^
- /usr/include/wx-3.0/wx/defs.h:3482:9: note: in definition of macro ‘wxDECLARE_NO_COPY_CLASS’
- classname(const classname&); \
- ^
- /usr/include/wx-3.0/wx/sizer.h:924:29: note: candidate expects 1 argument, 2 provided
- wxDECLARE_NO_COPY_CLASS(wxFlexGridSizer);
- ^
- /usr/include/wx-3.0/wx/defs.h:3482:9: note: in definition of macro ‘wxDECLARE_NO_COPY_CLASS’
- classname(const classname&); \
- ^
- In file included from /usr/include/wx-3.0/wx/wx.h:89:0,
- from ../../launcher/wxdialogs/MainDialog.h:25,
- from ../wxdialogs/DisplayDialog.cpp:22:
- /usr/include/wx-3.0/wx/sizer.h:862:5: note: wxFlexGridSizer::wxFlexGridSizer(int, int, const wxSize&)
- wxFlexGridSizer( int rows, int cols, const wxSize& gap );
- ^
- /usr/include/wx-3.0/wx/sizer.h:862:5: note: candidate expects 3 arguments, 2 provided
- /usr/include/wx-3.0/wx/sizer.h:861:5: note: wxFlexGridSizer::wxFlexGridSizer(int, int, int, int)
- wxFlexGridSizer( int rows, int cols, int vgap, int hgap );
- ^
- /usr/include/wx-3.0/wx/sizer.h:861:5: note: candidate expects 4 arguments, 2 provided
- /usr/include/wx-3.0/wx/sizer.h:858:5: note: wxFlexGridSizer::wxFlexGridSizer(int, const wxSize&)
- wxFlexGridSizer( int cols, const wxSize& gap = wxSize(0, 0) );
- ^
- /usr/include/wx-3.0/wx/sizer.h:858:5: note: no known conversion for argument 2 from ‘int’ to ‘const wxSize&’
- /usr/include/wx-3.0/wx/sizer.h:857:5: note: wxFlexGridSizer::wxFlexGridSizer(int, int, int)
- wxFlexGridSizer( int cols, int vgap, int hgap );
- ^
- /usr/include/wx-3.0/wx/sizer.h:857:5: note: candidate expects 3 arguments, 2 provided
- In file included from ../wxdialogs/DisplayDialog.cpp:41:0:
- ../wxdialogs/Display.cpp: In function ‘void createKeysControls(wxWindow*, wxSizer*)’:
- ../wxdialogs/Display.cpp:474:43: error: no matching function for call to ‘wxFlexGridSizer::wxFlexGridSizer(int, int)’
- wxSizer *sizer = new wxFlexGridSizer(5, 1);
- ^
- ../wxdialogs/Display.cpp:474:43: note: candidates are:
- In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
- from ../../launcher/wxdialogs/MainDialog.h:25,
- from ../wxdialogs/DisplayDialog.cpp:22:
- /usr/include/wx-3.0/wx/sizer.h:924:29: note: wxFlexGridSizer::wxFlexGridSizer(const wxFlexGridSizer&)
- wxDECLARE_NO_COPY_CLASS(wxFlexGridSizer);
- ^
- /usr/include/wx-3.0/wx/defs.h:3482:9: note: in definition of macro ‘wxDECLARE_NO_COPY_CLASS’
- classname(const classname&); \
- ^
- /usr/include/wx-3.0/wx/sizer.h:924:29: note: candidate expects 1 argument, 2 provided
- wxDECLARE_NO_COPY_CLASS(wxFlexGridSizer);
- ^
- /usr/include/wx-3.0/wx/defs.h:3482:9: note: in definition of macro ‘wxDECLARE_NO_COPY_CLASS’
- classname(const classname&); \
- ^
- In file included from /usr/include/wx-3.0/wx/wx.h:89:0,
- from ../../launcher/wxdialogs/MainDialog.h:25,
- from ../wxdialogs/DisplayDialog.cpp:22:
- /usr/include/wx-3.0/wx/sizer.h:862:5: note: wxFlexGridSizer::wxFlexGridSizer(int, int, const wxSize&)
- wxFlexGridSizer( int rows, int cols, const wxSize& gap );
- ^
- /usr/include/wx-3.0/wx/sizer.h:862:5: note: candidate expects 3 arguments, 2 provided
- /usr/include/wx-3.0/wx/sizer.h:861:5: note: wxFlexGridSizer::wxFlexGridSizer(int, int, int, int)
- wxFlexGridSizer( int rows, int cols, int vgap, int hgap );
- ^
- /usr/include/wx-3.0/wx/sizer.h:861:5: note: candidate expects 4 arguments, 2 provided
- /usr/include/wx-3.0/wx/sizer.h:858:5: note: wxFlexGridSizer::wxFlexGridSizer(int, const wxSize&)
- wxFlexGridSizer( int cols, const wxSize& gap = wxSize(0, 0) );
- ^
- /usr/include/wx-3.0/wx/sizer.h:858:5: note: no known conversion for argument 2 from ‘int’ to ‘const wxSize&’
- /usr/include/wx-3.0/wx/sizer.h:857:5: note: wxFlexGridSizer::wxFlexGridSizer(int, int, int)
- wxFlexGridSizer( int cols, int vgap, int hgap );
- ^
- /usr/include/wx-3.0/wx/sizer.h:857:5: note: candidate expects 3 arguments, 2 provided
- ../wxdialogs/DisplayDialog.cpp: In member function ‘void DisplayFrame::refreshScreen()’:
- ../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]
- IDC_VOLUME_CTRL->SetTickFreq(4, 0);
- ^
- ../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]
- IDC_MUSICVOLUME_CTRL->SetTickFreq(4, 0);
- ^
- ../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]
- IDC_AMBIENTVOLUME_CTRL->SetTickFreq(4, 0);
- ^
- depbase=`echo ../wxdialogs/KeyDialog.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
- 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 &&\
- mv -f $depbase.Tpo $depbase.Po
- Makefile:944: recipe for target '../wxdialogs/DisplayDialog.o' failed
- make[3]: *** [../wxdialogs/DisplayDialog.o] Error 1
- make[3]: *** Waiting for unfinished jobs....
- make[3]: Leaving directory '/home/ara/scorched/src/launcher/scorched'
- Makefile:356: recipe for target 'all-recursive' failed
- make[2]: *** [all-recursive] Error 1
- make[2]: Leaving directory '/home/ara/scorched/src/launcher'
- Makefile:356: recipe for target 'all-recursive' failed
- make[1]: *** [all-recursive] Error 1
- make[1]: Leaving directory '/home/ara/scorched/src'
- Makefile:6454: recipe for target 'all-recursive' failed
- make: *** [all-recursive] Error 1
SHARE
TWEET
scorched3d
a guest
Jan 2nd, 2015
163
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data
