[vtkusers] VC5 and Nightly?
Maurizio Turatti
mturatti at ais.it
Tue Sep 12 06:26:56 EDT 2000
I tried compiling the last Nightly with VC 5 (Win NT 4.0), but I got all this
errors:
[d:\vtkbin]nmake
Microsoft (R) Program Maintenance Utility Version 1.62.7022
Copyright (C) Microsoft Corp 1988-1997. All rights reserved.
cd vtkdll
nmake OBJS
Microsoft (R) Program Maintenance Utility Version 1.62.7022
Copyright (C) Microsoft Corp 1988-1997. All rights reserved.
cl.exe /nologo /D "STRICT" /MD /W3 /Ob1 /Oi /Ot /Oy /Gs /I "C:\Programmi
\DevStudio\vc\include" /I "D:\vtkbin" /I "D:\vtk\common" /I "D:\vtk\graphics" /I
"D:\vtk\imaging" /D "NDEBUG" /D "WIN32" /I "D:\vtk\patented" /I "D:\vtk\contr
ib" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /D "VTKDLL" /D "VTK_LEAN_AND_MEAN" /
Foobj\ /c "D:\vtk\contrib\vtkWarpTransform.cxx"
vtkWarpTransform.cxx
D:\vtk\contrib\vtkWarpTransform.cxx(78) : error C2664: 'void vtkWarpTransform::T
emplateTransformInverse(const float [],float [])' : cannot convert parameter 2 f
rom 'const float []' to 'float []'
D:\vtk\contrib\vtkWarpTransform.cxx(82) : error C2664: 'void vtkWarpTransform::T
emplateTransformPoint(const float [],float [])' : cannot convert parameter 2 fro
m 'const float []' to 'float []'
.......
[SNIP]
Should I change any flag in the makefile?
Thanks,
M.T.
More information about the vtkusers
mailing list