Opened 15 years ago

Closed 15 years ago

#4059 closed defect (fixed)

GOB: Compiler Error on AmigaOS4

Reported by: raziel- Owned by: DrMcCoy
Priority: normal Component: Engine: Gob
Version: Keywords: build
Cc: Game: Gobliiins

Description

ppc-amigaos-g++ -Wp,-MMD,"engines/gob/.deps/coktelvideo.d",-MQ,"engines/gob/coktelvideo.o",-MP -Wall -mcrt=newlib -mstrict-align -mcpu=750 -mtune=7400 -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -pedantic -Wpointer-arith -Wcast-qual -Wcast-align -Wshadow -Wimplicit -Wnon-virtual-dtor -Wwrite-strings -fno-rtti -fno-exceptions -fcheck-new -DHAVE_CONFIG_H -DDATA_PATH=\"/Development/Coding/Sources/scummvm\" -DPLUGIN_DIRECTORY=\"/usr/local/lib/scummvm\" -DSDL_BACKEND -DENABLE_SCUMM=STATIC_PLUGIN -DENABLE_SCUMM_7_8 -DENABLE_HE -DENABLE_AGI=STATIC_PLUGIN -DENABLE_AGOS=STATIC_PLUGIN -DENABLE_CINE=STATIC_PLUGIN -DENABLE_DRASCULA=STATIC_PLUGIN -DENABLE_GOB=STATIC_PLUGIN -DENABLE_GROOVIE=STATIC_PLUGIN -DENABLE_KYRA=STATIC_PLUGIN -DENABLE_LURE=STATIC_PLUGIN -DENABLE_PARALLACTION=STATIC_PLUGIN -DENABLE_QUEEN=STATIC_PLUGIN -DENABLE_SAGA=STATIC_PLUGIN -DENABLE_SKY=STATIC_PLUGIN -DENABLE_SWORD1=STATIC_PLUGIN -DENABLE_SWORD2=STATIC_PLUGIN -DENABLE_TOUCHE=STATIC_PLUGIN -DENABLE_TUCKER=STATIC_PLUGIN -I. -I. -I./engines -I/SDK/Local/newlib/include/SDL -D_GNU_SOURCE=1 -c engines/gob/coktelvideo.cpp -o engines/gob/coktelvideo.o engines/gob/coktelvideo.cpp: In member function 'virtual void Gob::Imd::seekFrame(int32, int16, bool)': engines/gob/coktelvideo.cpp:316: warning: format '%d' expects type 'int', but argument 2 has type 'int32' engines/gob/coktelvideo.cpp: In member function 'virtual void Gob::Imd::waitEndFrame()': engines/gob/coktelvideo.cpp:338: warning: format '%d' expects type 'int', but argument 2 has type 'long unsigned int' engines/gob/coktelvideo.cpp: In member function 'uint32 Gob::Vmd::renderFrame(int16&, int16&, int16&, int16&)': engines/gob/coktelvideo.cpp:1455: error: no matching function for call to 'MIN(int, long int)' engines/gob/coktelvideo.cpp: In member function 'void Gob::Vmd::deADPCM(byte*, byte*, int16&, uint32)': engines/gob/coktelvideo.cpp:1702: warning: cast from 'byte*' to 'int16*' increases required alignment of target type engines/gob/coktelvideo.cpp: In member function 'virtual Common::MemoryReadStream* Gob::Vmd::getExtraData(const char*)': engines/gob/coktelvideo.cpp:1775: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' engines/gob/coktelvideo.cpp:1775: warning: format '%d' expects type 'int', but argument 4 has type 'uint32' engines/gob/coktelvideo.cpp:1784: warning: format '%d' expects type 'int', but argument 2 has type 'uint32' gmake: *** [engines/gob/coktelvideo.o] Error 1

Ticket imported from: #2473627. Ticket imported from: bugs/4059.

Change History (2)

comment:1 by DrMcCoy, 15 years ago

Owner: set to DrMcCoy
Resolution: fixed
Status: newclosed

comment:2 by DrMcCoy, 15 years ago

Should be fixed in r35597

Note: See TracTickets for help on using tickets.