Re: [Paraview] Compiling error

2012-12-04 Thread David Lonie
Hi Tom, On Mon, Dec 3, 2012 at 11:43 AM, Tom T tomt...@yahoo.com wrote: Hi everyone, I've been trying so far unsuccessfully to compile paraview and I'm not sure what the error message means. [snip]

Re: [Paraview] Compiling error

2012-12-04 Thread David Lonie
Bug created: http://paraview.org/Bug/view.php?id=13700 On Tue, Dec 4, 2012 at 8:44 AM, David Lonie david.lo...@kitware.com wrote: Hi Tom, On Mon, Dec 3, 2012 at 11:43 AM, Tom T tomt...@yahoo.com wrote: Hi everyone, I've been trying so far unsuccessfully to compile paraview and I'm not sure

[Paraview] Compiling error

2012-12-03 Thread Tom T
Hi everyone, I've been trying so far unsuccessfully to compile paraview and I'm not sure what the error message means. The compiler gets about half way done up to this point: [ 52%] Building CXX object

Re: [Paraview] Compiling error with 3.8.0

2010-06-02 Thread Fred Fred
/all] Error 2 make: *** [all] Error 2 From: dave.part...@kitware.com Date: Tue, 1 Jun 2010 17:12:05 -0400 Subject: Re: [Paraview] Compiling error with 3.8.0 To: stan1...@hotmail.fr CC: paraview@paraview.org Turn VTK_USE_RPATH to ON or export DYLD_LIBRARY_PATH to your bin dir. On Tue, Jun 1, 2010

Re: [Paraview] Compiling error with 3.8.0

2010-06-02 Thread Fred Fred
It seems that this was the reason since now it passes it. BTW this seems to be a mandatory option :-) But now I have another problem: QT_LIBRARY_DIR /Library/Frameworks QT_QTXMLPATTERNS_INCLUDE_DIR /Library/Frameworks/QtXmlPatterns.framework/Headers

[Paraview] Compiling error with 3.8.0

2010-06-01 Thread Fred Fred
Hello, I have downloaded the 3.8 release source from the download page and I try to compile it on Mac OS X Leopard, using the classic cmake porcedure that has been successful with the 3.6.2 but I get a surprising error: [ 34%] Building CXX object

Re: [Paraview] Compiling error with 3.8.0

2010-06-01 Thread Dave Partyka
Turn VTK_USE_RPATH to ON or export DYLD_LIBRARY_PATH to your bin dir. On Tue, Jun 1, 2010 at 5:07 PM, Fred Fred stan1...@hotmail.fr wrote: Hello, I have downloaded the 3.8 release source from the download page and I try to compile it on Mac OS X Leopard, using the classic cmake porcedure