[vtk-developers] vtkLocal and Tcl wrapping link errs

Dean Inglis dean.inglis at on.aibn.com
Wed Feb 5 11:02:36 EST 2003


Hi,

I just tried copying vtk/examples/build/vtklocal to
its own source tree and building out of source
as is (local is renamed to test): the shared dll/lib
builds but still cannot get the tcl wrapping to work.
Can anyone else verify this?  Win2k, Borland, tcl
8.3.4.2, MinSizeRel, CMake 1.6.2, shared libs. See error
log below...

Dean


MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
Building dependencies. cmake.depends...
MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
Building Custom command
c:/Builder/Releases/vtkTestRelease/vtkTestExampleTcl.cxx...
Building dependencies cmake.check_depends...
MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
Building object file vtkTestExample.obj...
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
c:\Builder\Sources\vtkTest\vtkTestExample.cxx:
Building object file vtkTestInstantiator.obj...
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
c:\Builder\Releases\vtkTestRelease\vtkTestInstantiator.cxx:
Building shared library c:\Builder\Releases\vtkRelease\bin\vtkTest.dll...
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland

Borland Implib Version 3.0.22 Copyright (c) 1991, 2000 Inprise Corporation
Building object file vtkTestTCLInit.obj...
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
c:\Builder\Releases\vtkTestRelease\vtkTestTCLInit.cxx:
Building object file vtkTestExampleTcl.obj...
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
c:\Builder\Releases\vtkTestRelease\vtkTestExampleTcl.cxx:
Warning W8004 c:\Builder\Releases\vtkTestRelease\vtkTestExampleTcl.cxx 41:
'tempd' is assigned a value that is never used in function
vtkTestExampleCppCommand(vtkTestExample *,Tcl_Interp *,int,char * *)
Warning W8004 c:\Builder\Releases\vtkTestRelease\vtkTestExampleTcl.cxx 40:
'tempi' is assigned a value that is never used in function
vtkTestExampleCppCommand(vtkTestExample *,Tcl_Interp *,int,char * *)
Building shared library c:\Builder\Releases\vtkRelease\bin\vtkTestTCL.dll...
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_Tcl_DeleteCommand' referenced from
C:\BUILDER\RELEASES\VTKTESTRELEASE\VTKTESTEXAMPLETCL.OBJ
Error: Unresolved external '_Tcl_ResetResult' referenced from
C:\BUILDER\RELEASES\VTKTESTRELEASE\VTKTESTEXAMPLETCL.OBJ
Error: Unresolved external '_Tcl_SetResult' referenced from
C:\BUILDER\RELEASES\VTKTESTRELEASE\VTKTESTEXAMPLETCL.OBJ
Error: Unresolved external '_Tcl_AppendResult' referenced from
C:\BUILDER\RELEASES\VTKTESTRELEASE\VTKTESTEXAMPLETCL.OBJ
Error: Unresolved external '_Tcl_PkgProvide' referenced from
C:\BUILDER\RELEASES\VTKTESTRELEASE\VTKTESTTCLINIT.OBJ

** error 1 ** deleting c:\Builder\Releases\vtkRelease\bin\vtkTestTCL.dll





More information about the vtk-developers mailing list