[vtk-developers] RE: JPEG support fails

Miller, James V (CRD) millerjv at crd.ge.com
Fri Sep 14 10:03:55 EDT 2001


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