Opened 14 years ago

Closed 14 years ago

Last modified 5 years ago

#4762 closed defect (fixed)

AMIGAOS4: Compiler error

Reported by: raziel- Owned by: wjp
Priority: normal Component: Port: AmigaOS4
Version: Keywords: build
Cc: Game:

Description

C++ engines/sci/sci.o In file included from ./engines/sci/engine/vm.h:32, from ./engines/sci/debug.h:30, from engines/sci/sci.cpp:32: ./engines/sci/resource.h: In member function 'Common::String Sci::ResourceId::toString()': ./engines/sci/resource.h:171: warning: format '%i' expects type 'int', but argument 4 has type ' uint32' ./engines/sci/resource.h:171: warning: format '%i' expects type 'int', but argument 5 has type ' long unsigned int' ./engines/sci/resource.h:171: warning: format '%i' expects type 'int', but argument 6 has type ' long unsigned int' ./engines/sci/resource.h:171: warning: format '%i' expects type 'int', but argument 7 has type ' long unsigned int' In file included from ./engines/sci/engine/seg_manager.h:32, from ./engines/sci/engine/features.h:30, from ./engines/sci/engine/state.h:40, from engines/sci/sci.cpp:36: ./engines/sci/engine/segment.h: In member function 'void Sci::Object::init(byte*, Sci::reg_t)': ./engines/sci/engine/segment.h:272: warning: cast from 'byte*' to 'uint16*' increases required alignment of target type ./engines/sci/engine/segment.h:273: warning: cast from 'byte*' to 'uint16*' increases required alignment of target type ./engines/sci/engine/segment.h:277: warning: cast from 'byte*' to 'uint16*' increases required alignment of target type ./engines/sci/engine/segment.h:278: warning: cast from 'byte*' to 'uint16*' increases required alignment of target type engines/sci/sci.cpp: In member function 'virtual Common::Error Sci::SciEngine::run()': engines/sci/sci.cpp:258: error: 'struct Sci::EngineState' has no member named '_gui32' gmake: *** [engines/sci/sci.o] Error 1

building with configure and no special options

Ticket imported from: #2947419. Ticket imported from: bugs/4762.

Change History (3)

comment:1 by wjp, 14 years ago

Fixed. Thanks.

comment:2 by wjp, 14 years ago

Owner: set to wjp
Resolution: fixed
Status: newclosed

comment:3 by digitall, 5 years ago

Component: Port: AmigaOS4
Note: See TracTickets for help on using tickets.