shooter Posted September 29, 2012 Report Share Posted September 29, 2012 What other way can I get it? Quote Link to comment Share on other sites More sharing options...
quantumstate Posted September 29, 2012 Report Share Posted September 29, 2012 I don't know who is responsible for the OpenSUSE packages. You can download the source and compile yourself ( http://trac.wildfiregames.com/wiki/LatestReleaseLinux ), compilation is veyr straightforward for 0 A.D. Quote Link to comment Share on other sites More sharing options...
shooter Posted September 29, 2012 Author Report Share Posted September 29, 2012 I downloaded the source, but I do not understand how to install. Quote Link to comment Share on other sites More sharing options...
fabio Posted September 29, 2012 Report Share Posted September 29, 2012 I downloaded the source, but I do not understand how to install.http://trac.wildfiregames.com/wiki/BuildInstructions Quote Link to comment Share on other sites More sharing options...
shooter Posted September 29, 2012 Author Report Share Posted September 29, 2012 bash: cd: gcc: No such file or directoryon 3 step it instruction Quote Link to comment Share on other sites More sharing options...
Yves Posted September 29, 2012 Report Share Posted September 29, 2012 Were there any errors in the previous step?Update-workspaces.sh should create a directory named gcc in build/workspaces if it's successful. Quote Link to comment Share on other sites More sharing options...
shooter Posted September 29, 2012 Author Report Share Posted September 29, 2012 probably yesshooter @ linux-mthy: ~ / 0ad/build/workspaces>. / update-workspaces.sh-j3Updating bundled third-party dependencies ...bash-c 'mkdir-pFCollada / FCollada.cppg+ +-fvisibility = hidden-W-Wall-Wno-unused-parameter-Wno-unused-function-DLINUX-fpic-fno-strict-aliasing-O0-g-D_DEBUG-DRETAIL-IFCollada `pkg-config libxml-2.0 - cflags `-MD-MF output / debug / FCollada / FCollada.d-c FCollada / FCollada.cpp-o output / debug / FCollada / FCollada.oFCollada / FColladaPlugin.cppg+ +-fvisibility = hidden-W-Wall-Wno-unused-parameter-Wno-unused-function-DLINUX-fpic-fno-strict-aliasing-O0-g-D_DEBUG-DRETAIL-IFCollada `pkg-config libxml-2.0 - cflags `-MD-MF output / debug / FCollada / FColladaPlugin.d-c FCollada / FColladaPlugin.cpp-o output / debug / FCollada / FColladaPlugin.oFCollada / FCDocument / FCDAnimated.cppg+ +-fvisibility = hidden-W-Wall-Wno-unused-parameter-Wno-unused-function-DLINUX-fpic-fno-strict-aliasing-O0-g-D_DEBUG-DRETAIL-IFCollada `pkg-config libxml-2.0 - cflags `-MD-MF output / debug / FCollada / FCDocument / FCDAnimated.d-c FCollada / FCDocument / FCDAnimated.cpp-o output / debug / FCollada / FCDocument / FCDAnimated.oPackage libxml-2.0 was not found in the pkg-config search path.Perhaps you should add the directory containing `libxml-2.0.pc 'to the PKG_CONFIG_PATH environment variableNo package 'libxml-2.0' foundPackage libxml-2.0 was not found in the pkg-config search path.Perhaps you should add the directory containing `libxml-2.0.pc 'to the PKG_CONFIG_PATH environment variableNo package 'libxml-2.0' foundPackage libxml-2.0 was not found in the pkg-config search path.Perhaps you should add the directory containing `libxml-2.0.pc 'to the PKG_CONFIG_PATH environment variableNo package 'libxml-2.0' foundIn file included from FCollada / FCollada.h: 49:0, from FCollada / StdAfx.h: 13 from FCollada / FColladaPlugin.cpp: 9:FCollada / FUtils / FUtils.h: 91:25: fatal error: libxml / tree.h: No such file or directorycompilation terminated.make: *** [output / debug / FCollada / FColladaPlugin.o] Error 1make: *** Waiting for unfinished jobs ...In file included from FCollada / FCollada.h: 49:0, from FCollada / StdAfx.h: 13 from FCollada / FCDocument / FCDAnimated.cpp: 15:FCollada / FUtils / FUtils.h: 91:25: fatal error: libxml / tree.h: No such file or directorycompilation terminated.make: *** [output / debug / FCollada / FCDocument / FCDAnimated.o] Error 1In file included from FCollada / FCollada.h: 49:0, from FCollada / StdAfx.h: 13 from FCollada / FCollada.cpp: 9:FCollada / FUtils / FUtils.h: 91:25: fatal error: libxml / tree.h: No such file or directorycompilation terminated.make: *** [output / debug / FCollada / FCollada.o] Error 1ERROR: FCollada build failed Quote Link to comment Share on other sites More sharing options...
Loki1950 Posted September 29, 2012 Report Share Posted September 29, 2012 (edited) The most likely reason for that error is that you do not have the dev package (headers) for that library installed.Enjoy the Choice Edited September 29, 2012 by Loki1950 Quote Link to comment Share on other sites More sharing options...
shooter Posted September 30, 2012 Author Report Share Posted September 30, 2012 (edited) I ran sudo zypper install gcc-c++ python subversion zip cmake boost-devel \ fam-devel libcurl-devel libjpeg-devel libpng-devel libvorbis-devel \ libxml2-devel openal-soft-devel pkg-config wxGTK-devel libSDL-develto install the necessary packagesbut if I runcd 0ad/build/workspaces./update-workspaces.sh -j3Updating bundled third-party dependencies ...bash-c 'mkdir-pcp output / libFColladaSD.a .. / lib / libFColladaSD.acp output / libFColladaSR.a .. / lib / libFColladaSR.aBuilding SpiderMonkey ...SpiderMonkey build options: - disable-tests. / build.sh: line 51: patch: command not foundERROR: SpiderMonkey build failed Edited September 30, 2012 by shooter Quote Link to comment Share on other sites More sharing options...
Yves Posted September 30, 2012 Report Share Posted September 30, 2012 It looks like the "patch" command is missing on your system. Probably there's a package called "patch" you can install or maybe this command is contained in another package. Quote Link to comment Share on other sites More sharing options...
shooter Posted September 30, 2012 Author Report Share Posted September 30, 2012 If I'm not mistaken, Path is a storage all comands for console. It is not a one program. Quote Link to comment Share on other sites More sharing options...
Yves Posted September 30, 2012 Report Share Posted September 30, 2012 "patch" (not "path") is a program to apply patches in a diff-format to sourcecode or other kind of text files. Quote Link to comment Share on other sites More sharing options...
shooter Posted September 30, 2012 Author Report Share Posted September 30, 2012 Sorry, I confused words.Why file for run game (binaries / system / pyrogenesis) is .exe? Quote Link to comment Share on other sites More sharing options...
zoot Posted September 30, 2012 Report Share Posted September 30, 2012 Sorry, I confused words.Why file for run game (binaries / system / pyrogenesis) is .exe?The .exe is pre-built. If there is only a .exe, you haven't compiled the Unix binary yet. Quote Link to comment Share on other sites More sharing options...
shooter Posted September 30, 2012 Author Report Share Posted September 30, 2012 How to build for Unix? Quote Link to comment Share on other sites More sharing options...
zoot Posted September 30, 2012 Report Share Posted September 30, 2012 As Yves said, you need to install "patch" and try again. Quote Link to comment Share on other sites More sharing options...
shooter Posted October 1, 2012 Author Report Share Posted October 1, 2012 I installed already with "patch". What will change if I install again? Quote Link to comment Share on other sites More sharing options...
zoot Posted October 1, 2012 Report Share Posted October 1, 2012 You get no errors after doing "update-workspaces" or "make"? Quote Link to comment Share on other sites More sharing options...
shooter Posted October 1, 2012 Author Report Share Posted October 1, 2012 I didn't notice any errors Quote Link to comment Share on other sites More sharing options...
shooter Posted October 2, 2012 Author Report Share Posted October 2, 2012 Can anybody help me? Quote Link to comment Share on other sites More sharing options...
feneur Posted October 2, 2012 Report Share Posted October 2, 2012 If you don't get any errors it's hard for us to say what's wrong. It would probably be useful if you list the exact steps you are doing and what isn't working. Earlier you said that you could follow the instructions up to the update-workspaces.sh and then run into the error you posted above. After that you say that you "installed with patch", does that mean that you ran the update-workspaces.sh again? And without any errors? If so were you able to keep following the instructions on the http://trac.wildfiregames.com/wiki/BuildInstructions page afterwards without any errors? Quote Link to comment Share on other sites More sharing options...
Yves Posted October 2, 2012 Report Share Posted October 2, 2012 If someone expects my help I expect that he at least tries to give me enough information to help.As Erik said it would be a good start to tell which steps you did, what worked and what didn't work.Basically if you run "make" a second time you should only get a few lines like these and nothing else.==== Building gui (release) ======== Building lowlevel (release) ======== Building mongoose (release) ======== Building pyrogenesis (release) ======== Building mocks_test (release) ======== Building AtlasObject (release) ==== Quote Link to comment Share on other sites More sharing options...
shooter Posted October 7, 2012 Author Report Share Posted October 7, 2012 I run make second time:==== Building mocks_real (release) ======== Building network (release) ======== Building simulation2 (release) ======== Building scriptinterface (release) ======== Building engine (release) ======== Building graphics (release) ======== Building atlas (release) ======== Building gui (release) ======== Building lowlevel (release) ======== Building mongoose (release) ======== Building mocks_test (release) ======== Building AtlasObject (release) ======== Building AtlasScript (release) ====AtlasObjectJS.cppCreating obj/AtlasScript_ReleaseScriptInterface.cpp==== Building Collada (release) ====Creating obj/Collada_Releaseprecompiled.h Warning: No config found to match: /usr/bin/wx-config --unicode=yes --cxxflags in /usr/lib/wx-2.8-wxcontainer/wx/config If you require this configuration, please install the desired library build. If this is part of an automated configuration test and no other errors occur, you may safely ignore it. You may use wx-config --list to see all configs available in the default prefix. Warning: No config found to match: /usr/bin/wx-config --unicode=yes --cxxflags in /usr/lib/wx-2.8-wxcontainer/wx/config If you require this configuration, please install the desired library build. If this is part of an automated configuration test and no other errors occur, you may safely ignore it. You may use wx-config --list to see all configs available in the default prefix. ../../../source/tools/atlas/AtlasObject/AtlasObjectJS.cpp:27:20: fatal error: wx/log.h: Нет такого файла или каталога compilation terminated. ../../../source/tools/atlas/AtlasScript/ScriptInterface.cpp:34:19: fatal error: wx/wx.h: Нет такого файла или каталога compilation terminated. make[1]: *** [obj/AtlasScript_Release/ScriptInterface.o] Ошибка 1 make[1]: *** [obj/AtlasObject_Release/AtlasObjectJS.o] Ошибка 1 make: *** [AtlasObject] Ошибка 2 make: *** Ожидание завершения заданий... make: *** [AtlasScript] Ошибка 2 XMLFix.cpp PMDConvert.cpp GeomReindex.cpp Decompose.cpp DLL.cpp StdSkeletons.cpp precompiled.cpp PSAConvert.cpp CommonConvert.cpp Maths.cpp Linking ColladaI reinstall the game, but I get exe file. Quote Link to comment Share on other sites More sharing options...
Yves Posted October 7, 2012 Report Share Posted October 7, 2012 Try building the game without atlas (the scenario editor).1. Go to 0ad/build/workspaces2. Run clean-workspaces.sh3. Run update-workspaces.sh --disable-atlas4. Go to 0ad/build/workspaces/gcc and run makeAnd post any error messages you get when running make a second time.Btw. you don't get an exe file, that's just the prebuilt binary which is included. If there's no Linux binary it means that the building failed. Quote Link to comment Share on other sites More sharing options...
shooter Posted October 7, 2012 Author Report Share Posted October 7, 2012 Run update-workspaces.sh --disable-atlasc++ -o Assertions.o -c -I./dist/system_wrappers_js -include ../config/gcc_hidden.h -DOSTYPE=\"Linux3.1.10-1\" -DOSARCH=Linux -DEXPORT_JS_API -D__STDC_LIMIT_MACROS -I.. -I. -I./dist/include -I./dist/include/nsprpub -I.. -I../assembler -I../yarr -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -O3 -fstrict-aliasing -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/Assertions.pp ../assembler/wtf/Assertions.cppExecutableAllocatorPosix.cppc++ -o ExecutableAllocatorPosix.o -c -I./dist/system_wrappers_js -include ../config/gcc_hidden.h -DOSTYPE=\"Linux3.1.10-1\" -DOSARCH=Linux -DEXPORT_JS_API -D__STDC_LIMIT_MACROS -I.. -I. -I./dist/include -I./dist/include/nsprpub -I.. -I../assembler -I../yarr -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -O3 -fstrict-aliasing -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/ExecutableAllocatorPosix.pp ../assembler/jit/ExecutableAllocatorPosix.cppExecutableAllocatorWin.cppc++ -o ExecutableAllocatorWin.o -c -I./dist/system_wrappers_js -include ../config/gcc_hidden.h -DOSTYPE=\"Linux3.1.10-1\" -DOSARCH=Linux -DEXPORT_JS_API -D__STDC_LIMIT_MACROS -I.. -I. -I./dist/include -I./dist/include/nsprpub -I.. -I../assembler -I../yarr -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -O3 -fstrict-aliasing -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/ExecutableAllocatorWin.pp ../assembler/jit/ExecutableAllocatorWin.cppExecutableAllocatorOS2.cppc++ -o ExecutableAllocatorOS2.o -c -I./dist/system_wrappers_js -include ../config/gcc_hidden.h -DOSTYPE=\"Linux3.1.10-1\" -DOSARCH=Linux -DEXPORT_JS_API -D__STDC_LIMIT_MACROS -I.. -I. -I./dist/include -I./dist/include/nsprpub -I.. -I../assembler -I../yarr -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -O3 -fstrict-aliasing -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/ExecutableAllocatorOS2.pp ../assembler/jit/ExecutableAllocatorOS2.cppExecutableAllocator.cppc++ -o ExecutableAllocator.o -c -I./dist/system_wrappers_js -include ../config/gcc_hidden.h -DOSTYPE=\"Linux3.1.10-1\" -DOSARCH=Linux -DEXPORT_JS_API -D__STDC_LIMIT_MACROS -I.. -I. -I./dist/include -I./dist/include/nsprpub -I.. -I../assembler -I../yarr -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -O3 -fstrict-aliasing -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/ExecutableAllocator.pp ../assembler/jit/ExecutableAllocator.cppARMAssembler.cppc++ -o ARMAssembler.o -c -I./dist/system_wrappers_js -include ../config/gcc_hidden.h -DOSTYPE=\"Linux3.1.10-1\" -DOSARCH=Linux -DEXPORT_JS_API -D__STDC_LIMIT_MACROS -I.. -I. -I./dist/include -I./dist/include/nsprpub -I.. -I../assembler -I../yarr -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -O3 -fstrict-aliasing -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/ARMAssembler.pp ../assembler/assembler/ARMAssembler.cppLogging.cppc++ -o Logging.o -c -I./dist/system_wrappers_js -include ../config/gcc_hidden.h -DOSTYPE=\"Linux3.1.10-1\" -DOSARCH=Linux -DEXPORT_JS_API -D__STDC_LIMIT_MACROS -I.. -I. -I./dist/include -I./dist/include/nsprpub -I.. -I../assembler -I../yarr -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -O3 -fstrict-aliasing -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/Logging.pp ../methodjit/Logging.cppMacroAssemblerARM.cppc++ -o MacroAssemblerARM.o -c -I./dist/system_wrappers_js -include ../config/gcc_hidden.h -DOSTYPE=\"Linux3.1.10-1\" -DOSARCH=Linux -DEXPORT_JS_API -D__STDC_LIMIT_MACROS -I.. -I. -I./dist/include -I./dist/include/nsprpub -I.. -I../assembler -I../yarr -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -O3 -fstrict-aliasing -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/MacroAssemblerARM.pp ../assembler/assembler/MacroAssemblerARM.cppMacroAssemblerX86Common.cppc++ -o MacroAssemblerX86Common.o -c -I./dist/system_wrappers_js -include ../config/gcc_hidden.h -DOSTYPE=\"Linux3.1.10-1\" -DOSARCH=Linux -DEXPORT_JS_API -D__STDC_LIMIT_MACROS -I.. -I. -I./dist/include -I./dist/include/nsprpub -I.. -I../assembler -I../yarr -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -O3 -fstrict-aliasing -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/MacroAssemblerX86Common.pp ../assembler/assembler/MacroAssemblerX86Common.cppRegexCompiler.cppc++ -o RegexCompiler.o -c -I./dist/system_wrappers_js -include ../config/gcc_hidden.h -DOSTYPE=\"Linux3.1.10-1\" -DOSARCH=Linux -DEXPORT_JS_API -D__STDC_LIMIT_MACROS -I.. -I. -I./dist/include -I./dist/include/nsprpub -I.. -I../assembler -I../yarr -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -O3 -fstrict-aliasing -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/RegexCompiler.pp ../yarr/yarr/RegexCompiler.cppRegexJIT.cppc++ -o RegexJIT.o -c -I./dist/system_wrappers_js -include ../config/gcc_hidden.h -DOSTYPE=\"Linux3.1.10-1\" -DOSARCH=Linux -DEXPORT_JS_API -D__STDC_LIMIT_MACROS -I.. -I. -I./dist/include -I./dist/include/nsprpub -I.. -I../assembler -I../yarr -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -O3 -fstrict-aliasing -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/RegexJIT.pp ../yarr/yarr/RegexJIT.cpppcre_compile.cppc++ -o pcre_compile.o -c -I./dist/system_wrappers_js -include ../config/gcc_hidden.h -DOSTYPE=\"Linux3.1.10-1\" -DOSARCH=Linux -DEXPORT_JS_API -D__STDC_LIMIT_MACROS -I.. -I. -I./dist/include -I./dist/include/nsprpub -I.. -I../assembler -I../yarr -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -O3 -fstrict-aliasing -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/pcre_compile.pp ../yarr/pcre/pcre_compile.cpp../yarr/pcre/pcre_compile.cpp: In function ‘bool compileBranch(int, int*, unsigned char**, const UChar**, const UChar*, ErrorCode*, int*, int*, CompileData&)’:../yarr/pcre/pcre_compile.cpp:572:18: warning: variable ‘tempptr’ set but not used [-Wunused-but-set-variable]pcre_exec.cppc++ -o pcre_exec.o -c -I./dist/system_wrappers_js -include ../config/gcc_hidden.h -DOSTYPE=\"Linux3.1.10-1\" -DOSARCH=Linux -DEXPORT_JS_API -D__STDC_LIMIT_MACROS -I.. -I. -I./dist/include -I./dist/include/nsprpub -I.. -I../assembler -I../yarr -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -O3 -fstrict-aliasing -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/pcre_exec.pp ../yarr/pcre/pcre_exec.cpppcre_tables.cppc++ -o pcre_tables.o -c -I./dist/system_wrappers_js -include ../config/gcc_hidden.h -DOSTYPE=\"Linux3.1.10-1\" -DOSARCH=Linux -DEXPORT_JS_API -D__STDC_LIMIT_MACROS -I.. -I. -I./dist/include -I./dist/include/nsprpub -I.. -I../assembler -I../yarr -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -O3 -fstrict-aliasing -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/pcre_tables.pp ../yarr/pcre/pcre_tables.cpppcre_xclass.cppc++ -o pcre_xclass.o -c -I./dist/system_wrappers_js -include ../config/gcc_hidden.h -DOSTYPE=\"Linux3.1.10-1\" -DOSARCH=Linux -DEXPORT_JS_API -D__STDC_LIMIT_MACROS -I.. -I. -I./dist/include -I./dist/include/nsprpub -I.. -I../assembler -I../yarr -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -O3 -fstrict-aliasing -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/pcre_xclass.pp ../yarr/pcre/pcre_xclass.cpppcre_ucp_searchfuncs.cppc++ -o pcre_ucp_searchfuncs.o -c -I./dist/system_wrappers_js -include ../config/gcc_hidden.h -DOSTYPE=\"Linux3.1.10-1\" -DOSARCH=Linux -DEXPORT_JS_API -D__STDC_LIMIT_MACROS -I.. -I. -I./dist/include -I./dist/include/nsprpub -I.. -I../assembler -I../yarr -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -O3 -fstrict-aliasing -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/pcre_ucp_searchfuncs.pp ../yarr/pcre/pcre_ucp_searchfuncs.cppjsperf.cppc++ -o jsperf.o -c -I./dist/system_wrappers_js -include ../config/gcc_hidden.h -DOSTYPE=\"Linux3.1.10-1\" -DOSARCH=Linux -DEXPORT_JS_API -D__STDC_LIMIT_MACROS -I.. -I. -I./dist/include -I./dist/include/nsprpub -I.. -I../assembler -I../yarr -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -O3 -fstrict-aliasing -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/jsperf.pp ../perf/jsperf.cpppm_linux.cppc++ -o pm_linux.o -c -I./dist/system_wrappers_js -include ../config/gcc_hidden.h -DOSTYPE=\"Linux3.1.10-1\" -DOSARCH=Linux -DEXPORT_JS_API -D__STDC_LIMIT_MACROS -I.. -I. -I./dist/include -I./dist/include/nsprpub -I.. -I../assembler -I../yarr -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -O3 -fstrict-aliasing -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/pm_linux.pp ../perf/pm_linux.cpprm -f libjs_static.aar cr libjs_static.a jsanalyze.o jsapi.o jsarena.o jsarray.o jsatom.o jsbool.o jsclone.o jscntxt.o jscompartment.o jsdate.o jsdbgapi.o jsdhash.o jsdtoa.o jsemit.o jsexn.o jsfriendapi.o jsfun.o jsgc.o jsgcchunk.o jsgcstats.o jshash.o jsinterp.o jsinvoke.o jsiter.o jslock.o jslog2.o jsmath.o jsnativestack.o jsnum.o jsobj.o json.o jsopcode.o jsparse.o jsproxy.o jsprf.o jsprobes.o jspropertycache.o jspropertytree.o jsreflect.o jsregexp.o jsscan.o jsscope.o jsscript.o jsstr.o jstypedarray.o jsutil.o jswrapper.o jsxdrapi.o jsxml.o prmjtime.o sharkctl.o jstracer.o Assembler.o Allocator.o CodeAlloc.o Containers.o Fragmento.o LIR.o njconfig.o RegAlloc.o avmplus.o Nativei386.o jsbuiltins.o VMPI.o Writer.o MethodJIT.o StubCalls.o Compiler.o FrameState.o FastArithmetic.o FastOps.o StubCompiler.o MonoIC.o PolyIC.o ImmutableSync.o InvokeHelpers.o Retcon.o TrampolineCompiler.o checks.o conversions.o diy-fp.o v8-dtoa.o fast-dtoa.o platform.o utils.o Assertions.o ExecutableAllocatorPosix.o ExecutableAllocatorWin.o ExecutableAllocatorOS2.o ExecutableAllocator.o ARMAssembler.o Logging.o MacroAssemblerARM.o MacroAssemblerX86Common.o RegexCompiler.o RegexJIT.o pcre_compile.o pcre_exec.o pcre_tables.o pcre_xclass.o pcre_ucp_searchfuncs.o jsperf.o pm_linux.o ranlib libjs_static.arm -f libmozjs185-ps-release.soc++ -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -O3 -fstrict-aliasing -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -fPIC -shared -Wl,-z,defs -Wl,-h,libmozjs185-ps-release.so -o libmozjs185-ps-release.so jsanalyze.o jsapi.o jsarena.o jsarray.o jsatom.o jsbool.o jsclone.o jscntxt.o jscompartment.o jsdate.o jsdbgapi.o jsdhash.o jsdtoa.o jsemit.o jsexn.o jsfriendapi.o jsfun.o jsgc.o jsgcchunk.o jsgcstats.o jshash.o jsinterp.o jsinvoke.o jsiter.o jslock.o jslog2.o jsmath.o jsnativestack.o jsnum.o jsobj.o json.o jsopcode.o jsparse.o jsproxy.o jsprf.o jsprobes.o jspropertycache.o jspropertytree.o jsreflect.o jsregexp.o jsscan.o jsscope.o jsscript.o jsstr.o jstypedarray.o jsutil.o jswrapper.o jsxdrapi.o jsxml.o prmjtime.o sharkctl.o jstracer.o Assembler.o Allocator.o CodeAlloc.o Containers.o Fragmento.o LIR.o njconfig.o RegAlloc.o avmplus.o Nativei386.o jsbuiltins.o VMPI.o Writer.o MethodJIT.o StubCalls.o Compiler.o FrameState.o FastArithmetic.o FastOps.o StubCompiler.o MonoIC.o PolyIC.o ImmutableSync.o InvokeHelpers.o Retcon.o TrampolineCompiler.o checks.o conversions.o diy-fp.o v8-dtoa.o fast-dtoa.o platform.o utils.o Assertions.o ExecutableAllocatorPosix.o ExecutableAllocatorWin.o ExecutableAllocatorOS2.o ExecutableAllocator.o ARMAssembler.o Logging.o MacroAssemblerARM.o MacroAssemblerX86Common.o RegexCompiler.o RegexJIT.o pcre_compile.o pcre_exec.o pcre_tables.o pcre_xclass.o pcre_ucp_searchfuncs.o jsperf.o pm_linux.o -lpthread -Wl,-rpath-link,/bin -Wl,-rpath-link,/usr/local/lib -Wl,-soname,libmozjs185-ps-release.so.1.0 -ldl -lm -ldl chmod +x libmozjs185-ps-release.so/home/shooter/0ad/libraries/spidermonkey/js-1.8.5/js/src/build-release/config/nsinstall -R -m 644 libjs_static.a ./dist/lib/home/shooter/0ad/libraries/spidermonkey/js-1.8.5/js/src/build-release/config/nsinstall -R -m 755 libmozjs185-ps-release.so ./dist/lib/home/shooter/0ad/libraries/spidermonkey/js-1.8.5/js/src/build-release/config/nsinstall -R -m 755 libmozjs185-ps-release.so ./dist/bin/home/shooter/0ad/libraries/spidermonkey/js-1.8.5/js/src/build-release/config/nsinstall -R -m 755 host_jskwgen host_jsoplengen ./dist/host/binmake[2]: Вход в каталог `/home/shooter/0ad/libraries/spidermonkey/js-1.8.5/js/src/build-release/config'/home/shooter/0ad/libraries/spidermonkey/js-1.8.5/js/src/build-release/config/nsinstall -R -m 755 nsinstall ../dist/host/binmake[2]: Выход из каталога `/home/shooter/0ad/libraries/spidermonkey/js-1.8.5/js/src/build-release/config'make[2]: Вход в каталог `/home/shooter/0ad/libraries/spidermonkey/js-1.8.5/js/src/build-release/editline'editline.cgcc -o editline.o -c -I../dist/system_wrappers_js -include ../../config/gcc_hidden.h -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHAVE_STDLIB -DUNIQUE_HISTORY -DOSTYPE=\"Linux3.1.10-1\" -DOSARCH=Linux -I../../editline -I. -I../dist/include -I../dist/include/nsprpub -fPIC -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -W -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fomit-frame-pointer -include ../js-confdefs.h -DMOZILLA_CLIENT -MD -MF .deps/editline.pp ../../editline/editline.csysunix.cgcc -o sysunix.o -c -I../dist/system_wrappers_js -include ../../config/gcc_hidden.h -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHAVE_STDLIB -DUNIQUE_HISTORY -DOSTYPE=\"Linux3.1.10-1\" -DOSARCH=Linux -I../../editline -I. -I../dist/include -I../dist/include/nsprpub -fPIC -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -W -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fomit-frame-pointer -include ../js-confdefs.h -DMOZILLA_CLIENT -MD -MF .deps/sysunix.pp ../../editline/sysunix.c../../editline/editline.c: In function ‘readline’:../../editline/editline.c:1026:5: warning: call to function ‘rl_ttyset’ without a real prototype [-Wunprototyped-calls]../../editline/editline.h:118:13: note: ‘rl_ttyset’ was declared here../../editline/editline.c:1037:5: warning: call to function ‘rl_ttyset’ without a real prototype [-Wunprototyped-calls]../../editline/editline.h:118:13: note: ‘rl_ttyset’ was declared hererm -f libeditline.aar cr libeditline.a editline.o sysunix.o ranlib libeditline.amake[2]: Выход из каталога `/home/shooter/0ad/libraries/spidermonkey/js-1.8.5/js/src/build-release/editline'make[2]: Вход в каталог `/home/shooter/0ad/libraries/spidermonkey/js-1.8.5/js/src/build-release/shell'js.cppc++ -o js.o -c -I../dist/system_wrappers_js -include ../../config/gcc_hidden.h -DEXPORT_JS_API -DOSTYPE=\"Linux3.1.10-1\" -DOSARCH=Linux -I../.. -I.. -I../../shell -I. -I../dist/include -I../dist/include/nsprpub -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fomit-frame-pointer -DMOZILLA_CLIENT -include ../js-confdefs.h -MD -MF .deps/js.pp ../../shell/js.cppjsworkers.cppc++ -o jsworkers.o -c -I../dist/system_wrappers_js -include ../../config/gcc_hidden.h -DEXPORT_JS_API -DOSTYPE=\"Linux3.1.10-1\" -DOSARCH=Linux -I../.. -I.. -I../../shell -I. -I../dist/include -I../dist/include/nsprpub -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fomit-frame-pointer -DMOZILLA_CLIENT -include ../js-confdefs.h -MD -MF .deps/jsworkers.pp ../../shell/jsworkers.cppc++ -o js -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fomit-frame-pointer js.o jsworkers.o -lpthread -Wl,-rpath-link,/bin -Wl,-rpath-link,/usr/local/lib -L../dist/bin -L../dist/lib ../editline/libeditline.a ../libjs_static.a -ldl /home/shooter/0ad/libraries/spidermonkey/js-1.8.5/js/src/build-release/config/nsinstall -R -m 755 js ../dist/bin/home/shooter/0ad/libraries/spidermonkey/js-1.8.5/js/src/build-release/config/nsinstall -R -m 755 js ..make[2]: Выход из каталога `/home/shooter/0ad/libraries/spidermonkey/js-1.8.5/js/src/build-release/shell'/home/shooter/0ad/libraries/spidermonkey/js-1.8.5/js/src/build-release/config/nsinstall -R -m 755 libmozjs185-ps-release.so dist/sdk/libmake[1]: Выход из каталога `/home/shooter/0ad/libraries/spidermonkey/js-1.8.5/js/src/build-release'make toolsmake[1]: Вход в каталог `/home/shooter/0ad/libraries/spidermonkey/js-1.8.5/js/src/build-release'make[2]: Вход в каталог `/home/shooter/0ad/libraries/spidermonkey/js-1.8.5/js/src/build-release/config'make[2]: Цель `tools' не требует выполнения команд.make[2]: Выход из каталога `/home/shooter/0ad/libraries/spidermonkey/js-1.8.5/js/src/build-release/config'make[2]: Вход в каталог `/home/shooter/0ad/libraries/spidermonkey/js-1.8.5/js/src/build-release/editline'make[2]: Цель `tools' не требует выполнения команд.make[2]: Выход из каталога `/home/shooter/0ad/libraries/spidermonkey/js-1.8.5/js/src/build-release/editline'make[2]: Вход в каталог `/home/shooter/0ad/libraries/spidermonkey/js-1.8.5/js/src/build-release/shell'make[2]: Цель `tools' не требует выполнения команд.make[2]: Выход из каталога `/home/shooter/0ad/libraries/spidermonkey/js-1.8.5/js/src/build-release/shell'make[1]: Выход из каталога `/home/shooter/0ad/libraries/spidermonkey/js-1.8.5/js/src/build-release'if test -d ./dist/bin ; then touch ./dist/bin/.purgecaches ; fiBuilding NVTT...-- The C compiler identification is GNU 4.6.0-- The CXX compiler identification is GNU 4.6.0-- Check for working C compiler: /usr/bin/gcc-- Check for working C compiler: /usr/bin/gcc -- works-- Detecting C compiler ABI info-- Detecting C compiler ABI info - done-- Check for working CXX compiler: /usr/bin/c++-- Check for working CXX compiler: /usr/bin/c++ -- works-- Detecting CXX compiler ABI info-- Detecting CXX compiler ABI info - done-- Setting optimal options-- Processor: i686-- Compiler Flags: -march=i686-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found-- Looking for gethostbyname-- Looking for gethostbyname - found-- Looking for connect-- Looking for connect - found-- Looking for remove-- Looking for remove - found-- Looking for shmat-- Looking for shmat - found-- Looking for IceConnectionNumber in ICE-- Looking for IceConnectionNumber in ICE - found-- Found X11: /usr/lib/libX11.so-- Found OpenGL: /usr/lib/libGL.so -- Looking for OpenGL - found-- Looking for DirectX - not found-- Looking for Maya - not found-- Found JPEG: /usr/lib/libjpeg.so -- Looking for JPEG - found-- Found ZLIB: /usr/lib/libz.so (found version "1.2.5")-- Found PNG: /usr/lib/libpng.so (found version "1.2.49")-- Looking for PNG - found-- Found TIFF: /usr/lib/libtiff.so (found version "3.9.5")-- Looking for TIFF - found-- Looking for Q_WS_X11-- Looking for Q_WS_X11 - found-- Looking for Q_WS_WIN-- Looking for Q_WS_WIN - not found.-- Looking for Q_WS_QWS-- Looking for Q_WS_QWS - not found.-- Looking for Q_WS_MAC-- Looking for Q_WS_MAC - not found.-- Found Qt4: /usr/bin/qmake (found version "4.7.4")-- Looking for include file pthread.h-- Looking for include file pthread.h - found-- Looking for pthread_create-- Looking for pthread_create - not found.-- Looking for pthread_create in pthreads-- Looking for pthread_create in pthreads - not found-- Looking for pthread_create in pthread-- Looking for pthread_create in pthread - found-- Found Threads: TRUE -- Use thread library: -lpthread-- Looking for include file unistd.h-- Looking for include file unistd.h - found-- Looking for include file stdarg.h-- Looking for include file stdarg.h - found-- Looking for include file signal.h-- Looking for include file signal.h - found-- Looking for include file execinfo.h-- Looking for include file execinfo.h - found-- Looking for include file malloc.h-- Looking for include file malloc.h - found-- Configuring done-- Generating done-- Build files have been written to: /home/shooter/0ad/libraries/nvtt/src/buildScanning dependencies of target nvcoreScanning dependencies of target posh [ 2%] Building C object src/nvcore/poshlib/CMakeFiles/posh.dir/posh.c.o [ 4%] Building CXX object src/nvcore/CMakeFiles/nvcore.dir/Memory.cpp.o [ 6%] Building CXX object src/nvcore/CMakeFiles/nvcore.dir/Debug.cpp.o Linking C static library libposh.a [ 9%] Building CXX object src/nvcore/CMakeFiles/nvcore.dir/StrLib.cpp.o [ 9%] Built target posh Scanning dependencies of target squish[ 11%] Building CXX object src/nvtt/squish/CMakeFiles/squish.dir/fastclusterfit.cpp.o [ 13%] Building CXX object src/nvcore/CMakeFiles/nvcore.dir/TextReader.cpp.o [ 16%] Building CXX object src/nvcore/CMakeFiles/nvcore.dir/TextWriter.cpp.o [ 18%] [ 20%] Building CXX object src/nvtt/squish/CMakeFiles/squish.dir/weightedclusterfit.cpp.o Building CXX object src/nvcore/CMakeFiles/nvcore.dir/Radix.cpp.o [ 23%] Building CXX object src/nvcore/CMakeFiles/nvcore.dir/Library.cpp.o Linking CXX shared library libnvcore.so [ 23%] Built target nvcore [ 25%] Building CXX object src/nvtt/squish/CMakeFiles/squish.dir/colourblock.cpp.oScanning dependencies of target nvmath [ 27%] Building CXX object src/nvmath/CMakeFiles/nvmath.dir/Montecarlo.cpp.o [ 30%] Building CXX object src/nvmath/CMakeFiles/nvmath.dir/Random.cpp.o [ 32%] Building CXX object src/nvtt/squish/CMakeFiles/squish.dir/colourfit.cpp.o [ 34%] [ 37%] Building CXX object src/nvtt/squish/CMakeFiles/squish.dir/colourset.cpp.o Building CXX object src/nvmath/CMakeFiles/nvmath.dir/SphericalHarmonic.cpp.o [ 39%] Building CXX object src/nvtt/squish/CMakeFiles/squish.dir/maths.cpp.o [ 41%] Building CXX object src/nvmath/CMakeFiles/nvmath.dir/Basis.cpp.o Linking CXX static library libsquish.a [ 41%] Built target squish [ 44%] Building CXX object src/nvmath/CMakeFiles/nvmath.dir/Triangle.cpp.o[ 46%] Building CXX object src/nvmath/CMakeFiles/nvmath.dir/TriBox.cpp.o Linking CXX shared library libnvmath.so [ 46%] Built target nvmath Scanning dependencies of target nvimage[ 48%] [ 51%] Building CXX object src/nvimage/CMakeFiles/nvimage.dir/FloatImage.cpp.o Building CXX object src/nvimage/CMakeFiles/nvimage.dir/Filter.cpp.o [ 53%] Building CXX object src/nvimage/CMakeFiles/nvimage.dir/Image.cpp.o [ 55%] Building CXX object src/nvimage/CMakeFiles/nvimage.dir/ImageIO.cpp.o [ 58%] Building CXX object src/nvimage/CMakeFiles/nvimage.dir/ColorBlock.cpp.o [ 60%] Building CXX object src/nvimage/CMakeFiles/nvimage.dir/BlockDXT.cpp.o [ 62%] Building CXX object src/nvimage/CMakeFiles/nvimage.dir/HoleFilling.cpp.o [ 65%] Building CXX object src/nvimage/CMakeFiles/nvimage.dir/DirectDrawSurface.cpp.o [ 67%] Building CXX object src/nvimage/CMakeFiles/nvimage.dir/Quantize.cpp.o [ 69%] Building CXX object src/nvimage/CMakeFiles/nvimage.dir/NormalMap.cpp.o [ 72%] Building CXX object src/nvimage/CMakeFiles/nvimage.dir/NormalMipmap.cpp.o Linking CXX shared library libnvimage.so [ 72%] Built target nvimage Scanning dependencies of target nvtt[ 74%] [ 76%] Building CXX object src/nvtt/CMakeFiles/nvtt.dir/nvtt.cpp.o Building CXX object src/nvtt/CMakeFiles/nvtt.dir/Compressor.cpp.o [ 79%] Building CXX object src/nvtt/CMakeFiles/nvtt.dir/nvtt_wrapper.cpp.o [ 81%] Building CXX object src/nvtt/CMakeFiles/nvtt.dir/CompressDXT.cpp.o [ 83%] Building CXX object src/nvtt/CMakeFiles/nvtt.dir/CompressRGB.cpp.o [ 86%] Building CXX object src/nvtt/CMakeFiles/nvtt.dir/QuickCompressDXT.cpp.o [ 88%] Building CXX object src/nvtt/CMakeFiles/nvtt.dir/OptimalCompressDXT.cpp.o [ 90%] Building CXX object src/nvtt/CMakeFiles/nvtt.dir/CompressionOptions.cpp.o [ 93%] Building CXX object src/nvtt/CMakeFiles/nvtt.dir/InputOptions.cpp.o [ 95%] Building CXX object src/nvtt/CMakeFiles/nvtt.dir/OutputOptions.cpp.o [ 97%] Building CXX object src/nvtt/CMakeFiles/nvtt.dir/cuda/CudaUtils.cpp.o [100%] Building CXX object src/nvtt/CMakeFiles/nvtt.dir/cuda/CudaCompressDXT.cpp.o Linking CXX shared library libnvtt.so [100%] Built target nvtt Building libenet...configure: loading site script /usr/share/site/i686-pc-linux-gnuchecking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for a thread-safe mkdir -p... /bin/mkdir -pchecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking for gcc... gccchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables...checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether gcc accepts -g... yeschecking for gcc option to accept ISO C89... none neededchecking for style of include used by make... GNUchecking dependency style of gcc... gcc3checking build system type... i686-pc-linux-gnuchecking host system type... i686-pc-linux-gnuchecking for a sed that does not truncate output... /usr/bin/sedchecking for grep that handles long lines and -e... /usr/bin/grepchecking for egrep... /usr/bin/grep -Echecking for fgrep... /usr/bin/grep -Fchecking for ld used by gcc... /usr/i586-suse-linux/bin/ldchecking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yeschecking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -Bchecking the name lister (/usr/bin/nm - interface... BSD nmchecking whether ln -s works... yeschecking the maximum length of command line arguments... 1572864checking whether the shell understands some XSI constructs... yeschecking whether the shell understands "+="... yeschecking for /usr/i586-suse-linux/bin/ld option to reload object files... -rchecking for objdump... objdumpchecking how to recognize dependent libraries... pass_allchecking for ar... archecking for strip... stripchecking for ranlib... ranlibchecking command to parse /usr/bin/nm -B output from gcc object... okchecking how to run the C preprocessor... gcc -Echecking for ANSI C header files... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking for dlfcn.h... yeschecking for objdir... .libschecking if gcc supports -fno-rtti -fno-exceptions... nochecking for gcc option to produce PIC... -fPIC -DPICchecking if gcc PIC flag -fPIC -DPIC works... yeschecking if gcc static flag -static works... nochecking if gcc supports -c -o file.o... yeschecking if gcc supports -c -o file.o... (cached) yeschecking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yeschecking whether -lc should be explicitly linked in... nochecking dynamic linker characteristics... GNU/Linux ld.sochecking how to hardcode library paths into programs... immediatechecking whether stripping libraries is possible... yeschecking if libtool supports shared libraries... yeschecking whether to build shared libraries... yeschecking whether to build static libraries... yeschecking for gethostbyaddr_r... yeschecking for gethostbyname_r... yeschecking for poll... yeschecking for fcntl... yeschecking for inet_pton... yeschecking for inet_ntop... yeschecking for struct msghdr.msg_flags... yeschecking for socklen_t... yesconfigure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating libenet.pcconfig.status: executing depfiles commandsconfig.status: executing libtool commandsmake: Цель `all' не требует выполнения команд.make: Вход в каталог `/home/shooter/0ad/build/premake/premake4/build/gmake.unix'==== Building Premake4 (release) ====Creating obj/Releasepath_isabsolute.cos_getversion.cos_isfile.cos_uuid.cos_chdir.cos_pathsearch.cos_rmdir.cos_match.cscripts.cos_copyfile.cos_isdir.cos_mkdir.cos_getcwd.cpremake.cstring_endswith.cloadlib.cldebug.clstring.clparser.clfunc.cldump.cliolib.clgc.clundump.clopcodes.clmem.clstate.cltm.cldo.clzio.clstrlib.clapi.clbaselib.cltablib.cllex.closlib.cltable.clinit.cldblib.clmathlib.clobject.clvm.clcode.clauxlib.cLinking Premake4make: Выход из каталога `/home/shooter/0ad/build/premake/premake4/build/gmake.unix'Building configurations...Running action 'gmake'...Generating ../workspaces/gcc/Makefile...Generating ../workspaces/gcc/pyrogenesis.make...Generating ../workspaces/gcc/network.make...Generating ../workspaces/gcc/simulation2.make...Generating ../workspaces/gcc/scriptinterface.make...Generating ../workspaces/gcc/engine.make...Generating ../workspaces/gcc/graphics.make...Generating ../workspaces/gcc/atlas.make...Generating ../workspaces/gcc/gui.make...Generating ../workspaces/gcc/lowlevel.make...Generating ../workspaces/gcc/mongoose.make...Generating ../workspaces/gcc/mocks_real.make...Generating ../workspaces/gcc/mocks_test.make...Generating ../workspaces/gcc/Collada.make...Generating ../workspaces/gcc/test.make...Done.Building configurations...Running action 'codeblocks'...Generating ../workspaces/codeblocks/pyrogenesis.workspace...Generating ../workspaces/codeblocks/pyrogenesis.cbp...Generating ../workspaces/codeblocks/network.cbp...Generating ../workspaces/codeblocks/simulation2.cbp...Generating ../workspaces/codeblocks/scriptinterface.cbp...Generating ../workspaces/codeblocks/engine.cbp...Generating ../workspaces/codeblocks/graphics.cbp...Generating ../workspaces/codeblocks/atlas.cbp...Generating ../workspaces/codeblocks/gui.cbp...Generating ../workspaces/codeblocks/lowlevel.cbp...Generating ../workspaces/codeblocks/mongoose.cbp...Generating ../workspaces/codeblocks/mocks_real.cbp...Generating ../workspaces/codeblocks/mocks_test.cbp...Generating ../workspaces/codeblocks/Collada.cbp...Generating ../workspaces/codeblocks/test.cbp...Done.makeshooter@linux-mthy:~/0ad/build/workspaces> gccgcc: fatal error: no input filescompilation terminated.shooter@linux-mthy:~/0ad/build/workspaces> cd gccshooter@linux-mthy:~/0ad/build/workspaces/gcc> make==== Building mocks_real (release) ====Creating obj/mocks_real_Releasemocks_real.cppLinking mocks_real==== Building network (release) ====Creating obj/network_Releaseprecompiled.hNetServer.cppfsm.cppNetTurnManager.cppNetMessage.cppNetClient.cppNetHost.cppNetSession.cppNetMessageSim.cppNetStats.cppNetFileTransfer.cppprecompiled.cppLinking network==== Building simulation2 (release) ====Creating obj/simulation2_Releaseprecompiled.hSimulation2.cppICmpFootprint.cppICmpMinimap.cppICmpAIManager.cppCCmpTemplateManager.cppICmpTemplateManager.cppCCmpTerritoryManager.cppICmpIdentity.cppCCmpProjectileManager.cppCCmpRallyPointRenderer.cppICmpProjectileManager.cppCCmpFootprint.cppICmpObstructionManager.cppICmpRallyPointRenderer.cppCCmpAIManager.cppCCmpUnitMotion.cppCCmpTerrain.cppCCmpWaterManager.cppCCmpPosition.cppICmpDecay.cppICmpOwnership.cppCCmpOverlayRenderer.cppICmpVision.cppCCmpPathfinder_Vertex.cppICmpMotion.cppICmpUnknownScript.cppCCmpCommandQueue.cppCCmpMotionBall.cppCCmpObstruction.cppCCmpPathfinder.cppCCmpSelectable.cppICmpGuiInterface.cppICmpPlayerManager.cppICmpTechnologyManager.cppCCmpTerritoryInfluence.cppICmpPathfinder.cppICmpRangeManager.cppICmpTerritoryInfluence.cppICmpPlayer.cppCCmpMinimap.cppCCmpVision.cppCCmpTest.cppICmpAIInterface.cppCCmpDecay.cppICmpTerritoryManager.cppICmpSettlement.cppICmpSoundManager.cppICmpCommandQueue.cppICmpWaterManager.cppICmpSelectable.cppICmpTerrain.cppCCmpObstructionManager.cppICmpObstruction.cppCCmpRangeManager.cppICmpVisual.cppCCmpVisualActor.cppCCmpPathfinder_Tile.cppCCmpOwnership.cppCCmpSoundManager.cppICmpOverlayRenderer.cppICmpTest.cppICmpUnitMotion.cppICmpPosition.cppSelection.cppGeometry.cppRender.cppScriptComponent.cppMessageTypeConversions.cppEngineScriptConversions.cppBinarySerializer.cppHashSerializer.cppIDeserializer.cppStdSerializer.cppDebugSerializer.cppISerializer.cppStdDeserializer.cppIComponent.cppCmpPtr.cppComponentManager.cppComponentManagerSerialization.cppSimContext.cppParamNode.cppprecompiled.cppLinking simulation2==== Building scriptinterface (release) ====Creating obj/scriptinterface_Releaseprecompiled.hScriptInterface.cppScriptConversions.cppScriptVal.cppScriptStats.cppAutoRooters.cppprecompiled.cppLinking scriptinterface==== Building engine (release) ====Creating obj/engine_Releaseprecompiled.hErrors.cppCStr.cppCLogger.cppVideoMode.cppJoystick.cppDllLoader.cppCStrIntern.cppCacheLoader.cppParser.cppWorld.cppUserReport.cppReplay.cppSavedGame.cppGlobals.cppProfiler2.cppLoader.cppHotkey.cppCompress.cppPyrogenesis.cppProfileViewer.cppTouchInput.cppFileIo.cppProfiler2GPU.cppThreadUtil.cppGame.cppFont.cppConfigDB.cppOverlay.cppKeyName.cppFilesystem.cppUtil.cppPreprocessorWrapper.cppProfile.cppPreprocessor.cppCConsole.cppArchiveBuilder.cppJSInterface_Console.cppJSInterface_VFS.cppHWDetect.cppConfig.cppAtlas.cppPaths.cppCmdLineArgs.cppGameSetup.cppXeromyces.cppXMLWriter.cppRelaxNG.cppXeroXMB.cppSoundManager.cppogg.cppOggData.cppSoundData.cppCStreamItem.cppCSoundItem.cppCSoundBase.cppCBufferItem.cppAmbientSound.cppSoundPlayer.cppMusicSound.cppSoundGroup.cppSound.cppJSUtil.cppScriptingHost.cppScriptableObject.cppJSConversions.cppScriptGlue.cppPlane.cppBrush.cppFixed.cppSqrt.cppQuaternion.cppNUSpline.cppNoise.cppMatrix3D.cppVector3D.cppMD5.cppBoundingBoxAligned.cppBoundingBoxOriented.cppJSInterface_Vector3D.cppprecompiled.cppLinking engine==== Building graphics (release) ====Creating obj/graphics_Releaseprecompiled.hFrustum.cppParticleEmitterType.cppSkeletonAnimDef.cppShaderProgram.cppCamera.cppParticleEmitter.cppTerrain.cppMaterialManager.cppModelAbstract.cppTerrainTextureEntry.cppMeshManager.cppShaderManager.cppPatch.cppObjectBase.cppColor.cppMaterial.cppUnitAnimation.cppDecal.cppSkeletonAnimManager.cppTerrainTextureManager.cppTerritoryBoundary.cppShaderProgramFFP.cppCinemaTrack.cppUnitManager.cppShaderTechnique.cppMapWriter.cppLightEnv.cppModelDef.cppTextureConverter.cppShaderDefines.cppMapReader.cppLOSTexture.cppTerritoryTexture.cppObjectManager.cppHeightMipmap.cppModel.cppMapGenerator.cppMiniPatch.cppGameView.cppTextureManager.cppOverlay.cppParticleManager.cppHFTracer.cppObjectEntry.cppTerrainProperties.cppweldmesh.cppUnit.cppTextRenderer.cppColladaManager.cppmikktspace.cppInstancingModelRenderer.cppParticleRenderer.cppMikktspaceWrap.cppTexturedLineRData.cppAlphaMapCalculator.cppTerrainRenderer.cppTimeManager.cppTerrainOverlay.cppHWLightingModelRenderer.cppPatchRData.cppOverlayRenderer.cppDecalRData.cppModelRenderer.cppShadowMap.cppRenderer.cppSkyManager.cppVertexArray.cppWaterManager.cppScene.cppVertexBufferManager.cppRenderModifiers.cppVertexBuffer.cppprecompiled.cppLinking graphics==== Building atlas (release) ====Creating obj/atlas_Releaseprecompiled.hView.cppBrushes.cppSimState.cppActorViewer.cppMessagePasserImpl.cppCommandProc.cppInputProcessor.cppRegister.cppGameLoop.cppMisc.cppObjectHandlers.cppTriggerHandler.cppGraphicsSetupHandlers.cppCinemaHandler.cppMessageHandler.cppCameraCtrlHandlers.cppElevationHandlers.cppTerrainHandlers.cppPlayerHandlers.cppMiscHandlers.cppBrushHandlers.cppMapHandlers.cppEnvironmentHandlers.cppCommandHandlers.cppprecompiled.cppLinking atlas==== Building gui (release) ====Creating obj/gui_Releaseprecompiled.hCTooltip.cppIGUIObject.cppCImage.cppCInput.cppMiniMap.cppCDropDown.cppIGUIScrollBar.cppCText.cppCGUIScrollBarVertical.cppGUItext.cppGUITooltip.cppGUIutil.cppCGUI.cppCList.cppCRadioButton.cppCCheckBox.cppGUIManager.cppIGUIButtonBehavior.cppGUIRenderer.cppIGUIScrollBarOwner.cppCProgressBar.cppGUIbase.cppCGUISprite.cppCButton.cppIGUITextOwner.cppScriptFunctions.cppJSInterface_GUITypes.cppJSInterface_IGUIObject.cppGuiScriptConversions.cppprecompiled.cppLinking gui==== Building lowlevel (release) ====Creating obj/lowlevel_Releaseprecompiled.hmodule_init.cppwsecure_crt.cpptimer.cppdebug.cppfnv_hash.cpprand.cppself_test.cppapp_hooks.cppdebug_stl.cpputf8.cppbase32.cppsecure_crt.cppstatus.cpppath.cppinput.cppbits.cppbyte_order.cppregex.cppogl.cppsvn_revision.cppfrequency_filter.cpplib.cppfreelist.cppheaderless.cpppage_aligned.cpparena.cppshared_ptr.cpppool.cppunique_range.cppdynarray.cppdbghelp.cppfile_system.cppfile.cpparchive_zip.cppcodec.cpparchive_builder.cppstream.cppcodec_zlib.cpparchive.cppfile_stats.cpptrace.cppfile_loader.cppreal_directory.cppio.cppwrite_buffer.cppvfs.cppvfs_path.cppvfs_lookup.cppvfs_populate.cppfile_cache.cppvfs_tree.cppvfs_util.cppposix.cpph_mgr.cppcursor.cppogl_tex.cppunifont.cppsnd.cppcpu.cppgfx.cppsmbios.cppos_cpu.cppacpi.cpptex_png.cpptex_tga.cpptex_codec.cpptex_bmp.cpptex.cpptex_dds.cpptex_jpg.cppia32.cppcache.cppapic.cppmsr.cpptopology.cppx86_x64.cpplinux.cppdir_watch_inotify.cpplcpu.cppldbg.cppudbg.cppunuma.cppufilesystem.cppunix.cppprintf.cppuvm.cppx.cppgcc.cppprecompiled.cppLinking lowlevel==== Building mongoose (release) ====Creating obj/mongoose_Releasemongoose.cppLinking mongoose==== Building pyrogenesis (release) ====Creating obj/pyrogenesis_Releasemain.cppLinking pyrogenesis==== Building mocks_test (release) ====Creating obj/mocks_test_Releasemocks_test.cppLinking mocks_test==== Building Collada (release) ====Creating obj/Collada_Releaseprecompiled.hXMLFix.cppPMDConvert.cppGeomReindex.cppDecompose.cppDLL.cppStdSkeletons.cppprecompiled.cppPSAConvert.cppCommonConvert.cppMaths.cppLinking Collada==== Building test (release) ====Creating obj/test_Releaseprecompiled.htest_root.cpptest_NetMessage.htest_NetMessage.cpptest_Net.htest_Net.cpptest_cache_adt.htest_cache_adt.cpptest_bits.htest_bits.cpptest_wchar.htest_wchar.cpptest_byte_order.htest_byte_order.cpptest_path.htest_path.cpptest_lib.htest_lib.cpptest_fnv_hash.htest_fnv_hash.cpptest_rand.htest_rand.cpptest_path_util.htest_path_util.cpptest_base32.htest_base32.cpptest_regex.htest_regex.cpptest_secure_crt.htest_secure_crt.cpptest_adts.htest_adts.cpptest_trace.htest_trace.cpptest_tex.htest_tex.cpptest_posix.htest_posix.cpptest_topology.htest_topology.cpptest_printf.htest_printf.cpptest_sysdep.htest_sysdep.cpptest_rtl.htest_rtl.cpptest_allocators.htest_allocators.cpptest_headerless.htest_headerless.cpptest_ScriptVal.htest_ScriptVal.cpptest_ScriptConversions.htest_ScriptConversions.cpptest_ScriptInterface.htest_ScriptInterface.cpptest_CmdLineArgs.htest_CmdLineArgs.cpptest_CStr.htest_CStr.cppstub_impl_hack.hstub_impl_hack.cpptest_test.htest_test.cpptest_Parser.htest_Parser.cpptest_CLogger.htest_CLogger.cpptest_XMLWriter.htest_XMLWriter.cpptest_Xeromyces.htest_Xeromyces.cpptest_RelaxNG.htest_RelaxNG.cpptest_XeroXMB.htest_XeroXMB.cpptest_ShaderManager.htest_ShaderManager.cpptest_TextureManager.htest_TextureManager.cpptest_MeshManager.htest_MeshManager.cpptest_TextureConverter.htest_TextureConverter.cpptest_Terrain.htest_Terrain.cpptest_LOSTexture.htest_LOSTexture.cpptest_Color.htest_Color.cpptest_ComponentManager.htest_ComponentManager.cpptest_ParamNode.htest_ParamNode.cpptest_CmpTemplateManager.htest_CmpTemplateManager.cpptest_Serializer.htest_Serializer.cppIn file included from ../../../source/simulation2/tests/test_Serializer.cpp:15:0:../../../source/simulation2/tests/../../../source/simulation2/tests/test_Serializer.h: In member function ‘void TestSerializerPerf::test_hash_DISABLED()’:../../../source/simulation2/tests/../../../source/simulation2/tests/test_Serializer.h:530:3: warning: variable ‘_qzz_res’ set but not used [-Wunused-but-set-variable]../../../source/simulation2/tests/../../../source/simulation2/tests/test_Serializer.h:537:3: warning: variable ‘_qzz_res’ set but not used [-Wunused-but-set-variable]test_Simulation2.htest_Simulation2.cpptest_Pathfinder.htest_Pathfinder.cpptest_scripts.htest_scripts.cpptest_RangeManager.htest_RangeManager.cpptest_ObstructionManager.htest_ObstructionManager.cpptest_Position.htest_Position.cpptest_TerritoryManager.htest_TerritoryManager.cpptest_CommandQueue.htest_CommandQueue.cpptest_Sqrt.htest_Sqrt.cpptest_Brush.htest_Brush.cpptest_Random.htest_Random.cpptest_Matrix3d.htest_Matrix3d.cpptest_Bound.htest_Bound.cpptest_FixedVector2D.htest_FixedVector2D.cpptest_FixedVector3D.htest_FixedVector3D.cpptest_MD5.htest_MD5.cpptest_Fixed.htest_Fixed.cppprecompiled.cpptest_setup.cppLinking test Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.