I can probably fix that. I&#39;ll add it to my todo list.<br><br><div class="gmail_quote">On Mon, Feb 22, 2010 at 2:36 PM, Michael Jackson <span dir="ltr">&lt;<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">That seems to have fixed that problem.<br>
<br>
Would also be nice if the macro &quot;paraview_build_optional_plugin&quot; was in the ParaViewPlugins.cmake file as I have to recreate it in each of my Plugins CMake files because the macro is located in ParaView/Plugins/CMakeLists.txt<br>

<br>
Thanks<div class="im"><br>
___________________________________________________________<br>
Mike Jackson                      <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
<br>
<br></div><div><div></div><div class="h5">
On Feb 22, 2010, at 1:30 PM, Dave Partyka wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I just moved the definition of ParaView_QT_DIR to be just before including ParaViewCommon. Give it a shot and let me know if it doesn&#39;t fix your problem.<br>
<br>
On Mon, Feb 22, 2010 at 12:04 PM, Michael Jackson &lt;<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a>&gt; wrote:<br>
Pulled the latest CVS Head from GitHub? Is that really the latest?<br>
<br>
 When I tried to configure ParaView with my plugins using PARAVIEW_EXTRA_EXTERNAL_MODULES I get the following error:<br>
<br>
-- Plugin: IPFFilter enabled<br>
CMake Error: File /Components/<a href="http://pqObjectPanelImplementation.h.in" target="_blank">pqObjectPanelImplementation.h.in</a> does not exist.<br>
CMake Error at /Users/Shared/Kitware-CVS/ParaView/CMake/ParaViewPlugins.cmake:281 (CONFIGURE_FILE):<br>
 configure_file Problem configuring file<br>
Call Stack (most recent call first):<br>
 /Users/mjackson/Workspace/PVMXADataModel/Source/Client/IPFFilter/CMakeLists.txt:93 (ADD_PARAVIEW_OBJECT_PANEL)<br>
<br>
IPFFilter is my own plugin. The problem is that ParaView_QT_DIR is NOT defined at the point where my CMake code is executed. Looking at the top level CMakeLists.txt file I see that the Plugins are loaded at line 238 (INCLUDE(ParaViewCommon)) which then picks up my code. The problem is that ParaView_QT_DIR is NOT defined until line 272 in the top level CMakeLists.txt file. This causes problems for my external modules because I have Qt code that needs to be compiled.<br>

<br>
 Is this a bug or am I just missing something?<br>
<br>
___________________________________________________________<br>
Mike Jackson                      <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
Principal Software Engineer       <a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a><br>
BlueQuartz Software               Dayton, Ohio<br>
</blockquote>
<br>
</div></div></blockquote></div><br>