Codice: Seleziona tutto
make cleannel mentre dimmi, hai ubuntu a 32 o 64 bit?

Codice: Seleziona tutto
make cleanCodice: Seleziona tutto
makricky@ricky-desktop:~$ make clean
make: *** No rule to make target `clean'. Stop.
ricky@ricky-desktop:~$ cd blobAndConquer-1.0
ricky@ricky-desktop:~/blobAndConquer-1.0$ make clean
rm -f CAudio.o CBaseWidget.o CBlobDef.o CBoundingBox.o CBoundingBoxManager.o CBoss.o CBossDef.o CBSP.o CBullet.o CButton.o CCamera.o CCheckBox.o CCollision.o CComboBox.o CCrumb.o CCrumbBox.o CCutsceneCamera.o CCutsceneCommand.o CData.o CDecal.o CDecoration.o CDoor.o CEmitter.o CEnemyDef.o CEntity.o CEntityDef.o CEntityManager.o CEngine.o CFace.o CFeature.o CFileData.o CFrustum.o CGame.o CGeometry.o CGLColor.o CGraphics.o CGrid.o CHashtable.o CInputWidget.o CItem.o CItemDef.o CLabel.o CLinkable.o CList.o CListView.o CListViewItem.o CMap.o CMath.o CMD2.o CMDLModel.o CMission.o CModelManager.o CMouse.o CObjective.o CPak.o CPanel.o CParticle.o CParticleManager.o CPlane.o CPoint.o CProperties.o CQ3Target.o CRandomNameGen.o CReference.o CSaveGameHeader.o CSimpleModel.o CSlider.o CSprite.o CString.o CStructure.o CSwitch.o CTexture.o CTextureManager.o CTextureSpec.o CTextureSpecManager.o CTrace.o CTrap.o CTriangle.o CTrigger.o CUIManager.o CUnit.o CVector.o CVectori.o CWeapon.o CWeaponDef.o ambush.o battle.o bioMechBlobs.o bioTanks.o blobs.o bosses.o bsp.o bullets.o camera.o combat.o controlPanel.o cryptBoss.o cutscene.o darkBioMechs.o decals.o decoration.o dialogs.o doors.o emitters.o enemy.o eyeDroids.o eyeDroidCommander.o explosions.o features.o finalBoss.o game.o init.o items.o laserGrid.o lift.o load.o mastermind.o md2.o misc.o mission.o modelLoader.o opengl.o options.o particles.o player.o propertiesLoader.o resources.o save.o sentryGuns.o shadows.o specialist.o spiderBlobs.o spiderBlobCommander.o status.o structures.o switches.o title.o traps.o triggers.o units.o weapons.o weather.o widgets.o world.o .o main.o blobAndConquer
ricky@ricky-desktop:~/blobAndConquer-1.0$

Codice: Seleziona tutto
ricky@ricky-desktop:~$ cd blobandconquer-1.0
bash: cd: blobandconquer-1.0: Nessun file o directory
ricky@ricky-desktop:~$ cd blobAndConquer-1.0
ricky@ricky-desktop:~/blobAndConquer-1.0$ make
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/cplusplus/CAudio.cpp
In file included from src/cplusplus/CAudio.cpp:21:
src/cplusplus/../headers.h:37:27: error: SDL/SDL_image.h: Nessun file o directory
src/cplusplus/../headers.h:38:27: error: SDL/SDL_mixer.h: Nessun file o directory
src/cplusplus/../headers.h:39:25: error: SDL/SDL_ttf.h: Nessun file o directory
In file included from src/cplusplus/../headers.h:151,
from src/cplusplus/CAudio.cpp:21:
src/cplusplus/../cplusplus/CAudio.h:30: error: ISO C++ forbids declaration of ‘Mix_Chunk’ with no type
src/cplusplus/../cplusplus/CAudio.h:30: error: expected ‘;’ before ‘*’ token
src/cplusplus/../cplusplus/CAudio.h:31: error: ISO C++ forbids declaration of ‘Mix_Chunk’ with no type
src/cplusplus/../cplusplus/CAudio.h:31: error: expected ‘;’ before ‘*’ token
src/cplusplus/../cplusplus/CAudio.h:35: error: ISO C++ forbids declaration of ‘Mix_Music’ with no type
src/cplusplus/../cplusplus/CAudio.h:35: error: expected ‘;’ before ‘*’ token
In file included from src/cplusplus/../headers.h:152,
from src/cplusplus/CAudio.cpp:21:
src/cplusplus/../cplusplus/CGraphics.h:32: error: ISO C++ forbids declaration of ‘TTF_Font’ with no type
src/cplusplus/../cplusplus/CGraphics.h:32: error: expected ‘;’ before ‘*’ token
src/cplusplus/CAudio.cpp: In constructor ‘Audio::Audio()’:
src/cplusplus/CAudio.cpp:48: error: ‘sound’ was not declared in this scope
src/cplusplus/CAudio.cpp:60: error: ‘music’ was not declared in this scope
src/cplusplus/CAudio.cpp:62: error: ‘Mix_ChannelFinished’ was not declared in this scope
src/cplusplus/CAudio.cpp: In member function ‘void Audio::setSoundVolume(int)’:
src/cplusplus/CAudio.cpp:76: error: ‘Mix_Volume’ was not declared in this scope
src/cplusplus/CAudio.cpp: In member function ‘void Audio::setMusicVolume(int)’:
src/cplusplus/CAudio.cpp:87: error: ‘Mix_VolumeMusic’ was not declared in this scope
src/cplusplus/CAudio.cpp: In member function ‘void Audio::setEnvironmentVolume(int)’:
src/cplusplus/CAudio.cpp:102: error: ‘Mix_Volume’ was not declared in this scope
src/cplusplus/CAudio.cpp: In member function ‘bool Audio::loadSound(int, const char*)’:
src/cplusplus/CAudio.cpp:119: error: ‘sound’ was not declared in this scope
src/cplusplus/CAudio.cpp:121: error: ‘Mix_FreeChunk’ was not declared in this scope
src/cplusplus/CAudio.cpp:130: error: ‘sound’ was not declared in this scope
src/cplusplus/CAudio.cpp:130: error: ‘Mix_LoadWAV_RW’ was not declared in this scope
src/cplusplus/CAudio.cpp: In member function ‘bool Audio::loadMusic(const char*)’:
src/cplusplus/CAudio.cpp:149: error: ‘music’ was not declared in this scope
src/cplusplus/CAudio.cpp:151: error: ‘Mix_HaltMusic’ was not declared in this scope
src/cplusplus/CAudio.cpp:153: error: ‘Mix_FreeMusic’ was not declared in this scope
src/cplusplus/CAudio.cpp:167: error: ‘music’ was not declared in this scope
src/cplusplus/CAudio.cpp:167: error: ‘Mix_LoadMUS’ was not declared in this scope
src/cplusplus/CAudio.cpp: In member function ‘void Audio::playSound(int, int, int)’:
src/cplusplus/CAudio.cpp:198: error: ‘Mix_Playing’ was not declared in this scope
src/cplusplus/CAudio.cpp:228: error: ‘Mix_Playing’ was not declared in this scope
src/cplusplus/CAudio.cpp:236: error: ‘Mix_Volume’ was not declared in this scope
src/cplusplus/CAudio.cpp:238: error: ‘sound’ was not declared in this scope
src/cplusplus/CAudio.cpp:238: error: ‘Mix_PlayChannel’ was not declared in this scope
src/cplusplus/CAudio.cpp: In member function ‘void Audio::haltChannel(int)’:
src/cplusplus/CAudio.cpp:249: error: ‘Mix_HaltChannel’ was not declared in this scope
src/cplusplus/CAudio.cpp: In member function ‘void Audio::playSoundLoop(int, int)’:
src/cplusplus/CAudio.cpp:260: error: ‘sound’ was not declared in this scope
src/cplusplus/CAudio.cpp:260: error: ‘Mix_PlayChannel’ was not declared in this scope
src/cplusplus/CAudio.cpp: In member function ‘void Audio::freeSound(int)’:
src/cplusplus/CAudio.cpp:270: error: ‘sound’ was not declared in this scope
src/cplusplus/CAudio.cpp:272: error: ‘Mix_FreeChunk’ was not declared in this scope
src/cplusplus/CAudio.cpp: In member function ‘void Audio::playMusic()’:
src/cplusplus/CAudio.cpp:284: error: ‘music’ was not declared in this scope
src/cplusplus/CAudio.cpp:284: error: ‘Mix_PlayMusic’ was not declared in this scope
src/cplusplus/CAudio.cpp:286: error: ‘Mix_VolumeMusic’ was not declared in this scope
src/cplusplus/CAudio.cpp: In member function ‘void Audio::doAmbience()’:
src/cplusplus/CAudio.cpp:309: error: ‘Mix_Volume’ was not declared in this scope
src/cplusplus/CAudio.cpp:310: error: ‘ambience’ was not declared in this scope
src/cplusplus/CAudio.cpp:310: error: ‘Mix_PlayChannel’ was not declared in this scope
src/cplusplus/CAudio.cpp: In member function ‘bool Audio::loadAmbience(int, const char*)’:
src/cplusplus/CAudio.cpp:329: error: ‘ambience’ was not declared in this scope
src/cplusplus/CAudio.cpp:331: error: ‘Mix_FreeChunk’ was not declared in this scope
src/cplusplus/CAudio.cpp:340: error: ‘ambience’ was not declared in this scope
src/cplusplus/CAudio.cpp:340: error: ‘Mix_LoadWAV_RW’ was not declared in this scope
src/cplusplus/CAudio.cpp: In member function ‘void Audio::pause()’:
src/cplusplus/CAudio.cpp:359: error: ‘Mix_Pause’ was not declared in this scope
src/cplusplus/CAudio.cpp:362: error: ‘Mix_PauseMusic’ was not declared in this scope
src/cplusplus/CAudio.cpp: In member function ‘void Audio::resume()’:
src/cplusplus/CAudio.cpp:374: error: ‘Mix_Resume’ was not declared in this scope
src/cplusplus/CAudio.cpp:377: error: ‘Mix_ResumeMusic’ was not declared in this scope
src/cplusplus/CAudio.cpp: In member function ‘void Audio::stopMusic()’:
src/cplusplus/CAudio.cpp:387: error: ‘Mix_HaltMusic’ was not declared in this scope
src/cplusplus/CAudio.cpp: In member function ‘void Audio::fadeMusic()’:
src/cplusplus/CAudio.cpp:397: error: ‘Mix_FadeOutMusic’ was not declared in this scope
src/cplusplus/CAudio.cpp:398: error: ‘Mix_FadeOutChannel’ was not declared in this scope
src/cplusplus/CAudio.cpp: In member function ‘void Audio::freeAmbience()’:
src/cplusplus/CAudio.cpp:405: error: ‘ambience’ was not declared in this scope
src/cplusplus/CAudio.cpp:407: error: ‘Mix_FreeChunk’ was not declared in this scope
src/cplusplus/CAudio.cpp:410: error: ‘ambience’ was not declared in this scope
src/cplusplus/CAudio.cpp:413: error: ‘music’ was not declared in this scope
src/cplusplus/CAudio.cpp:415: error: ‘Mix_HaltMusic’ was not declared in this scope
src/cplusplus/CAudio.cpp:417: error: ‘Mix_FreeMusic’ was not declared in this scope
src/cplusplus/CAudio.cpp:420: error: ‘music’ was not declared in this scope
src/cplusplus/CAudio.cpp: In member function ‘void Audio::free()’:
src/cplusplus/CAudio.cpp:427: error: ‘sound’ was not declared in this scope
src/cplusplus/CAudio.cpp:429: error: ‘Mix_FreeChunk’ was not declared in this scope
src/cplusplus/CAudio.cpp:432: error: ‘sound’ was not declared in this scope
src/cplusplus/CAudio.cpp:437: error: ‘ambience’ was not declared in this scope
src/cplusplus/CAudio.cpp:439: error: ‘Mix_FreeChunk’ was not declared in this scope
src/cplusplus/CAudio.cpp:442: error: ‘ambience’ was not declared in this scope
src/cplusplus/CAudio.cpp:445: error: ‘music’ was not declared in this scope
src/cplusplus/CAudio.cpp:447: error: ‘Mix_HaltMusic’ was not declared in this scope
src/cplusplus/CAudio.cpp:449: error: ‘Mix_FreeMusic’ was not declared in this scope
src/cplusplus/CAudio.cpp:452: error: ‘music’ was not declared in this scope
src/cplusplus/CAudio.cpp: In member function ‘void Audio::destroy()’:
src/cplusplus/CAudio.cpp:461: error: ‘sound’ was not declared in this scope
src/cplusplus/CAudio.cpp:463: error: ‘Mix_FreeChunk’ was not declared in this scope
make: *** [CAudio.o] Error 1
ricky@ricky-desktop:~/blobAndConquer-1.0$ sudo make install*
[sudo] password for ricky:
make: *** No rule to make target `install*'. Stop.
ricky@ricky-desktop:~/blobAndConquer-1.0$

Codice: Seleziona tutto
ricky@ricky-desktop:~$ sudo apt-get install build-essential
[sudo] password for ricky:
Lettura della lista dei pacchetti in corso... Fatto
Generazione dell'albero delle dipendenze in corso
Lettura delle informazioni di stato... Fatto
build-essential è già alla versione più recente.
0 aggiornati, 0 installati, 0 da rimuovere e 0 non aggiornati.
ricky@ricky-desktop:~$


Questo è il problema, solo che non troviamo una soluzioneCodice: Seleziona tutto
In file included from src/cplusplus/CAudio.cpp:21: src/cplusplus/../headers.h:37:27: error: SDL/SDL_image.h: Nessun file o directory src/cplusplus/../headers.h:38:27: error: SDL/SDL_mixer.h: Nessun file o directory src/cplusplus/../headers.h:39:25: error: SDL/SDL_ttf.h: Nessun file o directory
Codice: Seleziona tutto
sudo apt-get install libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-sound1.2-dev libsdl-ttf2.0-devCodice: Seleziona tutto
uer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/cplusplus/CTexture.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/cplusplus/CTextureManager.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/cplusplus/CTextureSpec.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/cplusplus/CTextureSpecManager.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/cplusplus/CTrace.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/cplusplus/CTrap.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/cplusplus/CTriangle.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/cplusplus/CTrigger.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/cplusplus/CUIManager.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/cplusplus/CUnit.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/cplusplus/CVector.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/cplusplus/CVectori.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/cplusplus/CWeapon.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/cplusplus/CWeaponDef.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/bosses/ambush.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/battle.cpp
src/battle.cpp: In function ‘int mainBattleLoop()’:
src/battle.cpp:391: warning: zero-length printf format string
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/entities/bioMechBlobs.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/bosses/bioTanks.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/entities/blobs.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/entities/bosses.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/world/bsp.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/entities/bullets.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/camera.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/combat/combat.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/hud/controlPanel.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/bosses/cryptBoss.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/misc/cutscene.cpp
src/misc/cutscene.cpp: In function ‘void processAnimatedCutscene(List*)’:
src/misc/cutscene.cpp:1160: warning: format not a string literal and no format arguments
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/entities/darkBioMechs.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/effects/decals.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/effects/decoration.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/hud/dialogs.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/entities/doors.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/effects/emitters.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/entities/enemy.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/entities/eyeDroids.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/bosses/eyeDroidCommander.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/combat/explosions.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/entities/features.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/bosses/finalBoss.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/game.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/init.cpp
src/init.cpp: In function ‘void showLicense()’:
src/init.cpp:64: warning: format not a string literal and no format arguments
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/entities/items.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/puzzles/laserGrid.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/entities/lift.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/io/load.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/puzzles/mastermind.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/misc/md2.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/misc/misc.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/missions/mission.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/io/modelLoader.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/misc/opengl.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/hud/options.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/effects/particles.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/player.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/io/propertiesLoader.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/io/resources.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/io/save.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/entities/sentryGuns.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/effects/shadows.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/bosses/specialist.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/entities/spiderBlobs.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/bosses/spiderBlobCommander.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/hud/status.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/entities/structures.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/entities/switches.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/title.cpp
src/title.cpp: In function ‘void doCredits()’:
src/title.cpp:351: warning: format not a string literal and no format arguments
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/entities/traps.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/missions/triggers.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/entities/units.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/combat/weapons.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/effects/weather.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/hud/widgets.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/world/world.cpp
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/main.cpp
g++ -lGL -lGLU `sdl-config --libs` -lSDL_mixer -lSDL_image -lSDL_ttf -lz CAudio.o CBaseWidget.o CBlobDef.o CBoundingBox.o CBoundingBoxManager.o CBoss.o CBossDef.o CBSP.o CBullet.o CButton.o CCamera.o CCheckBox.o CCollision.o CComboBox.o CCrumb.o CCrumbBox.o CCutsceneCamera.o CCutsceneCommand.o CData.o CDecal.o CDecoration.o CDoor.o CEmitter.o CEnemyDef.o CEntity.o CEntityDef.o CEntityManager.o CEngine.o CFace.o CFeature.o CFileData.o CFrustum.o CGame.o CGeometry.o CGLColor.o CGraphics.o CGrid.o CHashtable.o CInputWidget.o CItem.o CItemDef.o CLabel.o CLinkable.o CList.o CListView.o CListViewItem.o CMap.o CMath.o CMD2.o CMDLModel.o CMission.o CModelManager.o CMouse.o CObjective.o CPak.o CPanel.o CParticle.o CParticleManager.o CPlane.o CPoint.o CProperties.o CQ3Target.o CRandomNameGen.o CReference.o CSaveGameHeader.o CSimpleModel.o CSlider.o CSprite.o CString.o CStructure.o CSwitch.o CTexture.o CTextureManager.o CTextureSpec.o CTextureSpecManager.o CTrace.o CTrap.o CTriangle.o CTrigger.o CUIManager.o CUnit.o CVector.o CVectori.o CWeapon.o CWeaponDef.o ambush.o battle.o bioMechBlobs.o bioTanks.o blobs.o bosses.o bsp.o bullets.o camera.o combat.o controlPanel.o cryptBoss.o cutscene.o darkBioMechs.o decals.o decoration.o dialogs.o doors.o emitters.o enemy.o eyeDroids.o eyeDroidCommander.o explosions.o features.o finalBoss.o game.o init.o items.o laserGrid.o lift.o load.o mastermind.o md2.o misc.o mission.o modelLoader.o opengl.o options.o particles.o player.o propertiesLoader.o resources.o save.o sentryGuns.o shadows.o specialist.o spiderBlobs.o spiderBlobCommander.o status.o structures.o switches.o title.o traps.o triggers.o units.o weapons.o weather.o widgets.o world.o main.o -o blobAndConquer
g++ -Wformat=2 -Wformat-security -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization `sdl-config --cflags` -DVERSION=1.0 -DRELEASE=1 -DUSEPAK=0 -DDEV=0 -DPAKNAME=\"blobAndConquer.pak\" -DPAKLOCATION=\"/usr/share/games/blobAndConquer/\" -DGAMEPLAYMANUAL=\"/usr/share/doc/blobAndConquer//index.html\" -Wall -pedantic -DLOCALEDIR=\"/usr/share/locale/\" -c src/pak.cpp
g++ -lGL -lGLU `sdl-config --libs` -lSDL_mixer -lSDL_image -lSDL_ttf -lz CLinkable.o CFileData.o pak.o -o pak
ricky@ricky-desktop:~/blobAndConquer-1.0$ sudo make install*
make: *** No rule to make target `install*'. Stop.
ricky@ricky-desktop:~/blobAndConquer-1.0$ sudo make install blobAndConquer-1.0
./pak data gfx music sound textures blobAndConquer.pak
Paking...100%
Pak: All Done. Added 697 files
mkdir -p /usr/games/
mkdir -p /usr/share/games/blobAndConquer/
mkdir -p /usr/share/doc/blobAndConquer/
mkdir -p /usr/share/icons//16x16/apps
mkdir -p /usr/share/icons//32x32/apps
mkdir -p /usr/share/icons//64x64/apps
mkdir -p /usr/share/applications/
install -m 755 blobAndConquer /usr/games//blobAndConquer
install -m 644 blobAndConquer.pak /usr/share/games/blobAndConquer//blobAndConquer.pak
cp -r doc/* /usr/share/doc/blobAndConquer/
cp icons/blobAndConquer.png /usr/share/icons/32x32/apps/
cp icons/blobAndConquer.desktop /usr/share/applications/
make: *** No rule to make target `blobAndConquer-1.0'. Stop.
ricky@ricky-desktop:~/blobAndConquer-1.0$

Visualizzano questa sezione: 0 utenti iscritti e 3 ospiti