[ scummvm-Bugs-1227267 ] dreamcast compile *error*
SourceForge.net
noreply at sourceforge.net
Fri Jun 24 23:14:34 CEST 2005
Bugs item #1227267, was opened at 2005-06-24 23:14
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=1227267&group_id=37116
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Unknown Crash/Other
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: dcfrance (erwan2004)
Assigned to: Nobody/Anonymous (nobody)
Summary: dreamcast compile *error*
Initial Comment:
hi,
I tests of compiled SCUMMVM on DREAMCAST
Suse 9.3
gcc 3.0.4 elf-sh (RONIN 0.4 is not compatible with
other thing)
Scummvm cvs
/home/erwan/Dreamcast/Toolchain/gcc-3.0.4_binutils-2.11.2_newlib-1.10.0/sh-elf/bin/sh-elf-g++
-ml -m4-single-only
-Wp,-MMD,"./.deps/dcmain.d",-MQ,"dcmain.o",-MP -O3
-Wno-multichar -funroll-loops -fschedule-insns2
-fomit-frame-pointer -fdelete-null-pointer-checks
-fno-exceptions -D__DC__ -DNONSTANDARD_PORT
-DDYNAMIC_MODULES -I./ -I../.. -I../../common
-I/home/erwan/Dreamcast/Toolchain/gcc-3.0.4_binutils-2.11.2_newlib-1.10.0/ronin/include/
-c dcmain.cpp -o dcmain.o
dcmain.cpp: In static member function `static OSystem*
OSystem_Dreamcast::create()':
dcmain.cpp:45: cannot allocate an object of type
`OSystem_Dreamcast'
dcmain.cpp:45: because the following virtual
functions are abstract:
../../common/system.h:379: virtual void
OSystem::grabPalette(byte*, unsigned
int, unsigned int)
make: *** [dcmain.o] Erreur 1
erwan at linux:~/cvs/scummvm/scummvm/backends/dc>
dc.h
add
void grabPalette(byte *colors, uint start, uint num);
/home/erwan/Dreamcast/Toolchain/gcc-3.0.4_binutils-2.11.2_newlib-1.10.0/sh-elf/bin/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
-DDYNAMIC_MODULES -I./ -I../.. -I../../common
-I/home/erwan/Dreamcast/Toolchain/gcc-3.0.4_binutils-2.11.2_newlib-1.10.0/ronin/include/
-c vmsave.cpp -o vmsave.o
vmsave.cpp: In member function `virtual Common::InSaveFile*
VMSaveManager::openForLoading(const char*)':
vmsave.cpp:284: cannot allocate an object of type
`InVMSave'
vmsave.cpp:284: because the following virtual
functions are abstract:
../../common/savefile.h:44: virtual void
Common::InSaveFile::skip(long
unsigned int)
make: *** [vmsave.o] Erreur 1
erwan at linux:~/cvs/scummvm/scummvm/backends/dc
heuuu ???
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=1227267&group_id=37116
More information about the Scummvm-tracker
mailing list