On fbcon code

couple probs mixing with glibc-2.2
:
outb (in SDL_fbvideo.c) is also in sys/io.h
(and the sys/io.h -is- inline asm)
I just commented mine out but perhaps there’s a better way to tell?

oh, and memset’s undefined… memset’s in <string.h> under glibc-2.2.2
anyways… (official location ISO9899) which isn’t included in
SDL_fbvideo.c.

hrm - that’s the only probs I’ve had compiling SDL in umm… a veryvery
long time g. (and I just upgraded my libc’s last night so hrm…)

Thank y’all, eh? :slight_smile:
- Teunis

couple probs mixing with glibc-2.2
:
outb (in SDL_fbvideo.c) is also in sys/io.h
(and the sys/io.h -is- inline asm)
I just commented mine out but perhaps there’s a better way to tell?

oh, and memset’s undefined…

Thanks, these are now fixed in CVS.

See ya!
-Sam Lantinga, Lead Programmer, Loki Entertainment Software