[Scummvm-devel] Error on build

Hubert Maier raziel_nosgoth at web.de
Fri Mar 17 13:06:05 CET 2006


Hi there,

Trying to build ScummVM AmigaOS target and have problems since few days, it stops with Kyra.cpp:

In file included from engines/kyra/kyra.cpp:42:
./engines/kyra/resource.h:46: error: expected `,' or `...' before numeric constant
make: *** [engines/kyra/kyra.o] Error 1

This is the part, where PAKFile(const... is line 46, but every try on editing it,
didn't get me any further, any ideas what's going wrong there?

public:

    PAKFile(const Common::String &file, bool amiga = false);
    ~PAKFile();

    uint8* getFile(const char *file);
    bool getFileHandle(const char *file, Common::File &filehandle);
    uint32 getFileSize(const char *file);

    bool isValid(void) const { return (_filename != 0); }
    bool isOpen(void) const { return _open; }

Thanks

Ciao

Hubert
-- 
    Amiga On(e)ce, now and (OS)4 ever ...
<sb>
AOne - G3 - PPC750GX/800
A4000D - PPC604e/200 - 68060/50
<sb>
If you don't like yourself, you can't like other people.
-- Heinlein
<sb>
AMIGA!    The path visionaries will follow ... always!





More information about the Scummvm-devel mailing list