[vtkusers] undefined reference to `XF86VidModeQueryVersion' on

Juan José Aja Fernández juan.aja at gmail.com
Sun Apr 24 03:22:50 EDT 2005


Hi Mathieu,

I don't know what I was thinking, I was so frustrated that didn't
noticed that the line you mentioned as the important one was just what
I needed.
In the advanced options in cmake -i where it says:

Variable Name: X11_Xext_LIB
Description: Where can the Xext library be found
Current Value: 
New Value (Enter to keep current value):

I just needed to changed it to :
/usr/X11R6/lib/libXext.so;/usr/X11R6/lib/libXxf86vm.so

Just as you said, now it works perfectly (but much slower than in XFree86).

I added the commentary on the bug report at: 
http://vtk.org/Bug/bug.php?op=show&bugid=1777&pos=0

Maybe is obvious to a VTK expert, but I feeled it was necesary to
emphasize on the matter (after all I'm a newbie).

Again thanks a lot!

Juan.

On 4/24/05, Juan José Aja Fernández <juan.aja at gmail.com> wrote:
> Hi Mathieu,
> 
> Sorry to bother again, but I didn't quite understand the root of the problem.
> Previous to posting my question in this list I searched in the ubuntu
> forums for similar problems, basically all the solutions consisted in
> apt-geting some packages, libxxf86vm-dev  in particular. I did as
> sugested and downloaded the listed packages but the results were the
> same, I have libXxf86vm.so and libXext.so in  /usr/X11R6/lib/ and VTK
> keeps complaining about XF86VidModeQueryVersion.
> 
> It's kind of weird, I read the bug report you linked and I;m beggining
> to think that the extension of the problem is much bigger than I first
> though. My Hoary build is relatively basic, but I took care of getting
> the appropiate packages with no satisfactory results. Any ideas as to
> what can I do?
> 
> Again, sorry to bother you. and thanks a lot.
> 
> Juan.



More information about the vtkusers mailing list