Hi there<br>I followed you instructions but still did not work<br>here is what I did<br>1. downloaded paraview-3.4.0.tar.gz, and uncompress it, and got a directory ParaView-3.4.0<br>&nbsp; yarumal8:ParaView-3.4.0 jmazo$ pwd<br>
&nbsp; /Users/jmazo/ParaView-3.4.0<br>2. Created the directory Build inside ParaView-3.4.0<br>&nbsp;&nbsp;&nbsp; in there<br>&nbsp;&nbsp;&nbsp; configured, BUILD_SHARED_LIBS=ON,
VTK_USE_RPATH=ON, and PYTHON=ON<br>&nbsp;&nbsp;&nbsp; build with make -j 8<br><br>yarumal8:ParaView-3.4.0 jmazo$ pwd<br>/Users/jmazo/ParaView-3.4.0<br>yarumal8:ParaView-3.4.0 jmazo$ ls Build/<br>Applications&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; DartConfiguration.tcl&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Testing<br>
CMakeCache.txt&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Documentation&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Utilities<br>CMakeFiles&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Makefile&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; VTK<br>CMakeTmp&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ParaView3CompileToolsConfig.cmake&nbsp;&nbsp;&nbsp; bin<br>CPackConfig.cmake&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ParaViewConfig.cmake&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; cmake_install.cmake<br>
CPackSourceConfig.cmake&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ParaViewLibraryDepends.cmake&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pqClient.adp<br>CTestCustom.ctest&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Plugins&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkPQConfig.h<br>CTestTestfile.cmake&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Qt&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkPVConfig.h<br>
Common&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Servers<br>yarumal8:ParaView-3.4.0 jmazo$ <br><br>3. set the varialbes<br><br>yarumal8:ParaView-3.4.0 jmazo$ echo $QTDIR <br>/Users/jmazo/ParaView-3.4.0/Build<br>yarumal8:ParaView-3.4.0 jmazo$ echo $ParaView_DIR <br>
/Users/jmazo/ParaView-3.4.0<br><br>I had to add PACKAGE_FIND(Qt4) becuase I got the QT4_WRAP error<br>so here is the CMakeList<br><br>yarumal8:Plugins jmazo$ cat GUIToolBar/CMakeLists.txt <br>FIND_PACKAGE(Qt4)<br><br># create a plugin that implements an object panel for a source proxy<br>
<br>QT4_WRAP_CPP(MOC_SRCS MyToolBarActions.h)<br><br># we implement a pqConePanel.h for the ConeSource<br>ADD_PARAVIEW_ACTION_GROUP(IFACES IFACE_SRCS CLASS_NAME MyToolBarActions <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GROUP_NAME &quot;ToolBar/MyActions&quot;)<br>
<br># create a plugin for this panel<br>ADD_PARAVIEW_PLUGIN(GUIMyToolBar &quot;1.0&quot; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GUI_INTERFACES ${IFACES} <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SOURCES MyToolBarActions.cxx ${MOC_SRCS} ${IFACE_SRCS})<br>
<br><br>yarumal8:Plugins jmazo$ cmake GUIToolBar<br>-- The C compiler identification is GNU<br>-- The CXX compiler identification is GNU<br>-- Check for working C compiler: /usr/bin/gcc<br>-- Check for working C compiler: /usr/bin/gcc -- works<br>
-- Detecting C compiler ABI info<br>-- Detecting C compiler ABI info - done<br>-- Check for working CXX compiler: /usr/bin/c++<br>-- Check for working CXX compiler: /usr/bin/c++ -- works<br>-- Detecting CXX compiler ABI info<br>
-- Detecting CXX compiler ABI info - done<br>-- Looking for Q_WS_X11<br>-- Looking for Q_WS_X11 - not found.<br>-- Looking for Q_WS_WIN<br>-- Looking for Q_WS_WIN - not found.<br>-- Looking for Q_WS_QWS<br>-- Looking for Q_WS_QWS - not found.<br>
-- Looking for Q_WS_MAC<br>-- Looking for Q_WS_MAC - found<br>-- Found Qt-Version 4.3.5<br>-- Found OpenSSL: /usr/lib/libssl.dylib<br>CMake Error at CMakeLists.txt:8 (ADD_PARAVIEW_ACTION_GROUP):<br>&nbsp; Unknown CMake command &quot;ADD_PARAVIEW_ACTION_GROUP&quot;.<br>
<br><br>CMake Warning (dev) in CMakeLists.txt:<br>&nbsp; No cmake_minimum_required command is present.&nbsp; A line of code such as<br><br>&nbsp;&nbsp;&nbsp; cmake_minimum_required(VERSION 2.6)<br><br>&nbsp; should be added at the top of the file.&nbsp; The version specified may be lower<br>
&nbsp; if you wish to support older CMake versions for this project.&nbsp; For more<br>&nbsp; information run &quot;cmake --help-policy CMP0000&quot;.<br>This warning is for project developers.&nbsp; Use -Wno-dev to suppress it.<br><br>-- Configuring incomplete, errors occurred!<br>
<br>###################################################################<br><br>:(<br><br>Still lost<br><br>thanks a lot<br><br><div class="gmail_quote">On Wed, Jan 7, 2009 at 12:02 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="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Here is what we are saying for ParaView 3.4.0<br>
<br>
1: Download the source for PV 3.4.0 from the kitware website.<br>
2: Uncompress the file, this should create a folder ParaView<br>
3: cd into ParaView<br>
4: mkdir Build<br>
5: cd Build<br>
6: ccmake ../<br>
 &nbsp;6a: Turn ON SHARED_LIBS<br>
 &nbsp;6b: [c]onfigure<br>
 &nbsp;6c: [g]enerate<br>
7: make &nbsp;( Wait a long time for the build. use the -jx flag for make to speed up the compile)<br>
8: You are done with paraview build. DO NOT &quot;install&quot; paraview anywhere.<br>
<br>
Assume this was done in /home/jmazo/paraview/Build<br>
export QTDIR=/home/jmazo/paraview/Build<br>
<br>
Now try to build your plugin. Qt and ParaView specific macros should be found.<br>
<br>
If you are building ParaView anyway you may want to consider having your plugin build as part of the ParaView build.<div class="Ih2E3d"><br>
<br>
---<br>
Mike Jackson &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
<br>
<br>
<br></div><div><div></div><div class="Wj3C7c">
On Jan 7, 2009, at 11:50 AM, Jorge Mario Mazo wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hi there<br>
so what you are saying is that I need the cvs version of paraview?<br>
<br>
I tried building paraview with sources 3.4.0 in<br>
/home/jmazo/parasrc<br>
<br>
then set the variable to &nbsp;/home/jmazo/parasrc<br>
<br>
then tried to build a plugin but I still get the QT error, so I added find_package(Qt4)<br>
<br>
but I still get the paraview errors<br>
<br>
thanks in advance, I&#39;m going to try with the cvs version<br>
<br>
On Wed, Jan 7, 2009 at 9:52 AM, Utkarsh Ayachit &lt;<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>&gt; wrote:<br>
Jorge,<br>
<br>
First of, you cannot build new plugins using an installed ParaView (at<br>
for ParaView 3.4.* and earlier, it should work with CVS ParaView). You<br>
need to download the source and build ParaView from scartch. Then set<br>
the ParaView_DIR to the directory in which you&#39;ve built ParaView.<br>
<br>
Utkarsh<br>
<br>
On Tue, Jan 6, 2009 at 5:50 PM, Jorge Mario Mazo &lt;<a href="mailto:jmm.mecanica@gmail.com" target="_blank">jmm.mecanica@gmail.com</a>&gt; wrote:<br>
&gt; hi there<br>
&gt;<br>
&gt; I did the find<br>
&gt;<br>
&gt; find / -name ParaViewConfig.cmake<br>
&gt; /Users/jmazo/Desktop/paraview/ParaViewConfig.cmake<br>
&gt;<br>
&gt; so I set<br>
&gt;<br>
&gt; yarumal8:Plugins jmazo$ export ParaView_DIR=/Users/jmazo/<br>
&gt; Desktop/paraview<br>
&gt;<br>
&gt; but I get the same error<br>
&gt;<br>
&gt; Unknown CMake command &quot;ADD_PARAVIEW_ACTION_GROUP&quot;.<br>
&gt;<br>
&gt; I&#39;m running ccmake on<br>
&gt;<br>
&gt; /Users/jmazo/Desktop/fofo/ParaView-3.4.0/Examples/Plugins<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; and when I did make install I set the dir to<br>
&gt;<br>
&gt; /Users/jmazo/gato<br>
&gt;<br>
&gt; I tried setting ParaView_DIR to<br>
&gt;<br>
&gt; /Users/jmazo/gato<br>
&gt; /Users/jmazo/Desktop/paraview/<br>
&gt; /Users/jmazo/Desktop/fofo/ParaView-3.4.0<br>
&gt;<br>
&gt;<br>
&gt; but I got the same error on all cases<br>
&gt;<br>
&gt; any ideas<br>
&gt;<br>
&gt;<br>
&gt; thanks<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Jan 6, 2009 at 4:57 PM, Michael Jackson<br>
&gt; &lt;<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; So you installed ParaView 3.4 into /Users/jmazo/gato?<br>
&gt;&gt;<br>
&gt;&gt; then ParaView_DIR should be /Users/jmazo/gato<br>
&gt;&gt;<br>
&gt;&gt; I think..<br>
&gt;&gt;<br>
&gt;&gt; Also, keep the discussion on list in case someone else wants to help out..<br>
&gt;&gt;<br>
&gt;&gt; ---<br>
&gt;&gt; Mike Jackson &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Jan 6, 2009, at 4:39 PM, Jorge Mario Mazo wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; Hi there<br>
&gt;&gt;&gt; and sorry for the bothering<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I did the find<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; find / -name ParaViewConfig.cmake<br>
&gt;&gt;&gt; /Users/jmazo/Desktop/paraview/ParaViewConfig.cmake<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; so I set<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; yarumal8:Plugins jmazo$ export ParaView_DIR=/Users/jmazo/Desktop/paraview<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; but I get the same error<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Unknown CMake command &quot;ADD_PARAVIEW_ACTION_GROUP&quot;.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I&#39;m running ccmake on<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; /Users/jmazo/Desktop/fofo/ParaView-3.4.0/Examples/Plugins<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; and when I did make install I set the dir to<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; /Users/jmazo/gato<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; arumal8:gato jmazo$ pwd<br>
&gt;&gt;&gt; /Users/jmazo/gato<br>
&gt;&gt;&gt; yarumal8:gato jmazo$ ls<br>
&gt;&gt;&gt; bin &nbsp; &nbsp;include &nbsp; &nbsp;lib &nbsp; &nbsp;plugins<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; thank you very much for all your help<br>
&gt;&gt;&gt; On Tue, Jan 6, 2009 at 4:24 PM, Michael Jackson<br>
&gt;&gt;&gt; &lt;<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a>&gt; wrote:<br>
&gt;&gt;&gt; You need to set the environment variable &quot;ParaView_DIR&quot; to the correct<br>
&gt;&gt;&gt; directory.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ---<br>
&gt;&gt;&gt; Mike Jackson &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Jan 6, 2009, at 4:21 PM, Jorge Mario Mazo wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; thanks for the quick answer<br>
&gt;&gt;&gt; but I get this error now<br>
&gt;&gt;&gt; ############################################################<br>
&gt;&gt;&gt; CMake Error at CMakeLists.txt:4 (INCLUDE):<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; i<br>
&gt;&gt;&gt; &nbsp;nclude could not find load file:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp;/ParaViewConfig.cmake<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp;CMake Error at CMakeLists.txt:20 (ADD_PARAVIEW_ACTION_GROUP):<br>
&gt;&gt;&gt; &nbsp;Unknown CMake command &quot;ADD_PARAVIEW_ACTION_GROUP&quot;.<br>
&gt;&gt;&gt; ####################################<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; a find gave me this:<br>
&gt;&gt;&gt; find / -name ParaViewConfig.cmake<br>
&gt;&gt;&gt; /Users/jmazo/Desktop/paraview/ParaViewConfig.cmake<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; so moved the &nbsp;file to / and now I get<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp;CMake Error at CMakeLists.txt:20 (ADD_PARAVIEW_ACTION_GROUP):<br>
&gt;&gt;&gt; &nbsp;Unknown CMake command &quot;ADD_PARAVIEW_ACTION_GROUP&quot;.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; the CMakeLists.txt looks like this<br>
&gt;&gt;&gt; ###########################################<br>
&gt;&gt;&gt; IF (DEFINED ParaView_BINARY_DIR)<br>
&gt;&gt;&gt; &nbsp;INCLUDE(${ParaView_BINARY_DIR}/ParaViewConfig.cmake)<br>
&gt;&gt;&gt; ELSE (DEFINED ParaView_BINARY_DIR)<br>
&gt;&gt;&gt; &nbsp;INCLUDE($ENV{ParaView_DIR}/ParaViewConfig.cmake)<br>
&gt;&gt;&gt; ENDIF (DEFINED ParaView_BINARY_DIR)<br>
&gt;&gt;&gt; PROJECT(RoboMetClientPlugin)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; FIND_PACKAGE(Qt4)<br>
&gt;&gt;&gt; IF(QT4_FOUND)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; INCLUDE(${QT_USE_FILE})<br>
&gt;&gt;&gt; &nbsp;#-- All your Qt4 dependent code in here.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ################################################CMAKELists.txt#################<br>
&gt;&gt;&gt; # create a plugin that implements an object panel for a source proxy<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; QT4_WRAP_CPP(MOC_SRCS MyToolBarActions.h)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; # we implement a pqConePanel.h for the ConeSource<br>
&gt;&gt;&gt; ADD_PARAVIEW_ACTION_GROUP(IFACES IFACE_SRCS CLASS_NAME MyToolBarActions<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;GROUP_NAME &quot;ToolBar/MyActions&quot;)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; # create a plugin for this panel<br>
&gt;&gt;&gt; ADD_PARAVIEW_PLUGIN(GUIMyToolBar &quot;1.0&quot;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;GUI_INTERFACES ${IFACES}<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SOURCES MyToolBarActions.cxx ${MOC_SRCS} ${IFACE_SRCS})<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ENDIF (QT4_FOUND)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ###########################################################################################<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Tue, Jan 6, 2009 at 4:14 PM, Michael Jackson<br>
&gt;&gt;&gt; &lt;<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a>&gt; wrote:<br>
&gt;&gt;&gt; IF (DEFINED ParaView_BINARY_DIR)<br>
&gt;&gt;&gt; &nbsp;INCLUDE(${ParaView_BINARY_DIR}/ParaViewConfig.cmake)<br>
&gt;&gt;&gt; ELSE (DEFINED ParaView_BINARY_DIR)<br>
&gt;&gt;&gt; &nbsp;INCLUDE($ENV{ParaView_DIR}/ParaViewConfig.cmake)<br>
&gt;&gt;&gt; ENDIF (DEFINED ParaView_BINARY_DIR)<br>
&gt;&gt;&gt; PROJECT(RoboMetClientPlugin)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; FIND_PACKAGE(Qt4)<br>
&gt;&gt;&gt; IF(QT4_FOUND)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp;INCLUDE(${QT_USE_FILE})<br>
&gt;&gt;&gt; &nbsp;#-- All your Qt4 dependent code in here.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ################################################CMAKELists<br>
&gt;&gt;&gt; .txt#################<br>
&gt;&gt;&gt; # create a plugin that implements an object panel for a source proxy<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; QT4_WRAP_CPP(MOC_SRCS MyToolBarActions.h)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; # we implement a pqConePanel.h for the ConeSource<br>
&gt;&gt;&gt; ADD_PARAVIEW_ACTION_GROUP(IFACES IFACE_SRCS CLASS_NAME MyToolBarActions<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;GROUP_NAME &quot;ToolBar/MyActions&quot;)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; # create a plugin for this panel<br>
&gt;&gt;&gt; ADD_PARAVIEW_PLUGIN(GUIMyToolBar &quot;1.0&quot;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;GUI_INTERFACES ${IFACES}<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SOURCES MyToolBarActions.cxx ${MOC_SRCS} ${IFACE_SRCS})<br>
&gt;&gt;&gt; #############################################ENDIF (QT4_FOUND)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _________________________________________________________<br>
&gt;&gt;&gt; Mike Jackson &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a><br>
&gt;&gt;&gt; BlueQuartz Software &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
&gt;&gt;&gt; Principal Software Engineer &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Dayton, Ohio<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Jan 6, 2009, at 4:02 PM, Jorge Mario Mazo wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi there and thanks<br>
&gt;&gt;&gt; since I&#39;m very new to the paraview and cmake build workd, could you tell<br>
&gt;&gt;&gt; me where should I put that<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I&#39;m trying to compile the GUITollbar example<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ################################################CMAKELists.txt#################<br>
&gt;&gt;&gt; # create a plugin that implements an object panel for a source proxy<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; QT4_WRAP_CPP(MOC_SRCS MyToolBarActions.h)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; # we implement a pqConePanel.h for the ConeSource<br>
&gt;&gt;&gt; ADD_PARAVIEW_ACTION_GROUP(IFACES IFACE_SRCS CLASS_NAME MyToolBarActions<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;GROUP_NAME &quot;ToolBar/MyActions&quot;)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; # create a plugin for this panel<br>
&gt;&gt;&gt; ADD_PARAVIEW_PLUGIN(GUIMyToolBar &quot;1.0&quot;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;GUI_INTERFACES ${IFACES}<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SOURCES MyToolBarActions.cxx ${MOC_SRCS} ${IFACE_SRCS})<br>
&gt;&gt;&gt; #############################################<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; wich is located in<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; /Users/jmazo/Desktop/fofo/ParaView-3.4.0/Examples/Plugins/GUIToolBar<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; #########################<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Tue, Jan 6, 2009 at 3:14 PM, Michael Jackson<br>
&gt;&gt;&gt; &lt;<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a>&gt; wrote:<br>
&gt;&gt;&gt; You probably want something like:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; IF (DEFINED ParaView_BINARY_DIR)<br>
&gt;&gt;&gt; &nbsp;INCLUDE(${ParaView_BINARY_DIR}/ParaViewConfig.cmake)<br>
&gt;&gt;&gt; ELSE (DEFINED ParaView_BINARY_DIR)<br>
&gt;&gt;&gt; &nbsp;INCLUDE($ENV{ParaView_DIR}/ParaViewConfig.cmake)<br>
&gt;&gt;&gt; ENDIF (DEFINED ParaView_BINARY_DIR)<br>
&gt;&gt;&gt; PROJECT(RoboMetClientPlugin)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; FIND_PACKAGE(Qt4)<br>
&gt;&gt;&gt; IF(QT4_FOUND)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp;INCLUDE(${QT_USE_FILE})<br>
&gt;&gt;&gt; &nbsp;#-- All your Qt4 dependent code in here.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ENDIF (QT4_FOUND)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _________________________________________________________<br>
&gt;&gt;&gt; Mike Jackson &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a><br>
&gt;&gt;&gt; BlueQuartz Software &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
&gt;&gt;&gt; Principal Software Engineer &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Dayton, Ohio<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Jan 6, 2009, at 1:03 PM, Jorge Mario Mazo wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi there<br>
&gt;&gt;&gt; I&#39;m very new to paraview, I managed to compile paraview on linux and mac<br>
&gt;&gt;&gt; but when I try to compile a plugin y get the infamous Unknown CMake<br>
&gt;&gt;&gt; command &quot;QT4_WRAP_CPP&quot;. error.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I read on this list that I have to setup the variable QT_QMAKE_EXECUTABLE<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; the problem is that I dont know how and were to set it on<br>
&gt;&gt;&gt; /Applications/CMake<br>
&gt;&gt;&gt; 2.6-2.app/Contents/share/cmake-2.6/Modules/FindQt4.cmake<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; like this<br>
&gt;&gt;&gt; SET(QT_QMAKE_EXECUTABLE /usr/bin/qmake-4.3)<br>
&gt;&gt;&gt; &nbsp;at the end of the file<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; but still does not work<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; one problem is that man cmake skills are very near to 0<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; any help would be appreciate it.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; qmake -v<br>
&gt;&gt;&gt; QMake version 2.01a<br>
&gt;&gt;&gt; Using Qt version 4.3.5 in /Library/Frameworks<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; ParaView mailing list<br>
&gt;&gt;&gt; <a href="mailto:ParaView@paraview.org" target="_blank">ParaView@paraview.org</a><br>
&gt;&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; ParaView mailing list<br>
&gt;&gt;&gt; <a href="mailto:ParaView@paraview.org" target="_blank">ParaView@paraview.org</a><br>
&gt;&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; ParaView mailing list<br>
&gt;&gt; <a href="mailto:ParaView@paraview.org" target="_blank">ParaView@paraview.org</a><br>
&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; ParaView mailing list<br>
&gt; <a href="mailto:ParaView@paraview.org" target="_blank">ParaView@paraview.org</a><br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
&gt;<br>
<br>
</blockquote>
<br>
_______________________________________________<br>
ParaView mailing list<br>
<a href="mailto:ParaView@paraview.org" target="_blank">ParaView@paraview.org</a><br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br>