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 - fbcon compile error...
Summary: fbcon compile error...
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 1.2
Hardware: All Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-15 17:54 UTC by Ryan C. Gordon
Modified: 2007-02-15 18:56 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.