error during gmake on RedHat 6.2
Chung, Dong H
CHUNGD at uthscsa.edu
Fri May 12 10:12:16 EDT 2000
Dear
I got some error sign during gmake. How can I fix them?
It's my first try. Would you mind helping me install vtk?
_____________________________________________________________________
According to "The Visualization Toolkit Linux HOWTO by Chris Slack"
vtk.tar.gz of the vtk nighty version from
ftp://vtk.scorec.rpi.edu/pub/vtk_nightly
RedHat 6.2 include Mesa-3.2-2
Mesa-devel-3.2-2
tcl-8.0.5-35
tk-8.0.5-35
egcs-1.1.2-30
Newly install - Mesa-3.0-2.i386
Mesa-devel-3.0-2.i386
because I cannot find GL directory under Mesa-3.2-2.i386
and libMesaGL.so but libGL.so
Install Tcl/Tk from tcltk-8.0.3-20.src.rpm of RedHat 5.2
to usr/src/redhat/SOURCES/tcl8.0.3
and usr/src/redhat/SOURCES/tk8.0.3
because I cannot find generic directory including tcl*.c and tk*.c
Edit user.make
--------------------------------------
TCL_INCLUDE=-I/usr/src/redhat/SOURCES/tcl8.0.3/generic
TCL_LIB=/usr/lib/libtcl8.0.so
TK_INCLUDE=-I/usr/src/redhat/SOURCES/tk8.0.3/generic
TK_LIB=/usr/lib/libtk8.0.so
MESA_INCLUDE=-I/usr/local/include/GL
MESA_LIB=/usr/local/lib/libMesaGL.so
# for python you must set this
# PYTHON_INCLUDES=-I/home/schroede/montnaro/Python-1.4/Include
# Add additional CFLAGS and CXXFLAGS for compilation
# uncomment the following two lines to set your own flags
USER_CFLAGS = -O2 -D_NO_MATH_INLINES
USER_CXXFLAGS = -O2 -D_NO_MATH_INLINES
-------------------------------------------
./configure --with-mesa --with-tcl --with-shared
------------------------------------------------
-
-
-
-
/usr/openwin/share/include/GL/glxmd.h... no
/opt/graphics/OpenGL/include/GL/glxmd.h... no
/usrX11R6/include/GL/glxmd.h... no
-
-
-
------------------------------------------------
gmake
----------------------------------------------------------------------------
---
-
-
-
-
vtkMesaRenderWindow.cxx: In method 'vtkMesaRenderWindow::vtkMesaWindow()':
vtkMesaRenderWindow.cxx:155: 'class vtkMesaRenderWindow' has no member named
'OffScreenContextId'
vtkMesaRenderWindow.cxx: In method 'vtkMesaRenderWindow::~vtkMesaWindow()':
vtkMesaRenderWindow.cxx:180: 'class vtkMesaRenderWindow' has no member named
'OffScreenContextId'
vtkMesaRenderWindow.cxx:225: 'class vtkMesaRenderWindow' has no member named
'OffScreenContextId'
vtkMesaRenderWindow.cxx: In method 'void vtkMesaRenderWindow::Start()':
vtkMesaRenderWindow.cxx:249: 'class vtkMesaRenderWindow' has no member named
'OffScreenContextId'
vtkMesaRenderWindow.cxx: In method 'void vtkMesaRenderWindow::Initialize()':
vtkMesaRenderWindow.cxx:515: 'class vtkMesaRenderWindow' has no member named
'OffScreenContextId'
vtkMesaRenderWindow.cxx: In method 'void
vtkMesaRenderWindow::WindowRemap()':
vtkMesaRenderWindow.cxx:632: 'class vtkMesaRenderWindow' has no member named
'OffScreenContextId'
vtkMesaRenderWindow.cxx: In method 'void vtkMesaRenderWindow::SetSize()':
vtkMesaRenderWindow.cxx:673: 'class vtkMesaRenderWindow' has no member named
'OffScreenContextId'
vtkMesaRenderWindow.cxx: In method 'void
vtkMesaRenderWindow::PrintSelf(class osteam &, class vtkIndent)':
vtkMesaRenderWindow.cxx:755: 'class vtkMesaRenderWindow' has no member named
'OffScreenContextId'
vtkMesaRenderWindow.cxx: In method 'void
vtkMesaRenderWindow::MakeCurrent()':
vtkMesaRenderWindow.cxx:1178: 'class vtkMesaRenderWindow' has no member
named 'OffScreenContextId'
vtkMesaRenderWindow.cxx: In method 'void *
vtkMesaRenderWindow::GetGenericContext()':
vtkMesaRenderWindow.cxx:1249: 'class vtkMesaRenderWindow' has no member
named 'OffScreenContextId'
gmake[1]: *** [vtkMesaRenderWindow.o} Error 1
gmake[1]: Leaving directory '/home/vtk/graphics'
gmake: *** [build_graphics] Error 2
----------------------------------------------------------------------------
------------------
Regards,
Dong Hwa Chung, DDS, MS
Prosthodontic Bioengineering Lab.
UTHSCSA, Texas
--------------------------------------------------------------------
This is the private VTK discussion list. Please keep messages on-topic.
Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at public.kitware.com>. For help, send message body containing
"info vtkusers" to the same address.
--------------------------------------------------------------------
More information about the vtkusers
mailing list