Re: [stella] How to make Stella (please help)

Subject: Re: [stella] How to make Stella (please help)
From: Greg Miller <gmiller@xxxxxxxxxxxxxxxxx>
Date: Fri, 21 Dec 2001 14:53:14 -0600
Thomas Jentzsch wrote:

Unfortunately more problems occure when building mainDOS.cxx:
../ui/dos/mainDOS.cxx: In function `int main(int, char**)':
../ui/dos/mainDOS.cxx:702: `nocreate' is not a member of type
`std::basic_ios<char, std::char_traits<char> >'
../ui/dos/mainDOS.cxx:710: no matching function for call to
`std::basic_ifstream<char, std::char_traits<char>


::read(uInt8*&, int)'

d:/djgpp/lang/cxx-v3/bits/istream.tcc:750: candidates are:
std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT,
_Traits>::read(_CharT*, int) [with _CharT = char, _Traits =
std::char_traits<char>]


Any ideas?

Hrm. How is the uInt8 type defined? Looks like it's something incompatible with char and the calling code is assuming conversion compatibility. No idea on the 'nocreate' message... Suppose I'll have to download a copy of the source and take a look at it. Compiler messages often leave me scratching my head.
--
http://www.classic-games.com/ http://www.indie-games.com/


----------------------------------------------------------------------------------------------
Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://www.biglist.com/lists/stella/


Current Thread