[vtkusers] (no subject)

Mike Renfro renfro at tntech.edu
Tue Aug 8 15:09:35 EDT 2000


Ok, time for more CVS compile fun -- what'd I do wrong with this build
from sources grabbed a few minutes ago, or is there anything I can do
to fix it other than wait? The "circular install" warning worries me,
but I'm not sure if that's related to the final error.

make[1]: Leaving directory `/usr/local/src/vtk/contrib'
cd common; make - install install install_tcl install_python
make[1]: Entering directory `/usr/local/src/vtk/common'
Installing libVTKCommon.so
/usr/bin/install -c -m 755 libVTKCommon.so /usr/local/lib/libVTKCommon.so
make[1]: `install' is up to date.
Installing libVTKCommonTcl.so
/usr/bin/install -c -m 755 libVTKCommonTcl.so /usr/local/lib/libVTKCommonTcl.so
Installing libVTKCommonPython.so
/usr/bin/install -c -m 755 libVTKCommonPython.so /usr/local/lib/libVTKCommonPython.so
make[1]: Leaving directory `/usr/local/src/vtk/common'
make: Circular install <- install dependency dropped.
Installing vtk
cd tcl; make - install
make[1]: Entering directory `/usr/local/src/vtk/tcl'
c++ -o vtk tkAppInit.o \
-L. -O2 -D__NO_MATH_INLINES  -fPIC   -I. -I./../common -I../common -I/usr/include/tk8.0/generic -I/usr/include/tcl8.0/generic -I/usr/include/GL   -I/usr/X11R6/include  -I./../graphics -I./../imaging -I./../patented -I./../contrib  -rdynamic   -L/usr/local/src/vtk/contrib -lVTKContribTcl -lVTKContrib  -L/usr/local/src/vtk/patented -lVTKPatentedTcl -lVTKPatented -L/usr/local/src/vtk/imaging -lVTKImagingTcl -lVTKImaging -L/usr/local/src/vtk/graphics -lVTKGraphicsTcl -lVTKGraphics -L../common -lVTKCommonTcl -lVTKCommon -L/usr/X11R6/lib /usr/lib/libGL.so  /usr/lib/libtk8.0.so /usr/lib/libtcl8.0.so -ldl -lpthread \
-L/usr/X11R6/lib -lXext -lXt -lSM -lICE -lX11  -lm
/usr/local/src/vtk/imaging/libVTKImagingTcl.so: undefined reference to `vtkTclGetPointerFromObject(char *, char *, Tcl_Interp *, int &)'
collect2: ld returned 1 exit status
make[1]: *** [vtk] Error 1
make[1]: Leaving directory `/usr/local/src/vtk/tcl'
make: *** [install_tcl] Error 2

=====

My build script is same as before:

cd /usr/local/src/vtk
cvs -d \
    :pserver:anonymous at www.visualizationtoolkit.org:/vtk/cvsroot update

./configure --with-mesa --with-tcl --with-shared --with-contrib \
    --with-patented --with-python --with-tkwidget
touch wrap/vtkWrapPython.c
make
make install

=====

Thanks for any help provided.

-- 
Mike Renfro  / R&D Engineer, Center for Manufacturing Research,
931 372-3601 / Tennessee Technological University -- renfro at tntech.edu




More information about the vtkusers mailing list