Date : Sun, 26 Mar 2006 02:39:31 +0100
From : "Fru,T Bunn" <frutbunn@...>
Subject: Re: UNIX Version of BeebEm.
Opps! I'm so lame, how did I miss that?
OK, added a patch to the website + added applying instructions.
R,
Dave.
On 3/25/06, Andrew Benham <adsb@...> wrote:
> Fru,T Bunn wrote:
>
> > Just to let you know, I've updated the UNIX version of BeebEm from
> > version 2.3 to 3.11, so it's now in sync with the Windows version
> > again.
>
> Looking good, many thanks.
>
> Important patch though, my build wouldn't run until I did this:
>
> --- sdl.cpp.orig 2006-03-25 22:47:07.000000000 +0000
> +++ sdl.cpp 2006-03-25 22:47:23.000000000 +0000
> @@ -885,7 +885,7 @@
> if (cpath[strlen(cpath)] != '/')
> strcat(largefont, "/");
>
> - strcat(smallfont, largefont);
> + strcpy(smallfont, largefont);
>
> strcat(largefont, "resources/font10x16.bmp");
> strcat(smallfont, "resources/font5x8.bmp");
>
>
>
>
> --
> Andrew Benham adsb@...
> Southgate, London N14, United Kingdom
>
> The gates in my computer are AND OR and NOT, not "Bill"
>