#5532 closed defect (fixed)
AMIGAOS4: Compiler error
Reported by: | raziel- | Owned by: | bluegr |
---|---|---|---|
Priority: | normal | Component: | Port: AmigaOS4 |
Version: | Keywords: | build | |
Cc: | Game: |
Description
Traing to build latest sources r54543
C++ backends/graphics/opengl/opengl-graphics.o In file included from ./backends/graphics/graphics.h:31, from ./backends/graphics/opengl/opengl-graphics.h:30, from backends/graphics/opengl/opengl-graphics.cpp:28: ./common/keyboard.h:69: error: expected identifier before numeric constant ./common/keyboard.h:69: error: expected `}' before numeric constant ./common/keyboard.h:69: error: expected unqualified-id before numeric constant ./common/keyboard.h:183: error: extra ';' ./common/keyboard.h:236: error: 'KeyCode' does not name a type ./common/keyboard.h:259: error: expected `)' before 'kc' ./common/keyboard.h:265: error: expected `)' before 'kc' ./common/keyboard.h: In member function 'void KeyState::reset()': ./common/keyboard.h:272: error: 'keycode' was not declared in this scope ./common/keyboard.h:272: error: 'KEYCODE_INVALID' was not declared in this scope ./common/keyboard.h: In member function 'bool KeyState::operator==(const KeyState&) const': ./common/keyboard.h:289: error: 'keycode' was not declared in this scope ./common/keyboard.h:289: error: 'const struct KeyState' has no member named 'keycode' ./common/keyboard.h: At global scope: ./common/keyboard.h:293: error: expected declaration before '}' token gmake: *** [backends/graphics/opengl/opengl-graphics.o] Error 1
AmigaOS4 - PPC - SDL - BE gcc (GCC) 4.2.4 (adtools build 20090118)
Ticket imported from: #3121350. Ticket imported from: bugs/5532.
Change History (3)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 by , 6 years ago
Component: | → Port: AmigaOS4 |
---|
Fixed in r54555, thanks for testing!