Ticket #8789: hashmap.h_beos_error

File hashmap.h_beos_error, 3.7 KB (added by SF/begasus, 16 years ago)

hashmap.h problems in BeOS port

Line 
1$ make
2Makefile.common:109: no file name for `-include'
3mkdir -p backends/platform/sdl/.deps
4g++ -Wp,-MMD,"backends/platform/sdl/.deps/events.d2" -Wall -g -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 -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE -DSCUMMVM_USE_LONG_INT -DDATA_PATH=\"/boot/apps/Games/ScummVM//share/scummvm\" -DSDL_BACKEND -DDISABLE_CRUISE -DDISABLE_DRASCULA -DDISABLE_IGOR -I. -I. -I./engines -I/boot/home/config//include/SDL -D_GNU_SOURCE=1 -c backends/platform/sdl/events.cpp -o backends/platform/sdl/events.o
5/boot/home/Desktop/scummvm_beos/common/util.h: In method `Common::EngineDebugLevel::EngineDebugLevel(const Common::EngineDebugLevel &)':
6In file included from /boot/home/Desktop/scummvm_beos/common/rect.h:30,
7 from /boot/home/Desktop/scummvm_beos/common/system.h:32,
8 from /boot/home/Desktop/scummvm_beos/backends/platform/sdl/sdl.h:36,
9 from /boot/home/Desktop/scummvm_beos/backends/platform/sdl/events.cpp:26:
10/boot/home/Desktop/scummvm_beos/common/util.h:240: warning: declaration of `copy' shadows global declaration
11/boot/home/Desktop/scummvm_beos/common/util.h: In method `struct Common::EngineDebugLevel & Common::EngineDebugLevel::operator =(const Common::EngineDebugLevel &)':
12/boot/home/Desktop/scummvm_beos/common/util.h:242: warning: declaration of `copy' shadows global declaration
13printf "backends/platform/sdl/" > backends/platform/sdl/.deps/events.d
14cat "backends/platform/sdl/.deps/events.d2" >> "backends/platform/sdl/.deps/events.d"
15rm -f "backends/platform/sdl/.deps/events.d2"
16mkdir -p backends/platform/sdl/.deps
17g++ -Wp,-MMD,"backends/platform/sdl/.deps/graphics.d2" -Wall -g -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 -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE -DSCUMMVM_USE_LONG_INT -DDATA_PATH=\"/boot/apps/Games/ScummVM//share/scummvm\" -DSDL_BACKEND -DDISABLE_CRUISE -DDISABLE_DRASCULA -DDISABLE_IGOR -I. -I. -I./engines -I/boot/home/config//include/SDL -D_GNU_SOURCE=1 -c backends/platform/sdl/graphics.cpp -o backends/platform/sdl/graphics.o
18/boot/home/Desktop/scummvm_beos/common/util.h: In method `Common::EngineDebugLevel::EngineDebugLevel(const Common::EngineDebugLevel &)':
19In file included from /boot/home/Desktop/scummvm_beos/common/rect.h:30,
20 from /boot/home/Desktop/scummvm_beos/common/system.h:32,
21 from /boot/home/Desktop/scummvm_beos/backends/platform/sdl/sdl.h:36,
22 from /boot/home/Desktop/scummvm_beos/backends/platform/sdl/graphics.cpp:26:
23/boot/home/Desktop/scummvm_beos/common/util.h:240: warning: declaration of `copy' shadows global declaration
24/boot/home/Desktop/scummvm_beos/common/util.h: In method `struct Common::EngineDebugLevel & Common::EngineDebugLevel::operator =(const Common::EngineDebugLevel &)':
25/boot/home/Desktop/scummvm_beos/common/util.h:242: warning: declaration of `copy' shadows global declaration
26/boot/home/Desktop/scummvm_beos/common/hashmap.h: At top level:
27In file included from /boot/home/Desktop/scummvm_beos/graphics/fontman.h:31,
28 from /boot/home/Desktop/scummvm_beos/backends/platform/sdl/graphics.cpp:29:
29/boot/home/Desktop/scummvm_beos/common/hashmap.h:128: `Common::HashMap<Key,Val,HashFunc,EqualFunc>' does not have a nested type named `ConstIterator'
30/boot/home/Desktop/scummvm_beos/common/hashmap.h:128: confused by earlier errors, bailing out
31make: *** [backends/platform/sdl/graphics.o] Error 1