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

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

Greg Miller wrote:

Hrm. How is the uInt8 type defined? Looks like it's something incompatible with char and the calling code is assuming conversion compatibility.


typedef unsigned char uInt8;

Hrm... I strongly suspect that you need to try compiling it with an unsigned default char type. I believe the option in gcc is "-funsigned-char"


I don't think the default char type changed in 3.0, but libstdc++ was overhauled extensively.
--
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