[ scummvm-Bugs-1858824 ] SCUMMVM: Build Process breaks due to regression

SourceForge.net noreply at sourceforge.net
Thu Dec 27 08:28:18 CET 2007


Bugs item #1858824, was opened at 2007-12-27 08:28
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=1858824&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: Unknown Crash/Other
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hubert Maier (raziel_)
Assigned to: Nobody/Anonymous (nobody)
Summary: SCUMMVM: Build Process breaks due to regression

Initial Comment:
With the commit 30004 (i think)
http://scummvm.svn.sourceforge.net/viewvc/scummvm/scummvm/trunk/common/hashmap.h?r1=30004&r2=30003&pathrev=30004

the build process breaks on my system, i get

ppc-amigaos-g++ -Wp,-MMD,"base/.deps/commandLine.d",-MQ,"base/commandLine.o",-MP -Wall -mcrt=newlib -mstrict-align -mcpu=750 -mtune=7400 -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -pedantic -Wpointer-arith -Wcast-qual -Wconversion -Wshadow -Wimplicit -Wundef -Wnon-virtual-dtor -Wno-reorder -Wwrite-strings -fno-rtti -fno-exceptions -fcheck-new -DHAVE_CONFIG_H -DDATA_PATH=\"/usr/local/share/scummvm\" -DSDL_BACKEND -DDISABLE_CRUISE -DDISABLE_DRASCULA -DDISABLE_IGOR -I. -I. -I./engines -I/SDK/local/newlib/include/SDL -D_GNU_SOURCE=1 -c base/commandLine.cpp -o base/commandLine.o
./common/hashmap.h: In constructor 'Common::HashMap<Key, Val, HashFunc, EqualFunc>::Iterator<NodeType>::Iterator(const Common::HashMap<Key, Val, HashFunc, EqualFunc>::Iterator<Common::HashMap<Key, Val, HashFunc, EqualFunc>::Node>&) [with NodeType = const Common::HashMap<Common::String, Common::String, Common::IgnoreCase_Hash, Common::IgnoreCase_EqualTo>::Node, Key = Common::String, Val = Common::String, HashFunc = Common::IgnoreCase_Hash, EqualFunc = Common::IgnoreCase_EqualTo]':
base/commandLine.cpp:741:   instantiated from here
./common/hashmap.h:126: error: 'uint Common::HashMap<Common::String, Common::String, Common::IgnoreCase_Hash, Common::IgnoreCase_EqualTo>::Iterator<Common::HashMap<Common::String, Common::String, Common::IgnoreCase_Hash, Common::IgnoreCase_EqualTo>::Node>::_idx' is private
./common/hashmap.h:141: error: within this context
./common/hashmap.h:127: error: 'const Common::HashMap<Common::String, Common::String, Common::IgnoreCase_Hash, Common::IgnoreCase_EqualTo>* Common::HashMap<Common::String, Common::String, Common::IgnoreCase_Hash, Common::IgnoreCase_EqualTo>::Iterator<Common::HashMap<Common::String, Common::String, Common::IgnoreCase_Hash, Common::IgnoreCase_EqualTo>::Node>::_hashmap' is private
./common/hashmap.h:141: error: within this context
gmake: *** [base/commandLine.o] Error 1

AmigaOS4
gcc version 4.0.2 (AmigaOS build 20051012)

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

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




More information about the Scummvm-tracker mailing list