[ scummvm-Bugs-743138 ] Compilation error on BeOS

SourceForge.net noreply at sourceforge.net
Sun May 25 14:44:33 CEST 2003


Bugs item #743138, was opened at 2003-05-25 07:44
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=743138&group_id=37116

Category: Unknown Crash/Other
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Chris Gelatt (kreeblah)
Assigned to: Nobody/Anonymous (nobody)
Summary: Compilation error on BeOS

Initial Comment:
Compiling ScummVM with the current CVS tree provides the 
following error in the Sky module:

c++ -Wp,-MMD,"sky/.deps/text.d2" -g -O -Wall -Wstrict-
prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-
unknown-pragmas  -DUNIX -I. -Icommon `sdl-config --cflags` -c 
sky/text.cpp -o sky/text.o
/boot/home/ScummVMCVS/0716250503/scummvm/sky/text.cpp: In 
method `struct displayText_t SkyText::displayText(char *, 
uint8 *, bool, short unsigned int, unsigned char)':
/boot/home/ScummVMCVS/0716250503/scummvm/sky/text.cpp:281: 
initializing non-const `uint8 *&' with `byte *' will use a 
temporary
make: *** [sky/text.o] Error 1                                                   

Disabling that in the makefile gets it to options.cpp where it 
quits with this error:

c++ -Wp,-MMD,"gui/.deps/options.d2" -g -O -Wall -Wstrict-
prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-
unknown-pragmas  -DUNIX -DDISABLE_SKY -I. -Icommon `sdl-config 
--cflags` -c gui/options.cpp -o gui/options.o
/boot/home/ScummVMCVS/0716250503/scummvm/gui/options.cpp: In 
method `GlobalOptionsDialog::GlobalOptionsDialog(class NewGui 
*, class GameDetector &)':
/boot/home/ScummVMCVS/0716250503/scummvm/gui/options.cpp:142: 
implicit declaration of function `int getcwd(...)'
make: *** [gui/options.o] Error 1

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=743138&group_id=37116




More information about the Scummvm-tracker mailing list