<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Well, a walk in the woods led to a bit more searching and I was able
    to answer my own question. I hope no one wasted time on this. I'll
    post the script when I clean it up and document it.<br>
    <br>
    Tim<br>
    <br>
    <div class="moz-cite-prefix">On 12-10-24 12:02 PM, Tim Allman wrote:<br>
    </div>
    <blockquote cite="mid:5088110E.4000908@brasscats.ca" type="cite">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      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>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_____________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>

Visit other Kitware open-source projects at
<a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>

Kitware offers ITK Training Courses, for more information visit:
<a class="moz-txt-link-freetext" href="http://www.kitware.com/products/protraining.php">http://www.kitware.com/products/protraining.php</a>

Please keep messages on-topic and check the ITK FAQ at:
<a class="moz-txt-link-freetext" href="http://www.itk.org/Wiki/ITK_FAQ">http://www.itk.org/Wiki/ITK_FAQ</a>

Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://www.itk.org/mailman/listinfo/insight-users">http://www.itk.org/mailman/listinfo/insight-users</a>
</pre>
    </blockquote>
    <br>
    <br>
  </body>
</html>