#2600 closed defect (fixed)
DC: selector.cpp compilation failed
| Reported by: | SF/erwan2004 | Owned by: | fingolfin |
|---|---|---|---|
| Priority: | normal | Component: | Port: Dreamcast |
| Version: | Keywords: | ||
| Cc: | Game: |
Description
Hello,
I do not compile the file scummvm/backends/dc/selector.cpp
error:
/home/erwan/Dreamcast/Toolchain/gcc-4.0.3_binutils-2.16.1_newlib-1.14.0/sh-elf/b
in/sh-elf-g++ -ml
-m4-single-only
-Wp,-MMD,"./.deps/selector.d",-MQ,"selector.o"
,-MP -O3 -Wno-multichar
-funroll-loops -fschedule-insns2 -fomit-frame-pointer
-f delete-null-pointer-checks
-fno-exceptions -D__DC__ -DNONSTANDARD_PORT -DUSE_MAD
-DDISABLE_SCALERS -I./
-I../.. -I../../common
-I/home/erwan/Dreamcast/Toolchain
/ronin-src/include/ -I../../engines -c
selector.cpp -o selector.o
selector.cpp: In function ‘int findGames(Game*, int)’:
selector.cpp:210: erreur: no matching function for call
to ‘FilesystemNode::list
Dir(FilesystemNode::ListMode)’
../../backends/fs/fs.h:114: note: candidats sont:
virtual bool FilesystemNode::l
istDir(FSList&, FilesystemNode::ListMode) const
scummvm/backends/dc/selector.cpp line 211:
FSList files, fslist = dirs[curr_dir++].node.listDir(FilesystemNode::kListAll);
thank you to fix that on the SVN
Erwan
Ticket imported from: #1484881. Ticket imported from: bugs/2600.
Change History (6)
comment:1 by , 20 years ago
| Owner: | set to |
|---|
comment:2 by , 20 years ago
comment:4 by , 20 years ago
| Status: | new → closed |
|---|
comment:5 by , 20 years ago
| Owner: | changed from to |
|---|---|
| Resolution: | → fixed |
comment:6 by , 7 years ago
| Component: | --Unset-- → Port: Dreamcast |
|---|---|
| Summary: | DC: selector.cpp compilation failed → DC: selector.cpp compilation failed |

I commited a change to SVN which might fix this, but I have no way of trying it myself, so it might not help at all.