<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16609" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=613082502-11032008>Ok, I figure that in 
order to use some of the kwsys features, like</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=613082502-11032008>SystemInformation, I 
have to add kwsys subdir and code to my</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=613082502-11032008>project's (Teneos) 
Utilities subdir, as is done with Insight (ITK).&nbsp; In my</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=613082502-11032008>CMakeLists.txt 
within Utilities, I have:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=613082502-11032008></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=613082502-11032008>#-----------------------------------------------------------------------------<BR># 
Create the kwsys library for Teneos.<BR>SET(KWSYS_NAMESPACE teneossys)<BR>&nbsp; 
SET(KWSYS_USE_SystemInformation 1)<BR>SET(KWSYS_HEADER_ROOT 
${Teneos_BINARY_DIR}/Utilities)<BR>SET(KWSYS_PROPERTIES_CXX 
${Teneos_LIBRARY_PROPERTIES})<BR>SET(KWSYS_LIBRARY_INSTALL_DIR)<BR>IF(NOT 
Teneos_INSTALL_NO_LIBRARIES)<BR>&nbsp; SET(KWSYS_LIBRARY_INSTALL_DIR 
${Teneos_INSTALL_LIB_DIR})<BR>ENDIF(NOT 
Teneos_INSTALL_NO_LIBRARIES)<BR>SET(KWSYS_HEADER_INSTALL_DIR)<BR>IF(NOT 
Teneos_INSTALL_NO_DEVELOPMENT)<BR>&nbsp; SET(KWSYS_HEADER_INSTALL_DIR 
${Teneos_INSTALL_INCLUDE_DIR}/Utilities)<BR>ENDIF(NOT 
Teneos_INSTALL_NO_DEVELOPMENT)<BR>SET(KWSYS_INSTALL_COMPONENT_NAME_RUNTIME 
RuntimeLibraries)<BR>SET(KWSYS_INSTALL_COMPONENT_NAME_DEVELOPMENT 
Development)<BR>SUBDIRS(kwsys)</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=613082502-11032008></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=613082502-11032008>However, when I go 
to use SystemInformation in an application that depends</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=613082502-11032008>on my Teneos 
library,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=613082502-11032008></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=613082502-11032008>#include 
&lt;teneossys/SystemInformation.hxx&gt;</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=613082502-11032008></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=613082502-11032008>the compiler says it 
cant find the include file.&nbsp; In my build of Teneos, there 
is</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=613082502-11032008>a directory with 
that file in it though.&nbsp; What am I missing here?&nbsp; Please 
cc</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=613082502-11032008>me directly as I 
cannot review the latest vtkusers archives in my browser.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=613082502-11032008></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=613082502-11032008>Dean</SPAN></FONT></DIV></BODY></HTML>