[Insight-developers] expat
Bill Hoffman
bill . hoffman at kitware . com
Fri, 25 Jul 2003 12:54:08 -0400
At 11:17 AM 7/25/2003, Miller, James V (Research) wrote:
>In the expat sources in Utilities/expat there are references to vtkexpat_EXPORTS and vtkNotUsed. The latter is fairly easy to fix. What should the former be? The library that is built is ITKEXPAT. Should the symbol by ITKEXPAT_EXPORTS?
>
>Along this line, if you turn on BUILD_SHARED_LIBS for ITK (which is needed for wrapping), why doesn't expat, zlib, png, etc. build a dll?
>
>
BUILD_SHARED_LIBS for ITK only turns on the libraries that have been tested to work
with shared. I don't think those libraries have been tested. Basically, ITKCommon,
and all the wrapper stuff are shared, but nothing else.
-Bill