[vtk-developers] RE: JPEG support fails
Miller, James V (CRD)
millerjv at crd.ge.com
Fri Sep 14 10:11:26 EDT 2001
I was just thinking about this more.
Sebastian, you use a full source checkout of Tcl instead of using an "installed" version, correct?
-----Original Message-----
From: Miller, James V (CRD)
Sent: Friday, September 14, 2001 10:04 AM
To: 'Sebastien BARRE'; vtk-developers at public.kitware.com
Subject: RE: JPEG support fails
It looks like your build is picking up an include file from TCL instead of from the JPEG lib in VTK.
The version of jmorecfg.h in VTK has a modified header so this error does not occur.
So, to me, it looks like this is a TCL/JPEG error rather than a VTK/JPEG error.
-----Original Message-----
From: Sebastien BARRE [mailto:sebastien at barre.nom.fr]
Sent: Friday, September 14, 2001 9:58 AM
To: vtk-developers at public.kitware.com
Cc: Miller, James V (CRD)
Subject: JPEG support fails
Hi
I'm not sure JPEG support should be included before it's tested or at least
does not fail :)
vtkJPEGReader.cxx
C:\DEVEL\LANGAGES\TCL\8.3\include\jmorecfg.h(161) : error C2371: 'INT32' :
redefinition; different basic types
C:\devel\langages\c\msdev\VC98\INCLUDE\basetsd.h(33) : see
declaration of 'INT32'
vtkJPEGWriter.cxx
C:\DEVEL\LANGAGES\TCL\8.3\include\jmorecfg.h(161) : error C2371: 'INT32' :
redefinition; different basic types
C:\devel\langages\c\msdev\VC98\INCLUDE\basetsd.h(33) : see
declaration of 'INT32'
As the dashboard looks stable and there is no Windows 98 box performing any
VTK build, I guess it's Windows 98 specific (which is my OS at the moment).
I had to remove JPEG files from my CMakeLists.txt
More information about the vtk-developers
mailing list