Opened 18 years ago

Closed 18 years ago

Last modified 5 years ago

#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 fingolfin, 18 years ago

Owner: set to zeldin

comment:2 by fingolfin, 18 years ago

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.

comment:3 by SF/erwan2004, 18 years ago

thank you, the bug is fixed

comment:4 by SF/erwan2004, 18 years ago

Status: newclosed

comment:5 by fingolfin, 18 years ago

Owner: changed from zeldin to fingolfin
Resolution: fixed

comment:6 by digitall, 5 years ago

Component: --Unset--Port: Dreamcast
Summary: DC: selector.cpp compilation failedDC: selector.cpp compilation failed
Note: See TracTickets for help on using tickets.