<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>There is also QHull (still floating around, but a bit old), and Matlab uses some of its library (as well as extending it to include neighbor searching, etc).</div><div><br class="webkit-block-placeholder"></div><div>Dave</div><br><div><div>On Feb 21, 2008, at 7:53 AM, Hom Nath Gharti wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div> <div>If you mean 3D Delaunay tetrahedralization, there are many, for instance:</div> <div>&nbsp;</div> <div>tetgen, geompack, gmsh so on....<br><br></div></div> <div class="gmail_quote">On Thu, Feb 21, 2008 at 2:42 PM, Jim Dow &lt;<a href="mailto:jdow@aerotecusa.com">jdow@aerotecusa.com</a>&gt; wrote:<br> <blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I am also looking for some working 3D Delaunay code that runs in a<br>PC/Windows environment; but I do not want to run it with Paraview.<br> <br>Does anyone know of a standalone version of a 3D Delaunay code that runs in<br>a PC/Windows NT environment?<br><br>Thanks/Jim Dow<br> <div> <div></div> <div class="Wj3C7c"><br>-----Original Message-----<br>From: paraview-bounces+jdow=<a href="mailto:aerotecusa.com@paraview.org">aerotecusa.com@paraview.org</a><br>[mailto:<a href="mailto:paraview-bounces+jdow=aerotecusa.com@paraview.org">paraview-bounces+jdow=aerotecusa.com@paraview.org</a>] On Behalf Of<br> Stefan Murphy<br>Sent: Wednesday, February 20, 2008 11:06 PM<br>To: Mike Jackson<br>Cc: ParaView<br>Subject: Re: [Paraview] plugin for 3D Delaunay<br><br>I managed to build ALL_BUILD with 0 errors/failures. I ended up installing<br> Microsoft Visual C++ 2005 Express Edition, with Microsoft Platform SDK for<br>the build to work.<br><br>Now I have a paraview.exe file in paraview-3.2.1-build\bin\debug.<br>However, when I try to run it I get the error:<br> <br>"This application has failed to start because the application configuration<br>is incorrect. Reinstalling the application may fix this problem."<br><br>It looks like this is a common error when trying to run an application<br> compiled on a different computer, but I am compiling/running on the same<br>computer.<br><br>Can I ask exactly what version of Visual Studio people have had success with<br>(any additional packages required, etc.), and the download location where<br> they obtained it? Do I need the complete "Visual Studio 2008 Professional<br>Edition" for example as opposed to Visual C++ Express Edition?<br><br><br>Thanks.<br><br><br>On Wed, Feb 20, 2008 at 3:34 PM, Mike Jackson &lt;<a href="mailto:imikejackson@gmail.com">imikejackson@gmail.com</a>&gt;<br> wrote:<br>&gt; I have no idea but it still sounds like you might be mixing mingw and<br>&gt; visual studio.<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; &nbsp;On Wed, Feb 20, 2008 at 12:27 PM, Stefan Murphy &lt;<a href="mailto:stefan.murphy@dal.ca">stefan.murphy@dal.ca</a>&gt;<br> wrote:<br>&gt; &nbsp;&gt; I am using ParaView3.2.1 downloaded as paraview-3.2.1.zip in the &nbsp;&gt;<br>&gt; Latest Stable Release download section.<br>&gt; &nbsp;&gt;<br>&gt; &nbsp;&gt; My first error is:<br>&gt; &nbsp;&gt;<br>&gt; &nbsp;&gt; ------ Build started: Project: vtkRendering, Configuration: Debug<br> &gt; Win32 ------ &nbsp;&gt; Compiling...<br>&gt; &nbsp;&gt; vtkWin32OpenGLRenderWindow.cxx<br>&gt; &nbsp;&gt;<br>&gt; ..\..\..\paraview-3.2.1\ParaView3.2.1\VTK\Rendering\vtkWin32OpenGLRend<br>&gt; erWindow.cxx(35) &nbsp;&gt; : fatal error C1083: Cannot open include file:<br> &gt; 'GL/glaux.h': No such &nbsp;&gt; file or directory &nbsp;&gt; Build log was saved at<br>&gt; "file://c:\Documents and &nbsp;&gt; Settings\Owner\Desktop\Organized &nbsp;&gt;<br>&gt;<br>Stuff\Software\ParaView3.2.1\paraview-3.2.1-build\VTK\Rendering\vtkRendering<br> .dir\Debug\BuildLog.htm"<br>&gt; &nbsp;&gt; vtkRendering - 1 error(s), 0 warning(s) &nbsp;&gt; &nbsp;&gt; This is caused by "#<br>&gt; include &lt;GL/glaux.h&gt;" in the file &nbsp;&gt; vtkWin32OpenGLRenderWindow.cxx. I<br>&gt; searched my C drive and the only &nbsp;&gt; thing with glaux in the file name<br> &gt; was libglaux.a in my MinGW\lib &nbsp;&gt; directory. Does this seem like a<br>&gt; compiler issue?<br>&gt; &nbsp;&gt;<br>&gt; &nbsp;&gt; When I was installing Qt from the Visual Studio 2008 Command<br>&gt; Prompt, &nbsp;&gt; I chose msvc2005 as my compiler. The options were &nbsp;&gt;<br> &gt; &lt;g++/msvc/msvc.net/msvc2005/borland/bccx&gt; (msvc2008 not an option). So<br>&gt; &gt; the command I used was &gt;qconfigure msvc2005. That's the only<br>&gt; compiler &nbsp;&gt; related issue I've had so far, so I thought I would<br> &gt; mention it just in &nbsp;&gt; case.<br>&gt; &nbsp;&gt;<br>&gt; &nbsp;&gt;<br>&gt; &nbsp;&gt;<br>&gt; &nbsp;&gt;<br>&gt; &nbsp;&gt;<br>&gt; &nbsp;&gt;<br>&gt; &nbsp;&gt; On Feb 20, 2008 10:45 AM, Mike Jackson &lt;<a href="mailto:imikejackson@gmail.com">imikejackson@gmail.com</a>&gt; wrote:<br> &gt; &nbsp;&gt; &gt; There were 34 build errors in your build. Find the first error<br>&gt; and try &nbsp;&gt; &gt; to figure out what went wrong.<br>&gt; &nbsp;&gt; &gt;<br>&gt; &nbsp;&gt; &gt; Also, if you are building ParaView from CVS, then you need Qt<br> &gt; 4.3.3 &nbsp;&gt; &gt; NOT qt 4.2.3.<br>&gt; &nbsp;&gt; &gt;<br>&gt; &nbsp;&gt; &gt; Mike<br>&gt; &nbsp;&gt; &gt;<br>&gt; &nbsp;&gt; &gt;<br>&gt; &nbsp;&gt; &gt; On Wed, Feb 20, 2008 at 9:42 AM, Stefan Murphy &lt;<a href="mailto:stefan.murphy@dal.ca">stefan.murphy@dal.ca</a>&gt;<br> wrote:<br>&gt; &nbsp;&gt; &gt; &gt; Sorry to keep this thread going for so long, but I've been<br>&gt; trying for &nbsp;&gt; &gt; &gt; a couple of days to compile paraview in order to try<br>&gt; the Delaunay3D &nbsp;&gt; &gt; &gt; filter.<br> &gt; &nbsp;&gt; &gt; &gt;<br>&gt; &nbsp;&gt; &gt; &gt; I've downloaded the "GPL'ed" source code for Qt4.2.3 so that I<br>&gt; could &nbsp;&gt; &gt; &gt; build it with VS 9 2008 and install it.<br>&gt; &nbsp;&gt; &gt; &gt;<br> &gt; &nbsp;&gt; &gt; &gt; Then with CMake, I generated the (MS VS Solution) file name<br>&gt; ParaView, &nbsp;&gt; &gt; &gt; which I opened in VS9. I clicked on ALL_BUILD so that<br>&gt; it was &nbsp;&gt; &gt; &gt; highlighted, then from the "Build" menu I selected "Build<br> ALL_BUILD".<br>&gt; &nbsp;&gt; &gt; &gt;<br>&gt; &nbsp;&gt; &gt; &gt; After a couple of hours, the build stopped. Here are the last<br>&gt; lines of &nbsp;&gt; &gt; &gt; the output:<br>&gt; &nbsp;&gt; &gt; &gt;<br>&gt; &nbsp;&gt; &gt; &gt; Generating Code...<br> &gt; &nbsp;&gt; &gt; &gt; Compiling manifest to resources...<br>&gt; &nbsp;&gt; &gt; &gt; Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0<br>&gt; &gt; &gt; &gt; Copyright (C) Microsoft Corporation. &nbsp;All rights reserved.<br> &gt; &nbsp;&gt; &gt; &gt; Linking...<br>&gt; &nbsp;&gt; &gt; &gt; LINK : fatal error LNK1104: cannot open file 'vtklibxml2.lib'<br>&gt; &nbsp;&gt; &gt; &gt; Build log was saved at "file://c:\Documents and &nbsp;&gt; &gt; &gt;<br> &gt; Settings\Owner\Desktop\Organized &nbsp;&gt; &gt; &gt;<br>&gt;<br>Stuff\Software\ParaView3.2.1\paraview-3.2.1-build\Applications\DobranoViz\Do<br>branoViz.dir\Debug\BuildLog.htm"<br>&gt; &nbsp;&gt; &gt; &gt; DobranoViz - 1 error(s), 0 warning(s) &nbsp;&gt; &gt; &gt; ------ Build<br> &gt; started: Project: ALL_BUILD, Configuration: Debug Win32 ------ &nbsp;&gt; &gt; &gt;<br>&gt; "Build all projects"<br>&gt; &nbsp;&gt; &gt; &gt; Build log was saved at "file://c:\Documents and &nbsp;&gt; &gt; &gt;<br>&gt; Settings\Owner\Desktop\Organized &nbsp;&gt; &gt; &gt;<br> &gt;<br>Stuff\Software\ParaView3.2.1\paraview-3.2.1-build\ALL_BUILD.dir\Debug\BuildL<br>og.htm"<br>&gt; &nbsp;&gt; &gt; &gt; ALL_BUILD - 0 error(s), 0 warning(s) &nbsp;&gt; &gt; &gt; ========== Build:<br>&gt; 77 succeeded, 34 failed, 1 up-to-date, 0 skipped ========== &nbsp;&gt; &gt; &gt; &nbsp;&gt;<br> &gt; &gt; &gt; &nbsp;&gt; &gt; &gt; There were 1.3 GB of files generated, but no paraview.exe.<br>&gt; I've tried &nbsp;&gt; &gt; &gt; it 3 times with identical results. Any ideas?<br>&gt; &nbsp;&gt; &gt; &gt;<br>&gt; &nbsp;&gt; &gt; &gt;<br> &gt; &nbsp;&gt; &gt; &gt; Stefan<br>&gt; &nbsp;&gt; &gt; &gt;<br>&gt; &nbsp;&gt; &gt; &gt;<br>&gt; &nbsp;&gt; &gt; &gt;<br>&gt; &nbsp;&gt; &gt; &gt;<br>&gt; &nbsp;&gt; &gt; &gt;<br>&gt; &nbsp;&gt; &gt; &gt; On Feb 19, 2008 2:10 PM, Mike Jackson &lt;<a href="mailto:imikejackson@gmail.com">imikejackson@gmail.com</a>&gt;<br> wrote:<br>&gt; &nbsp;&gt; &gt; &gt; &gt; Is it possible? Sure? We are beyond my knowledge at this<br>&gt; point so &nbsp;&gt; &gt; &gt; &gt; someone else is going to have to chime in at this point.<br>&gt; &nbsp;&gt; &gt; &gt; &gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt;<br> &gt; &nbsp;&gt; &gt; &gt; &gt; --<br>&gt; &nbsp;&gt; &gt; &gt; &gt; Mike Jackson &nbsp; Senior Research Engineer<br>&gt; &nbsp;&gt; &gt; &gt; &gt; Innovative Management &amp; Technology Services &nbsp;&gt; &gt; &gt; &gt; &nbsp;&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &nbsp;&gt; &gt; &gt; &gt; On Feb 19, 2008, at 1:04 PM, Stefan Murphy wrote:<br> &gt; &nbsp;&gt; &gt; &gt; &gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt; Is it possible to build with MinGW instead of VS? I was<br>&gt; successful in &nbsp;&gt; &gt; &gt; &gt; &gt; generating a mingw Makefile with CMake,<br>&gt; however I'm not sure what &nbsp;&gt; &gt; &gt; &gt; &gt; command to use to compile. mingw-make<br> and make are not recognized.<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt; On Feb 19, 2008 1:38 PM, Mike Jackson &lt;<a href="mailto:imikejackson@gmail.com">imikejackson@gmail.com</a>&gt;<br> wrote:<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt; Not sure since I always build from source. Point is that<br>&gt; you need to &nbsp;&gt; &gt; &gt; &gt; &gt;&gt; have BOTH Qt and ParaView built with the SAME<br>compiler. Period.<br> &gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt; So.. download the source code version of Qt.<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt; If you want to use Qt versions newer than 4.2.3 with<br>&gt; ParaView you &nbsp;&gt; &gt; &gt; &gt; &gt;&gt; will need to edit a line in a CmakeLists.txt<br> &gt; file that checks for &nbsp;&gt; &gt; &gt; &gt; &gt;&gt; that version.<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt; Then build Qt with VS 9<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt; Install Qt<br> &gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt; Build PV 3.x<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt; Mike<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt; On Feb 19, 2008, at 12:29 PM, Stefan Murphy wrote:<br> &gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt; I was assuming that the qt-win-opensource-4.3.3-mingw.exe<br>&gt; file was a &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt; compiled package. I am going to try Qt4.2.3 to<br> &gt; see if there is any &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt; difference.<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br> &gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt; On Feb 19, 2008 1:18 PM, Mike Jackson<br>&gt; &lt;<a href="mailto:imikejackson@gmail.com">imikejackson@gmail.com</a>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt; wrote:<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; Not sure on windows but I don't think you can actually<br> &gt; mix a &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; MinGW Qt &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; with a Visual Studio 9<br>&gt; ParaView. All the code most probably has &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; to be &nbsp;&gt; &gt; &gt; &gt;<br> &gt; &gt;&gt;&gt;&gt; from the same compiler.<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; Also, in the CMakeSetup GUI, there should be an entry<br>&gt; for &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; QT_QMAKE_EXECUTABLE. Edit the entry to point to your<br> &gt; Qt 4 qmake &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; executable, C:\Qt\4.3.3\bin\qmake.<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; You will probably have to recompile Qt with VS 9 first.<br> &gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; Mike<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; On Feb 19, 2008, at 12:11 PM, Stefan Murphy wrote:<br> &gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; I have installed CMake, and Qt 4.3.3 from the file &nbsp;&gt; &gt;<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; qt-win-opensource-4.3.3-mingw. MinGW was installed with Qt.<br> &gt; I &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; obtained &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; the source code for<br>&gt; ParaView3.2.1.<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; When I try to run CMake for Visual Studio 9, 2008 it<br> &gt; says that &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; Qt is &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; not found, specifically<br>&gt; asking me to check the QT_QMAKE_EXECUTABLE &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; variable. I<br> &gt; set this to C:\Qt\4.3.3\bin, but I get the same error.<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; Is there anything else I have to do with Qt? I ran<br>&gt; "configure &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; -platform win32-g++" and added<br> &gt; C:\Qt\4.3.3\bin to PATH and &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; still get &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;<br>&gt; the same error.<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;<br> &gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; Stefan<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt; On Feb 18, 2008 6:24 PM, Jean Favre &lt;<a href="mailto:jfavre@cscs.ch">jfavre@cscs.ch</a>&gt; wrote:<br> &gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt; On 18, Feb 2008 10:48 PM, Stefan Murphy<br>&gt; &lt;<a href="mailto:stefan.murphy@dal.ca">stefan.murphy@dal.ca</a>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt; wrote:<br> &gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt; Jean,<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt; I've been trying to compile your plugin with CMake,<br> &gt; but I am &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt; getting &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt; the error:<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt; "CMake Error: ParaView_DIR is not set. It must be set<br> &gt; to the &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt; directory &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt; containing<br>&gt; ParaViewConfig.cmake in order to use ParaView."<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt;<br> &gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt; I have never used CMake before - Do you have the<br>&gt; compiled .dll &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt; or .so &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt; file for the<br> &gt; plugin?<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt; the procedure documented on the Wiki assumes prior<br>&gt; knowledge of &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt; Cmake, &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt; and assumes that<br> &gt; you have compiled your own version of ParaView &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt; from<br>&gt; the &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt; source code distribution.<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt;<br> &gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt; The error above comes up the first time you run cmake<br>&gt; while its &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt; internal &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt; variables are not<br> &gt; set. While using Cmake, you should put in the &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt; path to<br>&gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt; the directory where you have previoulsy build ParaView.<br>&gt; After &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt; that, the &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt; configuration can<br> &gt; complete, and the Makefile gets generated.<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt; Looks however, like you have never done any of this.<br>&gt; First step, &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt; check &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt; the wiki, compile<br> &gt; your own Paraview. Once done with that, you may &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt; get to<br>&gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt; the second step of adding pluggins.<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt;<br> &gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt; Jean<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt;<br> &gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt; --<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt; Mike Jackson &nbsp; Senior Research Engineer<br>&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt; Innovative Management &amp; Technology Services &nbsp;&gt; &gt; &gt; &gt; &gt;&gt; &nbsp;&gt;<br> &gt; &gt; &gt; &gt; &gt;&gt; &nbsp;&gt; &gt; &gt; &gt; &gt;&gt; &nbsp;&gt; &gt; &gt; &gt; &nbsp;&gt; &gt; &gt; &gt; &nbsp;&gt; &gt; &gt; &nbsp;&gt; &gt; &nbsp;&gt; &gt; &nbsp;&gt; &gt; &nbsp;&gt; &gt; --<br>&gt; &gt; &gt; Mike Jackson &nbsp;&gt; &gt; imikejackson _at_ gee-mail dot com &nbsp;&gt; &gt; &nbsp;&gt;<br> &gt;<br>&gt;<br>&gt;<br>&gt; &nbsp;--<br>&gt;<br>&gt;<br>&gt; Mike Jackson<br>&gt; &nbsp;imikejackson _at_ gee-mail dot com<br>&gt;<br>_______________________________________________<br>ParaView mailing list<br><a href="mailto:ParaView@paraview.org">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><br><br><br>_______________________________________________<br>ParaView mailing list<br> <a href="mailto:ParaView@paraview.org">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> _______________________________________________<br>ParaView mailing list<br><a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a><br>http://www.paraview.org/mailman/listinfo/paraview<br></blockquote></div><br><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica; font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; ">David E. Farrell</span></font></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica; font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; ">Graduate Student</span></font></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica; font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; ">Mechanical Engineering</span></font></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica; font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; ">Northwestern University</span></font></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica; font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; ">email: <a href="mailto:d-farrell2@northwestern.edu">d-farrell2@northwestern.edu</a></span></font></p></div><br class="Apple-interchange-newline"></span> </div><br></body></html>