<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
ITK gurus,<br>
<br>
I am writing a plug-in for Osirix and need to create a version of
ITK in which the namespaces are changed. This is to avoid run time
conflicts with the ITK libraries that are linked into Osirix.<br>
<br>
In ITK there are two namespaces used, <i>itk</i> and <i>itksys</i>
in the default configuration. I have been able to modify an existing
script that modifies the source tree to do what I need except for
one thing.<br>
<br>
I can successfully change, for example, the itk namespace to XXX and
the itksys namespace to XXXsys by editing the source files and
several CMakeLists.txt files. The result is fine except that the
library file that was originally named libitksys-4.2.a becomes
libitkXXXsys-4.2.a rather than libXXXsys-4.2.a. This causes some
linking problems. <br>
<br>
After considerable searching I cannot find where or how the name of
this library file is generated. Can anyone give me some direction on
this?<br>
<br>
Thanks,<br>
Tim<br>
<br>
</body>
</html>