[vtkusers] VTK3.1 - Problems with building an application
Prabhu Ramachandran
prabhu at aero.iitm.ernet.in
Tue Nov 5 12:51:07 EST 2002
>>>>> "CH" == Christian Hagen <hagen at tu-harburg.de> writes:
CH> Hello VTK Gurus! I am trying to re-animate a C++ application
CH> that was developed at our department several years ago, using
CH> VTK3.1. Thus I am using this "old" version of VTK. The
CH> application also needs Tcl Wrapping. When building VTK (with
CH> Tcl), no error messages occured. Now I'm trying to build the
CH> application, using gmake on a SuSE-Linux 8 system.
CH> Compilation works fine, but the linker gives the following
CH> error messages that are associated to VTK. Can anybody tell
CH> me what I am doing wrong?
It has been so long since I've seen this error that I am not sure if
this will work but try compiling VTK with OpenGL instead of Mesa
i.e. do this:
./configure --with-opengl [other options]
instead of
./configure --with-mesa [other options]
HTH,
prabhu
More information about the vtkusers
mailing list