[vtkusers] Problems on SuSE7.0 and VTK3.2
Rene Hommel
rene.hommel at addcom.de
Wed Aug 1 12:43:56 EDT 2001
On Wed, 01 Aug 2001 12:44:06 -0400
"Berk Geveci" <berkgeveci at hotmail.com> wrote:
>
> Don't use --with-mesa in configure.
>
I have to, because I will use VTK with MAYAVI data visualizer.
what Mesa and Tcl Versions are recomended for VTK3.2 (or 3.1.2)??
> >VTK3.2 compile problems on SuSE7.0:
> >
> >Configuration:
> >./configure --with-shared --with-contrib --with-tcl --with-tkwidget
> >--with-mesa --with-python
> >
> >System:
> > gpp-2.95.2
> > libc-2.1.3
> > mesa-3.2-41 (incl. mesadev)
> > tcl-8.3.1 (incl. header files)
> > python-1.5.2
> >
> >My user.make:
> >
> > TCL_INCLUDE=-I/usr/include
> > TCL_LIB=/usr/lib/libtcl8.3.so
> >
> > TK_INCLUDE=-I/usr/include
> > TK_LIB=/usr/lib/libtk8.3.so
> >
> > MESA_INCLUDE=-I/usr/include/GL
> > MESA_LIB=/usr/lib/libMesaGL.so
> >
> > PYTHON_INCLUDES=-I/usr/include/python
> >
> >
> >Error message:
> >
> >make[1]: Leaving directory `/opt/PAKETE/VTK-3.2/vtk3.2/contrib'
> >cd tcl; make - vtk
> >make[1]: Entering directory `/opt/PAKETE/VTK-3.2/vtk3.2/tcl'
> >c++ -g -O2 -fPIC -I. -I./../common -I../common -I/usr/include
> >-I/usr/include -I/usr/include/GL -I/usr/X11R6/include
> -I./../graphics
> >-DVTK_USE_GRAPHICS -I./../imaging -DVTK_USE_IMAGING -I./../contrib
> >-DVTK_USE_CONTRIB -c -o tkAppInit.o ./tkAppInit.cxx
> >c++ -o vtk tkAppInit.o \
> >-L. -g -O2 -fPIC -I. -I./../common -I../common -I/usr/include
> >-I/usr/include -I/usr/include/GL -I/usr/X11R6/include
> -I./../graphics
> >-DVTK_USE_GRAPHICS -I./../imaging -DVTK_USE_IMAGING -I./../contrib
> >-DVTK_USE_CONTRIB -rdynamic -L/opt/PAKETE/VTK-3.2/vtk3.2/contrib
> >-lVTKContribTcl -lVTKContrib -L/opt/PAKETE/VTK-3.2/vtk3.2/imaging
> >-lVTKImagingTcl -lVTKImaging -L/opt/PAKETE/VTK-3.2/vtk3.2/graphics
> >-lVTKGraphicsTcl -lVTKGraphics -L../common -lVTKCommonTcl -lVTKCommon
> >-L/usr/X11R6/lib /usr/lib/libMesaGL.so /usr/lib/libtk8.3.so
> >/usr/lib/libtcl8.3.so -ldl -lpthread \
> >-L/usr/X11R6/lib -lXext -lXt -lSM -lICE -lX11 -lm
> >/opt/PAKETE/VTK-3.2/vtk3.2/imaging/libVTKImaging.so: undefined
> reference
> >to `OSMesaMakeCurrent'
> >/opt/PAKETE/VTK-3.2/vtk3.2/imaging/libVTKImaging.so: undefined
> reference
> >to `OSMesaCreateContext'
> >/opt/PAKETE/VTK-3.2/vtk3.2/imaging/libVTKImaging.so: undefined
> reference
> >to `OSMesaDestroyContext'
> >collect2: ld returned 1 exit status
> >make[1]: *** [vtk] Error 1
> >make[1]: Leaving directory `/opt/PAKETE/VTK-3.2/vtk3.2/tcl'
> >make: *** [build_tcl] Error 2
> >
> >I guess: `OSMesaMakeCurrent' o.s.o. are in /usr/include/GL/osmesa.h
> >
> >#ll /usr/include/GL
> >-rw-r--r-- 1 root root 77761 Jul 29 2000 gl.h
> >-rw-r--r-- 1 root root 21360 Jul 29 2000 gl_mangle.h
> >-rw-r--r-- 1 root root 15441 Jul 29 2000 glu.h
> >-rw-r--r-- 1 root root 3335 Jul 29 2000 glu_mangle.h
> >-rw-r--r-- 1 root root 29986 Jul 29 2000 glut.h
> >-rw-r--r-- 1 root root 4113 Jul 29 2000 glutf90.h
> >-rw-r--r-- 1 root root 5827 Jul 29 2000 glx.h
> >-rw-r--r-- 1 root root 2464 Jul 29 2000 glx_mangle.h
> >-rw-r--r-- 1 root root 7358 Jul 29 2000 osmesa.h
> >-rw-r--r-- 1 root root 9281 Jul 29 2000 xmesa.h
> >-rw-r--r-- 1 root root 3593 Jul 29 2000 xmesa_x.h
> >-rw-r--r-- 1 root root 6056 Jul 29 2000 xmesa_xf86.h
> >
> >
> >Where is the Problem? More configuration details on request! Please
> >help!
More information about the vtkusers
mailing list