[vtkusers] VTK on AMD64 / x86_64
ALIZIER Julien AUSY
julien.alizier-ausy at irsn.fr
Mon May 24 04:01:07 EDT 2004
Hi Mathieu,
It is not directly related to the thread but for your information, I
compiled
VTK on a Compaq/DEC OSF/1 Tru64 platform and had the same problem.
On DEC, the opengl libraries are in :
/usr/shlib
VTK 4.4 works then fine (but not ParaView 1.2.1)
Cordialement,
-- Julien
-----Message d'origine-----
De : Mathieu Malaterre [mailto:mathieu.malaterre at kitware.com]
Envoyé : mercredi 19 mai 2004 23:03
À : tom fogal
Cc : vtkusers at vtk.org
Objet : Re: [vtkusers] VTK on AMD64 / x86_64
tom fogal wrote:
> I tried rebuilding, in a different directory than the source, the entire
> VTK package.
> I can't use 'ccmake' - it didn't build. There were no failures, it just
> wasn't built when I made cmake; seemed like it wasn't even configured.
> I chalked it up to it not being supported on 64bit platforms.
> 'cmake -i' works well.
>
> The new build of VTK (with VTK_USE_RENDERING=OFF) built fine and didn't
> require me to jump through any hoops. It had some warnings but they
> seemed to be the same as in the builds whose logs I have posted.
> 'make Experimental' passes all 48 tests.
> Good to know it works, but I'll need the renderer unfortunately.
Ok, that's exactlly what I wanted, then it means that the build is
failing because cmake didn't find OpenGL and didn't complain...
So now turn VTK_USE_RENDERING=ON, and fill in:
OPENGL_gl_LIBRARY
For some reason you have your libGL.so in a very special that is neither
one of them:
/usr/lib
/usr/local/lib
/opt/graphics/OpenGL/lib
/usr/openwin/lib
/usr/X11R6/lib
So you'll have to edit CMakeCache.txt and fill OPENGL_gl_LIBRARY. Then
try to compile again.
> I also tried building in a different directory than the source with
> rendering enabled. I got the same 'missing -lGL' problem. I imagine
> I would end up with the same TCL issue as well but I disabled TCL
> for this build. This build crashes in the same place as my original
> email mentioned.
Could you send us the location of your libGL.so and libtk.so / libtcl.so
Thanks
Mathieu
_______________________________________________
This is the private VTK discussion list.
Please keep messages on-topic. Check the FAQ at:
<http://public.kitware.com/cgi-bin/vtkfaq>
Follow this link to subscribe/unsubscribe:
http://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list