[mythtv] mythui

Steffen Immle immle at gmx.net
Mon Aug 2 08:01:51 EDT 2004


I got the same error. After adding -lXinerama to the Makefile it 
compiled just fine. Don't know why qmake ignored the using_xv option in 
settings.pro... I must say this looks very promising, but as announced, 
OpenGL is terribly slow on my PVR350. MythQtPainter works just fine.

Steffen

Jeffrey McBeth wrote:
> Mike Javorski wrote:
> 
>> Odd.. MythTV compiles just fine on the same box (in fact it IS my mythtv
>> box running mythtv-cvs from about 3 weeks ago). There must be something
>> in there that is causing the problem..
>>
>> Here is the error:
>> g++ -Wl,-rpath,/usr/qt/3/lib -o mythuitest mythmainwindow.o
>> mythpainter.o mythim                  age.o mythpainter_ogl.o 
>> mythpainter_qt.o mythscreenstack.o
>> mythscreentype.o myth                  uitype.o mythuiimage.o 
>> mythuitext.o mythuianimatedimage.o
>> mythlistbutton.o mythc                  ontext.o oldsettings.o 
>> remotefile.o util.o dialogbox.o main.o test1.o
>> moc_mythma                  inwindow.o moc_mythuitype.o 
>> moc_mythlistbutton.o moc_mythcontext.o
>> moc_dialogbox                  .o moc_test1.o   -L/usr/qt/3/lib 
>> -L/usr/X11R6/lib -L/usr/X11R6/lib
>> -lqt-mt -lGLU                   -lGL -lXmu -lXext -lX11 -lm -lpthread
>> util.o(.text+0x28f7): In function `GetMythTVGeometry(_XDisplay*, int,
>> int*, int*                  , int*, int*)':
>> : undefined reference to `XineramaQueryExtension'
>> util.o(.text+0x2944): In function `GetMythTVGeometry(_XDisplay*, int,
>> int*, int*                  , int*, int*)':
>> : undefined reference to `XineramaIsActive'
>> util.o(.text+0x29a6): In function `GetMythTVGeometry(_XDisplay*, int,
>> int*, int*                  , int*, int*)':
>> : undefined reference to `XineramaQueryScreens'
>> collect2: ld returned 1 exit status
>> make: *** [mythuitest] Error 1
> 
> 
> Well, if you look, this particular link line does not include the all 
> important -lXinerama
> 
> Why it isn't happening for you, I dunno, but that is the problem.
> I'm failing on theme load.  Do you have to have it set to default, or 
> anything like that?
> 
> Jeff


More information about the mythtv-dev mailing list