Fbcon in SDL 1.3

Hi,

I’m desperately trying to get SDL 1.3 on my device (go GL-ES support)
and I failed because fbcon does not seem to be finished in 1.3. It
fails as follows:
221: ‘SDL_VideoDevice’ has no member named 'hidden’
220: ‘SDL_VideoDevice’ has no member named 'screen’
215: ‘SDL_VideoDevice’ has no member named 'hidden’
193: ‘SDL_PixelFormat’ has no member named 'colorkey’
187: ‘SDL_SRCCOLORKEY’ undeclared (first use in this function)
146: ‘SDL_VideoDevice’ has no member named 'hidden’
145: ‘SDL_VideoDevice’ has no member named 'screen’
142: ‘SDL_VideoDevice’ has no member named 'hidden’
138: ‘struct SDL_BlitMap’ has no member named 'sw_blit’
137: ‘SDL_VideoSurface’ undeclared (first use in this function)
127: for each function it appears in.)
127: (Each undeclared identifier is reported only once
127: ‘current_video’ undeclared (first use in this function)
etc etc…

Any clue as to when I can expect it to work once again? I have noticed
that it has been partially integrated to support the new video
subsystem, but all of those data members do not seem to exist in the
definition of the SDL_videosurface data structure. It would be nice if
I could at least compile it and run the stuff that used to run in 1.2 :(.

Chris

I’m desperately trying to get SDL 1.3 on my device (go GL-ES support)
and I failed because fbcon does not seem to be finished in 1.3

Yes, fbcon shouldn’t be enabled at all. Are you passing in --enable-video-fbcon?

See ya,
-Sam Lantinga, Founder and President, Galaxy Gameworks LLC