<!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.2900.3059" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN 
class=147110913-06042007>Hello,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=147110913-06042007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I am building an library that extends the 
ITK.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>when I run CMake I get the following errors 
consecutively:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&gt;&nbsp;CMake Error : Invalid escape sequence 
\I</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&gt;&nbsp;Syntax error in cmake code 
at<BR>&nbsp;C:/ITKBIN/ITKConfig.cmake:12:<BR>&nbsp;syntax error, unexpected 
cal_ERROR, expecting $end(660), when parsing 
string<BR>&nbsp;"C:/ITKBIN;C:/ITK/Code/Algorithms;C:/ITK/Code/BasicFilters;C:/ITK/Code/Common......"</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&gt;&nbsp;CMake Error : Error in configuration 
process, project files may be invalid</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=147110913-06042007><FONT face=Arial size=2>Could you please 
help me to avoid these errors?</FONT></SPAN></DIV>
<DIV><SPAN class=147110913-06042007><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=147110913-06042007><FONT face=Arial size=2>Thanks and best 
regards,</FONT></SPAN></DIV>
<DIV><SPAN class=147110913-06042007><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=147110913-06042007><FONT face=Arial 
size=2>Cigdem</FONT></SPAN></DIV>
<DIV><SPAN class=147110913-06042007><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV><FONT face=Arial size=2>
<DIV><BR>The content of the ITKConfig.cmake.in :</DIV>
<DIV>&nbsp;</DIV>
<DIV>#-----------------------------------------------------------------------------<BR>#<BR># 
ITKConfig.cmake - ITK CMake configuration file for external projects.<BR>#<BR># 
This file is configured by ITK and used by the UseITK.cmake module<BR># to load 
ITK's settings for an external project.</DIV>
<DIV>&nbsp;</DIV>
<DIV># The ITK source tree.<BR>SET(ITK_SOURCE_DIR "@ITK_SOURCE_DIR@")</DIV>
<DIV>&nbsp;</DIV>
<DIV># The ITK include file directories.<BR>SET(ITK_INCLUDE_DIRS 
"@ITK_INCLUDE_DIRS_CONFIG@")</DIV>
<DIV>&nbsp;</DIV>
<DIV># The ITK library directories.<BR>SET(ITK_LIBRARY_DIRS 
"@ITK_LIBRARY_DIRS_CONFIG@")</DIV>
<DIV>&nbsp;</DIV>
<DIV># The C and C++ flags added by ITK to the cmake-configured 
flags.<BR>SET(ITK_REQUIRED_C_FLAGS 
"@ITK_REQUIRED_C_FLAGS@")<BR>SET(ITK_REQUIRED_CXX_FLAGS 
"@ITK_REQUIRED_CXX_FLAGS@")<BR>SET(ITK_REQUIRED_LINK_FLAGS 
"@ITK_REQUIRED_LINK_FLAGS@")</DIV>
<DIV>&nbsp;</DIV>
<DIV># The ITK version number<BR>SET(ITK_VERSION_MAJOR 
"@ITK_VERSION_MAJOR@")<BR>SET(ITK_VERSION_MINOR 
"@ITK_VERSION_MINOR@")<BR>SET(ITK_VERSION_PATCH "@ITK_VERSION_PATCH@")</DIV>
<DIV>&nbsp;</DIV>
<DIV># The location of the UseITK.cmake file.<BR>SET(ITK_USE_FILE 
"@ITK_USE_FILE@")</DIV>
<DIV>&nbsp;</DIV>
<DIV># The build settings file.<BR>SET(ITK_BUILD_SETTINGS_FILE 
"@ITK_BUILD_SETTINGS_FILE@")</DIV>
<DIV>&nbsp;</DIV>
<DIV># Whether ITK was built with shared libraries.<BR>SET(ITK_BUILD_SHARED 
"@BUILD_SHARED_LIBS@")</DIV>
<DIV>&nbsp;</DIV>
<DIV># Whether ITK was built with Tcl wrapping support.<BR>SET(ITK_CSWIG_TCL 
"@ITK_CSWIG_TCL@")<BR>SET(ITK_CSWIG_PYTHON 
"@ITK_CSWIG_PYTHON@")<BR>SET(ITK_CSWIG_JAVA "@ITK_CSWIG_JAVA@")</DIV>
<DIV>&nbsp;</DIV>
<DIV># Path to CableSwig configuration used by ITK.<BR>SET(ITK_CableSwig_DIR 
"@ITK_CableSwig_DIR_CONFIG@")</DIV>
<DIV>&nbsp;</DIV>
<DIV># A list of all libraries for ITK.&nbsp; Those listed here should<BR># 
automatically pull in their dependencies.<BR>SET(ITK_LIBRARIES ITKAlgorithms 
ITKStatistics ITKFEM)</DIV>
<DIV>&nbsp;</DIV>
<DIV># The ITK library dependencies.<BR>IF(NOT ITK_NO_LIBRARY_DEPENDS)<BR>&nbsp; 
INCLUDE("@ITK_LIBRARY_DEPENDS_FILE@")<BR>ENDIF(NOT ITK_NO_LIBRARY_DEPENDS)</DIV>
<DIV>&nbsp;</DIV>
<DIV># Whether ITK was built using a system VXL.<BR>SET(ITK_USE_SYSTEM_VXL 
"@ITK_USE_SYSTEM_VXL@")</DIV>
<DIV>&nbsp;</DIV>
<DIV># The VXL_DIR setting used to build ITK.&nbsp; Set if ITK_USE_SYSTEM_VXL is 
true.<BR>SET(ITK_VXL_DIR "@ITK_VXL_DIR@")<BR></FONT></DIV></BODY></HTML>