#3796 closed defect (worksforme)
DC: vmsfs_delete_fil was not declared in this scope
Reported by: | SF/erwan2004 | Owned by: | zeldin |
---|---|---|---|
Priority: | normal | Component: | Port: Dreamcast |
Version: | Keywords: | ||
Cc: | Game: |
Description
hello, I have a problem to compile SCUMMVM SV
toolchain: GCC= 4.0.4 Binutils= 2.18 Newlibs= 1.16.0
Error: sh-elf-g++ -ml -m4-single-only -Wp,-MMD,"./.deps/vmsave.d",-MQ,"vmsave.o",-MP -O3 -Wno-multichar -funroll-loops -fschedule-insns2 -fomit-frame-pointer -fdelete-null-pointer-checks -fno-exceptions -D__DC__ -DNONSTANDARD_PORT -DUSE_MAD -DUSE_ZLIB -DDISABLE_DEFAULT_SAVEFILEMANAGER -DDISABLE_SCALERS -I./ -I../../.. -I/home/erwan/Dreamcast/ronin-src/include/ -I../../../engines -c vmsave.cpp -o vmsave.o vmsave.cpp: In function ‘bool tryDelete(const char*, int)’: vmsave.cpp:167: erreur: ‘vmsfs_delete_file’ was not declared in this scope make: *** [vmsave.o] Erreur 1
Ticket imported from: #2007521. Ticket imported from: bugs/3796.
Change History (7)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Owner: | set to |
---|
comment:5 by , 16 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:6 by , 16 years ago
vmsfs_delete_file() is in libronin-0.5. As the README clearly indicates, libronin-0.5 is needed to compile ScummVM for Dreamcast.
comment:7 by , 6 years ago
Component: | → Port: Dreamcast |
---|
And which version of ScummVM are you trying to compile?