[vtkusers] Compile with Visual Studio 2005
Ben Fulton
bfulton at prosolv.com
Thu Mar 23 09:21:58 EST 2006
You probably have an error in your config, then. This error implies that
VTK_SIZEOF_CHAR is set incorrectly. If you look in the file vtkConfigure.h,
you should see a line that says
#define VTK_SIZEOF_CHAR 1
(It says in the file that this header is configured by VTK's build process.
I'm not sure if that means CMake generates it or it's rebuilt at every
compile.)
-----Original Message-----
From: lurbano at usb.ve [mailto:lurbano at usb.ve]
Sent: Thursday, March 23, 2006 8:05 AM
To: Ben Fulton
Subject: RE: [vtkusers] Compile with Visual Studio 2005
Hi Ben:
We have the new platform and old PC are being update. We do not have
problems
compiling in version 7. But now with version 8, we have the next report:
......
vtkAVIWriter.cxx
C:\vtk\common\vtkType.h(144): fatal error C1189: #error : " No native data
type
can represent an 8-bit integer."
More information about the vtkusers
mailing list