Opened 20 years ago
Closed 20 years ago
#1845 closed defect (fixed)
DC: compile simon bug
Reported by: | SF/erwan2004 | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | Engine: AGOS |
Version: | Keywords: | ||
Cc: | Game: | Simon the Sorcerer 1 |
Description
Hi ,
Linux, GCC 3.0.4, LIBRONIN, ScummVM CVS 16.12.2004
/home/erwan/Dreamcast/scummvm/toolchain/sh-elf/bin/sh-elf-g++ -ml -m4-single-only -Wp,-MMD,"simon/.deps/saveload.d",-MQ,"simon/saveload.o",-MP -O3 -Wno-multichar -funroll-loops -fschedule-insns2 -fomit-frame-pointer -fdelete-null-pointer-checks -fno-exceptions -D__DC__ -DNONSTANDARD_PORT -I./ -I../.. -I../../common -I/usr/local/ronin/include/ -c ../../simon/saveload.cpp -o simon/saveload.o ../../simon/saveload.cpp: In member function `bool Simon::SimonEngine::save_game(unsigned int, char*)': ../../simon/saveload.cpp:407: `errno' undeclared (first use this function) ../../simon/saveload.cpp:407: (Each undeclared identifier is reported only once for each function it appears in.) make: *** [simon/saveload.o] Erreur 1
Ticket imported from: #1086689. Ticket imported from: bugs/1845.
Change History (3)
comment:1 by , 20 years ago
Summary: | DC: compile bug → DC: compile simon bug |
---|
comment:2 by , 20 years ago
comment:3 by , 20 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
I already put a partial fix into CVS some hours ago, maybe it'll help you, too.