[vtkusers] undefined reference to `XF86VidModeQueryVersion' on
Mathieu Malaterre
mathieu.malaterre at kitware.com
Sun Apr 24 00:19:23 EDT 2005
Hi Juan,
I did not spent much time on this issue, since I am not familiar with X.org implementation. But here is the script I used to build ParaView on Hoary:
http://www.paraview.org/Testing/Sites/sulaco.kitware/Linux-gcc4-Xorg/20050423-0428-Experimental/Notes.html
Basically the important line is:
X11_Xext_LIB:FILEPATH=/usr/X11R6/lib/libXext.so;/usr/X11R6/lib/libXxf86vm.so
If you have time to investigate this issue please send me your note on:
http://vtk.org/Bug/bug.php?op=show&bugid=1777&pos=0
Mathieu
Ps: by default this lib is not there so you need to so:
sudo apt-get install libxxf86vm-dev
`XF86VidModeQueryVersion' on
> Ubuntu
>
> Hi everyone,
>
> I've been using VTK for a while now, I've installed it several times
> and didn't have mayor problems.
> Recently I decided to change from RedHat 9 to Ubuntu Linux, when I
> tried to compile the CVS version of VTK some errors while building
> elements in the Testing/ folder appeared:
>
> VTK/bin/libvtkRendering.so: undefined reference to `XF86VidModeQueryVersion'
> /VTK/bin/libvtkRendering.so: undefined reference to `XF86VidModeGetModeLine'
>
>
> So I decided to disable the building of the Testing programs and the
> compilation went along. By the time it was finished I tried to run
> some of the code that worked in RH9 but the same errors appeared.
>
> I guess it's a problem that Ubuntu uses Xorg instead of XFree86, but I
> posted the same question on the ubuntu forums with no luck.
>
> Any ideas?
>
> Thanks in advance
>
> Juan.
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
More information about the vtkusers
mailing list