[ scummvm-Bugs-2689733 ] PARALLACTION: Compile breaks in AmigaOS

SourceForge.net noreply at sourceforge.net
Tue Mar 17 09:08:56 CET 2009


Bugs item #2689733, was opened at 2009-03-17 09:08
Message generated for change (Tracker Item Submitted) made by raziel_
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=2689733&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Compiler error
Group: Nippon Safes
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hubert Maier (raziel_)
Assigned to: Nobody/Anonymous (nobody)
Summary: PARALLACTION: Compile breaks in AmigaOS

Initial Comment:
Latest SVN build

mkdir -p engines/parallaction/.deps
ppc-amigaos-g++ -Wp,-MMD,"engines/parallaction/.deps/parallaction.d",-MQ,"engines/parallaction/parallaction.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=\"/usr/local/share/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_MADE=STATIC_PLUGIN -DENABLE_PARALLACTION=STATIC_PLUGIN -DENABLE_QUEEN=STATIC_PLUGIN -DENABLE_SAGA=STATIC_PLUGIN -DENABLE_IHNM -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/parallaction/parallaction.cpp -o engines/parallaction/parallaction.o
In file included from engines/parallaction/parallaction.cpp:41:
./engines/parallaction/sound.h: In member function 'void Parallaction::SoundMan::execute(int, int32)':
./engines/parallaction/sound.h:65: warning: format '%i' expects type 'int', but argument 3 has type 'int32'
engines/parallaction/parallaction.cpp: In member function 'void Parallaction::Parallaction::runZone(Parallaction::ZonePtr)':
engines/parallaction/parallaction.cpp:623: warning: format '%x' expects type 'unsigned int', but argument 5 has type 'long unsigned int'
engines/parallaction/parallaction.cpp:640: error: call of overloaded 'execute(Parallaction::<anonymous enum>, int&)' is ambiguous
./engines/parallaction/sound.h:60: note: candidates are: void Parallaction::SoundMan::execute(int, bool)
./engines/parallaction/sound.h:63: note:  void Parallaction::SoundMan::execute(int, int32)
engines/parallaction/parallaction.cpp:642: error: call of overloaded 'execute(Parallaction::<anonymous enum>, int)' is ambiguous
./engines/parallaction/sound.h:60: note: candidates are: void Parallaction::SoundMan::execute(int, bool)
./engines/parallaction/sound.h:63: note:  void Parallaction::SoundMan::execute(int, int32)
engines/parallaction/parallaction.cpp: In member function 'bool Parallaction::Parallaction::checkZoneBox(Parallaction::ZonePtr, uint32, uint, uint)':
engines/parallaction/parallaction.cpp:727: warning: format '%x' expects type 'unsigned int', but argument 5 has type 'uint32'
engines/parallaction/parallaction.cpp: In member function 'bool Parallaction::Parallaction::checkLinkedAnimBox(Parallaction::ZonePtr, uint32, uint, uint)':
engines/parallaction/parallaction.cpp:760: warning: format '%x' expects type 'unsigned int', but argument 5 has type 'uint32'
engines/parallaction/parallaction.cpp: In member function 'void Parallaction::Parallaction::beep()':
engines/parallaction/parallaction.cpp:989: error: call of overloaded 'execute(Parallaction::<anonymous enum>, int)' is ambiguous
./engines/parallaction/sound.h:60: note: candidates are: void Parallaction::SoundMan::execute(int, bool)
./engines/parallaction/sound.h:63: note:  void Parallaction::SoundMan::execute(int, int32)
engines/parallaction/parallaction.cpp:990: error: call of overloaded 'execute(Parallaction::<anonymous enum>, int)' is ambiguous
./engines/parallaction/sound.h:60: note: candidates are: void Parallaction::SoundMan::execute(int, bool)
./engines/parallaction/sound.h:63: note:  void Parallaction::SoundMan::execute(int, int32)
engines/parallaction/parallaction.cpp:991: error: call of overloaded 'execute(Parallaction::<anonymous enum>, int)' is ambiguous
./engines/parallaction/sound.h:60: note: candidates are: void Parallaction::SoundMan::execute(int, bool)
./engines/parallaction/sound.h:63: note:  void Parallaction::SoundMan::execute(int, int32)
./engines/parallaction/sound.h:68: note:  void Parallaction::SoundMan::execute(int, const char*)
gmake: *** [engines/parallaction/parallaction.o] Error 1

gcc version 4.2.4 (adtools build 20090118)
AmigaOS4

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=2689733&group_id=37116




More information about the Scummvm-tracker mailing list