WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: PATCH: fix SDL-1.2.11 PAGE_SIZE missing definition

Re: PATCH: fix SDL-1.2.11 PAGE_SIZE missing definition

by Ivan Kuten :: Rate this Message:

| View in Thread

On Mon, 25 Jun 2007 13:12:29 +0200
Bernhard Fischer wrote:

> On Mon, Jun 25, 2007 at 01:42:41PM +0300, Ivan Kuten wrote:
> >Hello,
> >
> >When SDL configured to use fbcon, the build is failed because PAGE_SIZE is undeclared in <asm/page.h>
> >referred from src/video/fbcon/SDL_fbvideo.c
> >
> >Instead we are using libc functions to know PAGE_SIZE and only as last resort make it hardcoded to 4096.
> >The patch below fixes the problem.
> >
> >Best regards,
>
> Please send this to the SDL guys too.
> Applied, thanks!

They have it fixed in SVN SDL 1.3.x branch - but it's not released as stable version.

Best regards,
Ivan
_______________________________________________
buildroot mailing list
buildroot@...
http://busybox.net/mailman/listinfo/buildroot

 « Return to Thread: PATCH: fix SDL-1.2.11 PAGE_SIZE missing definition