[ scummvm-Bugs-2684645 ] AMIGAOS: Build breaks in "base/commandline"

SourceForge.net noreply at sourceforge.net
Thu Mar 12 08:32:22 CET 2009


Bugs item #2684645, was opened at 2009-03-12 08:32
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=2684645&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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hubert Maier (raziel_)
Assigned to: Nobody/Anonymous (nobody)
Summary: AMIGAOS: Build breaks in "base/commandline"

Initial Comment:
ScummVM 0.14.0svn (Mar 11 2009 22:58:36)
Features compiled in: Vorbis FLAC MP3 zLib 

On building the latest source with NOT using --host=ppc-amigaos
(see https://sourceforge.net/tracker/?func=detail&atid=418820&aid=2603571&group_id=37116)
i get a break and stop of the build process in base/commandline.cpp

Using it while configuring makes the building go past it, very strange :-?

g++ -Wp,-MMD,"base/.deps/commandLine.d",-MQ,"base/commandLine.o",-MP -Wall -g -ansi -W -Wno-unused-parameter -Wconversion -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 base/commandLine.cpp -o base/commandLine.o
base/commandLine.cpp: In function 'void Base::usage(const char*, ...)':
base/commandLine.cpp:140: error: 'vsnprintf' was not declared in this scope
base/commandLine.cpp: In function 'Common::String Base::parseCommandLine(Common::StringMap&, int, char**)':
base/commandLine.cpp:362: error: 'strcasecmp' was not declared in this scope
base/commandLine.cpp:367: error: 'strcasecmp' was not declared in this scope
base/commandLine.cpp: In function 'void Base::runDetectorTest()':
base/commandLine.cpp:675: error: 'strcasecmp' was not declared in this scope
gmake: *** [base/commandLine.o] Error 1

AmigaOS4
gcc version 4.2.4 (adtools build 20090118)

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

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




More information about the Scummvm-tracker mailing list