[mythtv] mythui

Jeffrey McBeth mcbeth at broggs.org
Mon Aug 2 01:54:05 EDT 2004


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