I get the follwing error when I try to build vtktcl.dll. I've downloaded the nightlies for  four of the last nights with the same result.  Each time I unpack the nightly I rerun pcmaker and nmake.  What am I missing?
Any Ideas?
 
Thank you
Todd
 
 
Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
 
making tcl library...
        cl.exe /D "STRICT" /nologo /MD /O2 /I "C:\Progra~1\Visual~2\VC98\include
" /I "C:\vtk\vtk\common" /I "C:\vtk\vtk\graphics" /I "C:\vtk\vtk\imaging" /D "ND
EBUG" /D "WIN32" /D "_WINDOWS"  /I "C:\vtk\vtk\pcmaker\xlib"  /D "VTK_USE_PATENT
ED" /I "C:\vtk\vtk\patented"  /D "VTK_USE_CONTRIB" /I "C:\vtk\vtk\contrib"  /D "
VTK_USE_LOCAL" /I "C:\vtk\vtk\local"  /D "_WINDLL" /D "_MBCS"  /Foobj\ /c src\vt
kStructuredPointsSourceTcl.cxx
vtkStructuredPointsSourceTcl.cxx
C:\vtk\vtk\common\vtkStructuredPointsSource.h(67) : error C2039: 'Output' : is n
ot a member of 'vtkStructuredPointsSource'
        C:\vtk\vtk\common\vtkStructuredPointsSource.h(56) : see declaration of '
vtkStructuredPointsSource'
src\vtkStructuredPointsSourceTcl.cxx(109) : error C2660: 'SetOutput' : function
does not take 1 parameters
NMAKE : fatal error U1077: 'C:\PROGRA~1\VISUAL~2\VC98\BIN\cl.exe' : return code
'0x2'
Stop.