<div>
<div>If you mean 3D Delaunay tetrahedralization, there are many, for instance:</div>
<div> </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 <<a href="mailto:jdow@aerotecusa.com">jdow@aerotecusa.com</a>> 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 <<a href="mailto:imikejackson@gmail.com">imikejackson@gmail.com</a>><br>
wrote:<br>> I have no idea but it still sounds like you might be mixing mingw and<br>> visual studio.<br>><br>><br>><br>><br>> On Wed, Feb 20, 2008 at 12:27 PM, Stefan Murphy <<a href="mailto:stefan.murphy@dal.ca">stefan.murphy@dal.ca</a>><br>
wrote:<br>> > I am using ParaView3.2.1 downloaded as paraview-3.2.1.zip in the ><br>> Latest Stable Release download section.<br>> ><br>> > My first error is:<br>> ><br>> > ------ Build started: Project: vtkRendering, Configuration: Debug<br>
> Win32 ------ > Compiling...<br>> > vtkWin32OpenGLRenderWindow.cxx<br>> ><br>> ..\..\..\paraview-3.2.1\ParaView3.2.1\VTK\Rendering\vtkWin32OpenGLRend<br>> erWindow.cxx(35) > : fatal error C1083: Cannot open include file:<br>
> 'GL/glaux.h': No such > file or directory > Build log was saved at<br>> "file://c:\Documents and > Settings\Owner\Desktop\Organized ><br>><br>Stuff\Software\ParaView3.2.1\paraview-3.2.1-build\VTK\Rendering\vtkRendering<br>
.dir\Debug\BuildLog.htm"<br>> > vtkRendering - 1 error(s), 0 warning(s) > > This is caused by "#<br>> include <GL/glaux.h>" in the file > vtkWin32OpenGLRenderWindow.cxx. I<br>> searched my C drive and the only > thing with glaux in the file name<br>
> was libglaux.a in my MinGW\lib > directory. Does this seem like a<br>> compiler issue?<br>> ><br>> > When I was installing Qt from the Visual Studio 2008 Command<br>> Prompt, > I chose msvc2005 as my compiler. The options were ><br>
> <g++/msvc/msvc.net/msvc2005/borland/bccx> (msvc2008 not an option). So<br>> > the command I used was >qconfigure msvc2005. That's the only<br>> compiler > related issue I've had so far, so I thought I would<br>
> mention it just in > case.<br>> ><br>> ><br>> ><br>> ><br>> ><br>> ><br>> > On Feb 20, 2008 10:45 AM, Mike Jackson <<a href="mailto:imikejackson@gmail.com">imikejackson@gmail.com</a>> wrote:<br>
> > > There were 34 build errors in your build. Find the first error<br>> and try > > to figure out what went wrong.<br>> > ><br>> > > Also, if you are building ParaView from CVS, then you need Qt<br>
> 4.3.3 > > NOT qt 4.2.3.<br>> > ><br>> > > Mike<br>> > ><br>> > ><br>> > > On Wed, Feb 20, 2008 at 9:42 AM, Stefan Murphy <<a href="mailto:stefan.murphy@dal.ca">stefan.murphy@dal.ca</a>><br>
wrote:<br>> > > > Sorry to keep this thread going for so long, but I've been<br>> trying for > > > a couple of days to compile paraview in order to try<br>> the Delaunay3D > > > filter.<br>
> > > ><br>> > > > I've downloaded the "GPL'ed" source code for Qt4.2.3 so that I<br>> could > > > build it with VS 9 2008 and install it.<br>> > > ><br>
> > > > Then with CMake, I generated the (MS VS Solution) file name<br>> ParaView, > > > which I opened in VS9. I clicked on ALL_BUILD so that<br>> it was > > > highlighted, then from the "Build" menu I selected "Build<br>
ALL_BUILD".<br>> > > ><br>> > > > After a couple of hours, the build stopped. Here are the last<br>> lines of > > > the output:<br>> > > ><br>> > > > Generating Code...<br>
> > > > Compiling manifest to resources...<br>> > > > Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0<br>> > > > Copyright (C) Microsoft Corporation. All rights reserved.<br>
> > > > Linking...<br>> > > > LINK : fatal error LNK1104: cannot open file 'vtklibxml2.lib'<br>> > > > Build log was saved at "file://c:\Documents and > > ><br>
> Settings\Owner\Desktop\Organized > > ><br>><br>Stuff\Software\ParaView3.2.1\paraview-3.2.1-build\Applications\DobranoViz\Do<br>branoViz.dir\Debug\BuildLog.htm"<br>> > > > DobranoViz - 1 error(s), 0 warning(s) > > > ------ Build<br>
> started: Project: ALL_BUILD, Configuration: Debug Win32 ------ > > ><br>> "Build all projects"<br>> > > > Build log was saved at "file://c:\Documents and > > ><br>> Settings\Owner\Desktop\Organized > > ><br>
><br>Stuff\Software\ParaView3.2.1\paraview-3.2.1-build\ALL_BUILD.dir\Debug\BuildL<br>og.htm"<br>> > > > ALL_BUILD - 0 error(s), 0 warning(s) > > > ========== Build:<br>> 77 succeeded, 34 failed, 1 up-to-date, 0 skipped ========== > > > ><br>
> > > > > > There were 1.3 GB of files generated, but no paraview.exe.<br>> I've tried > > > it 3 times with identical results. Any ideas?<br>> > > ><br>> > > ><br>
> > > > Stefan<br>> > > ><br>> > > ><br>> > > ><br>> > > ><br>> > > ><br>> > > > On Feb 19, 2008 2:10 PM, Mike Jackson <<a href="mailto:imikejackson@gmail.com">imikejackson@gmail.com</a>><br>
wrote:<br>> > > > > Is it possible? Sure? We are beyond my knowledge at this<br>> point so > > > > someone else is going to have to chime in at this point.<br>> > > > ><br>> > > > ><br>
> > > > > --<br>> > > > > Mike Jackson Senior Research Engineer<br>> > > > > Innovative Management & Technology Services > > > > > > > ><br>> > > > > > > > > On Feb 19, 2008, at 1:04 PM, Stefan Murphy wrote:<br>
> > > > ><br>> > > > > > Is it possible to build with MinGW instead of VS? I was<br>> successful in > > > > > generating a mingw Makefile with CMake,<br>> however I'm not sure what > > > > > command to use to compile. mingw-make<br>
and make are not recognized.<br>> > > > > ><br>> > > > > ><br>> > > > > ><br>> > > > > > On Feb 19, 2008 1:38 PM, Mike Jackson <<a href="mailto:imikejackson@gmail.com">imikejackson@gmail.com</a>><br>
wrote:<br>> > > > > >> Not sure since I always build from source. Point is that<br>> you need to > > > > >> have BOTH Qt and ParaView built with the SAME<br>compiler. Period.<br>
> > > > > >><br>> > > > > >> So.. download the source code version of Qt.<br>> > > > > >> If you want to use Qt versions newer than 4.2.3 with<br>> ParaView you > > > > >> will need to edit a line in a CmakeLists.txt<br>
> file that checks for > > > > >> that version.<br>> > > > > >><br>> > > > > >> Then build Qt with VS 9<br>> > > > > >> Install Qt<br>
> > > > > >> Build PV 3.x<br>> > > > > >><br>> > > > > >> Mike<br>> > > > > >><br>> > > > > >><br>> > > > > >> On Feb 19, 2008, at 12:29 PM, Stefan Murphy wrote:<br>
> > > > > >><br>> > > > > >>> I was assuming that the qt-win-opensource-4.3.3-mingw.exe<br>> file was a > > > > >>> compiled package. I am going to try Qt4.2.3 to<br>
> see if there is any > > > > >>> difference.<br>> > > > > >>><br>> > > > > >>><br>> > > > > >>><br>> > > > > >>><br>
> > > > > >>> On Feb 19, 2008 1:18 PM, Mike Jackson<br>> <<a href="mailto:imikejackson@gmail.com">imikejackson@gmail.com</a>> > > > > >>> wrote:<br>> > > > > >>>> Not sure on windows but I don't think you can actually<br>
> mix a > > > > >>>> MinGW Qt > > > > >>>> with a Visual Studio 9<br>> ParaView. All the code most probably has > > > > >>>> to be > > > ><br>
> >>>> from the same compiler.<br>> > > > > >>>><br>> > > > > >>>> Also, in the CMakeSetup GUI, there should be an entry<br>> for > > > > >>>> QT_QMAKE_EXECUTABLE. Edit the entry to point to your<br>
> Qt 4 qmake > > > > >>>> executable, C:\Qt\4.3.3\bin\qmake.<br>> > > > > >>>><br>> > > > > >>>> You will probably have to recompile Qt with VS 9 first.<br>
> > > > > >>>><br>> > > > > >>>> Mike<br>> > > > > >>>><br>> > > > > >>>><br>> > > > > >>>> On Feb 19, 2008, at 12:11 PM, Stefan Murphy wrote:<br>
> > > > > >>>><br>> > > > > >>>>> I have installed CMake, and Qt 4.3.3 from the file > ><br>> > > >>>>> qt-win-opensource-4.3.3-mingw. MinGW was installed with Qt.<br>
> I > > > > >>>>> obtained > > > > >>>>> the source code for<br>> ParaView3.2.1.<br>> > > > > >>>>><br>> > > > > >>>>> When I try to run CMake for Visual Studio 9, 2008 it<br>
> says that > > > > >>>>> Qt is > > > > >>>>> not found, specifically<br>> asking me to check the QT_QMAKE_EXECUTABLE > > > > >>>>> variable. I<br>
> set this to C:\Qt\4.3.3\bin, but I get the same error.<br>> > > > > >>>>><br>> > > > > >>>>> Is there anything else I have to do with Qt? I ran<br>> "configure > > > > >>>>> -platform win32-g++" and added<br>
> C:\Qt\4.3.3\bin to PATH and > > > > >>>>> still get > > > > >>>>><br>> the same error.<br>> > > > > >>>>><br>> > > > > >>>>><br>
> > > > > >>>>> Stefan<br>> > > > > >>>>><br>> > > > > >>>>><br>> > > > > >>>>><br>> > > > > >>>>> On Feb 18, 2008 6:24 PM, Jean Favre <<a href="mailto:jfavre@cscs.ch">jfavre@cscs.ch</a>> wrote:<br>
> > > > > >>>>>> On 18, Feb 2008 10:48 PM, Stefan Murphy<br>> <<a href="mailto:stefan.murphy@dal.ca">stefan.murphy@dal.ca</a>> > > > > >>>>>> wrote:<br>
> > > > > >>>>>><br>> > > > > >>>>>>> Jean,<br>> > > > > >>>>>>><br>> > > > > >>>>>>> I've been trying to compile your plugin with CMake,<br>
> but I am > > > > >>>>>>> getting > > > > >>>>>>> the error:<br>> > > > > >>>>>>><br>> > > > > >>>>>>> "CMake Error: ParaView_DIR is not set. It must be set<br>
> to the > > > > >>>>>>> directory > > > > >>>>>>> containing<br>> ParaViewConfig.cmake in order to use ParaView."<br>> > > > > >>>>>>><br>
> > > > > >>>>>>> I have never used CMake before - Do you have the<br>> compiled .dll > > > > >>>>>>> or .so > > > > >>>>>>> file for the<br>
> plugin?<br>> > > > > >>>>>><br>> > > > > >>>>>> the procedure documented on the Wiki assumes prior<br>> knowledge of > > > > >>>>>> Cmake, > > > > >>>>>> and assumes that<br>
> you have compiled your own version of ParaView > > > > >>>>>> from<br>> the > > > > >>>>>> source code distribution.<br>> > > > > >>>>>><br>
> > > > > >>>>>> The error above comes up the first time you run cmake<br>> while its > > > > >>>>>> internal > > > > >>>>>> variables are not<br>
> set. While using Cmake, you should put in the > > > > >>>>>> path to<br>> > > > > >>>>>> the directory where you have previoulsy build ParaView.<br>> After > > > > >>>>>> that, the > > > > >>>>>> configuration can<br>
> complete, and the Makefile gets generated.<br>> > > > > >>>>>><br>> > > > > >>>>>> Looks however, like you have never done any of this.<br>> First step, > > > > >>>>>> check > > > > >>>>>> the wiki, compile<br>
> your own Paraview. Once done with that, you may > > > > >>>>>> get to<br>> > > > > >>>>>> the second step of adding pluggins.<br>> > > > > >>>>>><br>
> > > > > >>>>>> Jean<br>> > > > > >>>>>><br>> > > > > >>>>>><br>> > > > > >>>><br>> > > > > >><br>
> > > > > >> --<br>> > > > > >> Mike Jackson Senior Research Engineer<br>> > > > > >> Innovative Management & Technology Services > > > > >> ><br>
> > > > >> > > > > >> > > > > > > > > > > > > > > > > > > > --<br>> > > Mike Jackson > > imikejackson _at_ gee-mail dot com > > ><br>
><br>><br>><br>> --<br>><br>><br>> Mike Jackson<br>> imikejackson _at_ gee-mail dot com<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><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>