Usually you can get away with deleting just the cached variables that a find module create (i.e. ZLIB_LIBRARY, etc.).  Boost is one of the few modules where this doesn&#39;t always work because it creates internal cached variables that don&#39;t show up in the cache editor.<br>
<br><div class="gmail_quote">On Wed, May 5, 2010 at 9:57 AM, Michael Hertling <span dir="ltr">&lt;<a href="mailto:mhertling@online.de">mhertling@online.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 05/04/2010 07:19 PM, Mike Ladwig wrote:<br>
&gt; The &quot;clean build tree&quot; seems to have been the problem.  Looks as if I needed<br>
&gt; to start clean every time I tried a new configuration approach.  Much<br>
&gt; thanks!<br>
<br>
</div>Typically, if FIND_PACKAGE() succeeds in locating a package the results<br>
are cached, and if you reconfigure later FIND_PACKAGE() usually doesn&#39;t<br>
search again, but reuses the previously found results from the cache.<br>
Therefore, you must ensure that FIND_PACKAGE() is lead to the desired<br>
package right at the first time. If this package is missed you should<br>
actually restart the configuration from within a clean directory, i.e.<br>
without a cache. In general, if you have installed multiple versions<br>
of the same package be particularly careful w.r.t. which of them is<br>
going to be found by FIND_PACKAGE().<br>
<br>
Regards,<br>
<font color="#888888"><br>
Michael<br>
</font><div class="im"><br>
&gt;<br>
&gt; On Tue, May 4, 2010 at 1:01 PM, S Roderick &lt;<a href="http://kiwi.net" target="_blank">kiwi.net</a>@<a href="http://mac.com" target="_blank">mac.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; On May 4, 2010, at 12:41 , Mike Ladwig wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; Hi.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I&#39;m having a problem compiling scantailor on CentOS 5.4.  The version of<br>
&gt;&gt; cmake that comes with CentOS was too old, so I downloaded the current cmake<br>
&gt;&gt; binary, which seems to be working well.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; The problem is that the CentOS version of boost is also out-of-date, so I<br>
&gt;&gt; needed to download and build that, which I did successfully.  I installed<br>
&gt;&gt; the new boost (1.42) in /usr/local and have been unable to get cmake to<br>
&gt;&gt; recognize it.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I have tried -DBOOST_ROOT=/usr/local/ -DBOOSTROOT=/usr/local/<br>
&gt;&gt; -DBOOST_INCLUDEDIR=/usr/local/include/ -DBOOST_LIBRARYDIR=/usr/local/lib/<br>
&gt;&gt; -DBoost_ADDITIONALVERSIONS=&quot;1.42.0&quot; and many variations on these.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Am I missing something, or is cmake just unable to find boost anywhere<br>
&gt;&gt; other than default locations?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Have you tried (in a clean build tree)<br>
&gt;&gt;<br>
&gt;&gt; export CMAKE_PREFIX_PATH=/usr/local<br>
&gt;&gt; cmake ...<br>
&gt;&gt;<br>
&gt;&gt; The above works with MacPorts installed boost v1.42 in /opt/local for Mac<br>
&gt;&gt; OS X.<br>
&gt;&gt; Stephen<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div><div><div></div><div class="h5">&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Philip Lowman<br>