[Insight-users] RE: a few Borland build errs + suggest fix
dean.inglis@on.aibn.com
dean.inglis@on.aibn.com
Wed, 18 Sep 2002 9:47:34 -0400
Hi,
I've been following with eager anticipation the
successful addition of Borland build capability
for ITK. Just a couple of observations for now,
1) in Auxiliary FltkImageViewer, some of the files
contain typedef enums such as
typedef enum
{
FIT_IMAGE_TO_WINDOW,
FIT_WINDOW_TO_IMAGE,
INTENSITY_WINDOWING
};
which should be, for Borland to work,
typedef enum
{
FIT_IMAGE_TO_WINDOW,
FIT_WINDOW_TO_IMAGE,
INTENSITY_WINDOWING
} someNameForTheEnumType;
I'm happy to add a nightly Win2k Borland
Experimental build (CMake 1.4.3 upgrade later
this week to CMake 1.4.5 (release ?)) to help...
Other configs:
Tcl 8.3.4.2
Perl 5.6
Dart
VTK nightly CVS
Fltk 1.0.11
WinCVS 1.2
cygwin
regards,
Dean Inglis