[vtkusers] VTK compile error: gcc 3.32, Solaris 10

sthamer at vt.edu sthamer at vt.edu
Tue Oct 21 11:17:15 EDT 2008


Here you are.

Quoting Francois Bertel <francois.bertel at kitware.com>:

> Can you attach you glx.h, please?
>
> On Tue, Oct 21, 2008 at 10:40 AM, Stephen Hamer <sthamer at vt.edu> wrote:
> > Getting more interesting... The install of GL/GLU/GLX on this computer is
> > the native SUN distribution that came with Solaris. The only instance of
> the
> > file glxext.h on my computer is in the VTK folder, though. "glxinfo" does
> > not exist on my computer, though files such as glx.h do. So, if glxext.h
> > only exists in the VTK directory, where could the conflict be coming from?
> I
> > checked all other GL* files on my computer for the __GLXextFuncPtr string
> as
> > well, it doesn't appear anywhere in my system than in the VTK directory.
> >
> >
> > -----Original Message-----
> > From: vtkusers-bounces at vtk.org [mailto:vtkusers-bounces at vtk.org] On Behalf
> > Of Francois Bertel
> > Sent: Tuesday, October 21, 2008 9:23 AM
> > To: VTK Users
> > Subject: Re: [vtkusers] VTK compile error: gcc 3.32, Solaris 10
> >
> > Hello Stephen,
> >
> > I think you actually have OpenGL because I found the following lines
> > in your CMakeCache.txt:
> >
> > //Path to a file.
> > OPENGL_INCLUDE_DIR:PATH=/usr/include
> >
> > //Path to a library.
> > OPENGL_gl_LIBRARY:FILEPATH=/usr/lib/libGL.so
> >
> > //Path to a library.
> > OPENGL_glu_LIBRARY:FILEPATH=/usr/lib/libGLU.so
> >
> > To be sure, you can try to see if you have glxinfo.
> > $ which glxinfo
> > and run it
> >
> > $ glxinfo
> >
> > and also find the shared libraries it depends on:
> > $ ldd `which glxinfo`
> >
> > __ GLXextFuncPtr is probably defined in glxext.h. There is one in
> > VTK/Utilities/ParseOGLExt/headers/ but in the system it should in
> > /usr/include or /usr/X11R6/ .
> >
> >
> >
> > On Tue, Oct 21, 2008 at 9:02 AM, Stephen Hamer <sthamer at vt.edu> wrote:
> >> Wait, this might be a more accurate question... I just realized that what
> >> the machine is complaining about has GL written ALL over it, and I don't
> >> have openGL on the machine. What specifically does VTK require as far as
> >> libraries and other dependencies? I have searched the site and
> > documentation
> >> up and down and have found nothing detailing that.
> >>
> >> -Stephen
> >>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: glx.h
Type: text/x-chdr
Size: 7309 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20081021/f26f1a53/attachment.h>


More information about the vtkusers mailing list