Opened 21 years ago
Closed 21 years ago
#735 closed defect (fixed)
build with DirectFB 0.9.24 fails
| Reported by: | Owned by: | danielk | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 0.19 |
| Component: | mythtv | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Build with DirectFB 0.9.24 fails (0.9.22 works):
g++ -c -pipe -DQWS -march=pentiumpro -I/media/ieee1394disk/toolchain/build/_stagingdir/usr/include/directfb -D_GNU_SOURCE -D_REENTRANT -include uclibc-hack.h -O3 -Wall -Wno-switch -fomit-frame-pointer freetype-config --cflags -D_REENTRANT -DPIC -fPIC -DMMX -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/media/ieee1394disk/toolchain/build/_stagingdir/usr/\" -D_LARGEFILE_SOURCE -DUSING_DIRECTFB -DUSING_FRONTEND -DUSING_BACKEND -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/media/ieee1394disk/toolchain/build/_stagingdir/share/qte-3.3.5/data/mkspecs/qws/linux-x86-g++ -I. -I../../../../build/_stagingdir/usr/include -I../.. -I../libmyth -I.. -Idvbdev -Impeg -I../libavcodec -I../libavutil -I../libmythmpeg2 -I/media/ieee1394disk/toolchain/build/_stagingdirinclude -o videoout_directfb.o videoout_directfb.cpp
videoout_directfb.cpp:196: error: `DFBCardCapabilities' does not name a type
videoout_directfb.cpp: In member function `virtual bool VideoOutputDirectfb::Init(int, int, float, WId, int, int, int, int, WId)':
videoout_directfb.cpp:345: error: 'struct _IDirectFB' has no member named 'GetCardCapabilities'
videoout_directfb.cpp:345: error: 'struct DirectfbData' has no member named 'cardCapabilities'
videoout_directfb.cpp:349: error: 'struct DirectfbData' has no member named 'cardCapabilities'
videoout_directfb.cpp:356: error: 'struct DirectfbData' has no member named 'cardCapabilities'
videoout_directfb.cpp: In member function `virtual void VideoOutputDirectfb::PrepareFrame(VideoFrame*, FrameScanType)':
videoout_directfb.cpp:533: error: 'struct DirectfbData' has no member named 'cardCapabilities'
make[2]: * [videoout_directfb.o] Fehler 1
make[2]: Leaving directory `/media/ieee1394disk/toolchain/sourcen/mythtv.build/libs/libmythtv'
make[1]: * [sub-libmythtv] Fehler 2
make[1]: Leaving directory `/media/ieee1394disk/toolchain/sourcen/mythtv.build/libs'
make: * [sub-libs] Fehler 2
Stephan
Attachments (1)
Change History (5)
comment:1 by , 21 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
comment:2 by , 21 years ago
| Resolution: | invalid |
|---|---|
| Status: | closed → reopened |
Negative on that. The attached patch for SVN fixes build with directfb 0.9.24.
by , 21 years ago
| Attachment: | mythtv-directfb0.9.24.diff added |
|---|
Fix directfb0.9.24 build on mythtv SVN 8300
comment:3 by , 21 years ago
| Owner: | changed from to |
|---|---|
| Priority: | major → trivial |
| Status: | reopened → new |
| Version: | → head |

Please test with SVN head, this should be fixed there.