[Insight-developers] IOCommon.h errors
Miller, James V (Research)
millerjv@crd.ge.com
Thu, 10 Apr 2003 10:06:27 -0400
I was doing this under .Net
> -----Original Message-----
> From: Brad King [mailto:brad.king@kitware.com]
> Sent: Thursday, April 10, 2003 9:56 AM
> To: Miller, James V (Research)
> Cc: insight Developers List
> Subject: RE: [Insight-developers] IOCommon.h errors
>
>
> > I might have jumped the gun but I tried to use the kwsys
> > utilities yesterday but had compiler errors for a "missing"
> include file.
> >
> > I tried to do a
> >
> > #include <itkkwsys/SystemTools.hxx>
> >
> > inside a file in Testing/Code/Common but the compiler kept
> saying that file
> > could not be found. I looked at the CMakeLists.txt files
> and it looks as
> > though the directory for kwsys gets created in the build
> tree as itkkwsys.
> > Digging through the CMakeCache, however, it looked like
> there were reference
> > to kwsys and not itkkwsys for libraries, etc. So I figured
> you weren't
> > quite done with the configuration.
>
> There should be both a "Utilities/kwsys" and a "Utilities/itkkwsys"
> directory in the build tree. I just tried adding the include
> to one of
> the C++ tests and it works fine on Linux. On what platform
> did you try
> it?
>
> -Brad
>