[Insight-developers] IOCommon.h errors
Brad King
brad.king@kitware.com
Thu, 10 Apr 2003 09:56:13 -0400 (EDT)
> 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