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't fix your problem.<br><br><div class="gmail_quote">On Mon, Feb 22, 2010 at 12:04 PM, Michael Jackson <span dir="ltr"><<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">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>
<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 ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br>