We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 392

Summary: fbcon compile error...
Product: SDL Reporter: Ryan C. Gordon <icculus>
Component: videoAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 1.2   
Hardware: All   
OS: Linux   

Description Ryan C. Gordon 2007-02-15 17:54:56 UTC
On PowerPC Linux...

./src/video/fbcon/SDL_fbvideo.c: In function 'FB_VideoInit':
./src/video/fbcon/SDL_fbvideo.c:550: error: 'PAGE_SIZE' undeclared (first use in this function)
./src/video/fbcon/SDL_fbvideo.c:550: error: (Each undeclared identifier is reported only once
./src/video/fbcon/SDL_fbvideo.c:550: error: for each function it appears in.)


This should use getpagesize() instead.

--ryan.
Comment 1 Ryan C. Gordon 2007-02-15 18:56:10 UTC
Fixed in svn revision #2982 for the 1.2 branch, and #2983 for the 1.3 branch.

--ryan.