Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10863 - Compilation error of libsdl-1.2.5 with libdirectfb-0.9.15/16
Summary: Compilation error of libsdl-1.2.5 with libdirectfb-0.9.15/16
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: Lowest normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 14456
  Show dependency tree
 
Reported: 2002-11-17 04:18 UTC by Sébastien HOUZE
Modified: 2003-02-04 19:42 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sébastien HOUZE 2002-11-17 04:18:12 UTC
The problem seems to be in a recent change of the directfb lib witch introduces a new   
CreateInputEventBuffer method wich now stands up for the old CreateEventBuffer  
method.  
 
Now, CreateEventBuffer() no longer attaches input devices and doesn't take input 
capabilities. It just creates an empty event buffer.
Comment 1 Sébastien HOUZE 2002-11-17 04:26:58 UTC
The problem seems to be in a recent change of the directfb lib witch introduces a new       CreateInputEventBuffer method wich now stands up for the old CreateEventBuffer      method.           Now, CreateEventBuffer() no longer attaches input devices and doesn't take input     capabilities. It just creates an empty event buffer.        only libsdl-1.2.5/work/SDL-1.2.5/src/video/directfb/SDL_DirectFB_video.c seems to be incrimined.  I dont't know how to make a patch for an ebuild, so if you can show me... 
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-11-28 05:08:54 UTC
if it is just a patch on the source file, please run diff -urN oldname.c
newname.c > patchfile

and then attach here
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-12-08 11:14:21 UTC
well?
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2002-12-15 14:50:48 UTC
closing, for no feedback
Comment 5 Thomas Raschbacher gentoo-dev 2003-01-19 16:11:14 UTC
i can't compile libsdl 1.2.5 with directFB 0.9.16
Comment 6 Seemant Kulleen (RETIRED) gentoo-dev 2003-01-19 16:15:14 UTC
remerge directfb then try libsdl again
Comment 7 Thomas Raschbacher gentoo-dev 2003-01-19 17:00:25 UTC
it works ..
thats why i uncommented the configure stuff that disables directfb based on use-var
Comment 8 Seemant Kulleen (RETIRED) gentoo-dev 2003-02-02 17:51:19 UTC
removed libsdl dependency listing in DirectFB's latest ~arch'd ebuild