[Kwintv] [MDK10] problems with compilation

Dirk Ziegelmeier dziegel at gmx.de
Tue Mar 23 17:01:03 CET 2004


On Tuesday 23 March 2004 11:58, "Rafał<R at V>Prasał" wrote:
> i tried to compile the latest CVS of QTVISION
> my kde is 3.2.1
>
> the configure script works fine, but the
>
> /usr/X11R6/lib/libXrandr.so: undefined reference to
> `XRenderSetSubpixelOrder'
>
> -----
> gcc version 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)
>
>
>
> do you know what to do with it?
Try this: Change the file qtvision/plugins/configure.in.in like this (add 
-lXrender)

KDE_CHECK_LIB(Xrandr, XRRConfigCurrentConfiguration, 
    QTVISION_LIBS="-lXrandr -lXrender $QTVISION_LIBS",,
    -L/usr/X11R6/lib $X_LIBS $X_PRE_LIBS -lXrender -lXext -lX11 $X_EXTRA_LIBS)

rerun make -f Makefile.cvs and configure. This should help. Will fix it in the 
first kdetv release.

Dirk


More information about the kwintv mailing list