Re: [Paraview] Compilation error under Linux with MPI and Python

2014-02-10 Thread Utkarsh Ayachit
Does the attached patch address the problem? We may need to duplicate the code for each of the modules. On Thu, Feb 6, 2014 at 5:11 AM, Armin Wehrfritz dkxl...@gmail.com wrote: The problem actually occurs only for openmpi versions 1.6, I successfully compiled now ParaView under openSUSE 12.3

Re: [Paraview] Compilation error under Linux with MPI and Python

2014-02-10 Thread Armin Wehrfritz
Yes, the patch addresses the problem. Just finished the compilation for openmpi 1.7.2 and everything seems fine (i.e. no errors occurred). Thanks! -Armin On 02/10/2014 04:54 PM, Utkarsh Ayachit wrote: Does the attached patch address the problem? We may need to duplicate the code for each

Re: [Paraview] Compilation error under Linux with MPI and Python

2014-02-06 Thread Armin Wehrfritz
The problem actually occurs only for openmpi versions 1.6, I successfully compiled now ParaView under openSUSE 12.3 (openmpi 1.6). I also found a quick-and-dirty, workaround for openmpi 1.7.2 by manually adding libdl to the libraries in CMakeCache.txt:

Re: [Paraview] Compilation error under Linux with MPI and Python

2014-02-05 Thread Orion Poplawski
On 02/05/2014 01:14 PM, Armin Wehrfritz wrote: Hi, I get this error when compiling Paraview 4.1.0 under Linux x64: [ 230s] CMakeFiles/mpi4py.MPI.dir/src/MPI.c.o: In function `OPENMPI_dlopen_libmpi': [ 230s] MPI.c:(.text+0x6eb1): undefined reference to `dlopen' [ 230s]

Re: [Paraview] Compilation error

2013-02-19 Thread Orion Poplawski
On 02/19/2013 11:34 AM, Nikhil Shetty wrote: Hi Orion, Can you verify if following topic fixed your issue http://review.source.kitware.com/#/t/2177/ -Nikhil Looks good to me. Thanks! On Wed, Feb 13, 2013 at 6:07 PM, Orion Poplawski or...@cora.nwra.com mailto:or...@cora.nwra.com wrote:

[Paraview] Compilation error

2013-02-13 Thread Anton Gladky
Hi all, the latest 3.98.1 version fails to build on Debian, when the option VTK_USE_SYSTEM_JPEG is ON. === /tmp/buildd/paraview-3.98.1/VTK/IO/Image/vtkJPEGReader.cxx: In function 'void jpeg_mem_src(j_decompress_p tr, void*, long int)':

Re: [Paraview] Compilation error

2013-02-13 Thread Utkarsh Ayachit
What is the system version of jpeg? On Wed, Feb 13, 2013 at 12:09 PM, Anton Gladky gladky.an...@gmail.com wrote: Hi all, the latest 3.98.1 version fails to build on Debian, when the option VTK_USE_SYSTEM_JPEG is ON. === /tmp/buildd/paraview-3.98.1/VTK/IO/Image/vtkJPEGReader.cxx: In

Re: [Paraview] Compilation error

2013-02-13 Thread Anton Gladky
libjpeg8 2013/2/13 Utkarsh Ayachit utkarsh.ayac...@kitware.com: What is the system version of jpeg? ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages

Re: [Paraview] Compilation error

2013-02-13 Thread Orion Poplawski
Similar on Fedora Rawhide. See http://paraview.org/Bug/view.php?id=13870 On 02/13/2013 12:57 PM, Utkarsh Ayachit wrote: What is the system version of jpeg? On Wed, Feb 13, 2013 at 12:09 PM, Anton Gladky gladky.an...@gmail.com wrote: Hi all, the latest 3.98.1 version fails to build on

[Paraview] compilation error paraview 3.14.1 on macos

2012-07-03 Thread julie digne
Hi all, I could not find the solution for this problem on the web though several people seem to have faced it or a similar one. I want to install paraview-pcl plugin, so I need to build paraview from source (latest: Paraview 3.14.1). I am using macosx 10.6.8 (intel), cmake2.8.6, qt4.8.2 cmake

Re: [Paraview] Compilation Error in vtksys::SystemTools

2012-05-31 Thread Stephan Rogge
2012 09:24 An: 'Stephan Rogge' Betreff: Re: [Paraview] Compilation Error in vtksys::SystemTools Ok. Problem is solved: After adding both mpi libraries (libmpi.lib and libmpicxx.lib) in MPI_C_LIBRARIES and MPI_CXX_LIBRARIES the linker errors disappeared. Regards, Stephan -Ursprüngliche

[Paraview] Compilation Error in vtksys::SystemTools

2012-05-30 Thread Stephan Rogge
Hello, since my last git update on the master branch I've got an error during compilation: UnPutEnv is not a member of vtksys::SystemTools. I use Windows 7 64 Bit and Visual Studio 2008 (64 Bit compiler)and CMake 2.8.8. All submodules are up-to-date. Did I missed something? Cheers,

Re: [Paraview] Compilation Error in vtksys::SystemTools

2012-05-30 Thread Sebastien Jourdain
You need to start from a clean build directory. The same thing happen to me yesterday. On Wed, May 30, 2012 at 4:09 AM, Stephan Rogge stephan.ro...@tu-cottbus.de wrote: Hello, since my last git update on the master branch I’ve got an error during compilation: “UnPutEnv“ is not a member

Re: [Paraview] Compilation Error in vtksys::SystemTools

2012-05-30 Thread Stephan Rogge
at all). Any ideas? Cheers, Stephan -Ursprüngliche Nachricht- Von: Sebastien Jourdain [mailto:sebastien.jourd...@kitware.com] Gesendet: Mittwoch, 30. Mai 2012 14:21 An: Stephan Rogge Cc: paraview@paraview.org Betreff: Re: [Paraview] Compilation Error in vtksys::SystemTools You need

[Paraview] compilation error paraview 3.10RC1

2011-03-14 Thread MONTAGU Thierry
Hi all after many attempt, i systematically obtain Linking CXX shared library ../../bin/libvtkCommon.so For vtkCommon - updating vtkCommonHierarchy.txt [ 5%] Built target vtkCommon make: *** [all] Erreur 2 have you ever met this ? regards, -- Thierry

Re: [Paraview] compilation error paraview 3.10RC1

2011-03-14 Thread David Partyka
Hi Montagu, What platform, compiler are you attempting to compile on? Thanks! On Mon, Mar 14, 2011 at 4:44 AM, MONTAGU Thierry thierry.mont...@cea.frwrote: Hi all after many attempt, i systematically obtain Linking CXX shared library ../../bin/libvtkCommon.so For vtkCommon - updating

Re: [Paraview] compilation error

2008-11-02 Thread Berk Geveci
I believe the wrapper code that generates the ClientServer bindings requires that your class name start with vtk. Try changing it to vtkMyFancyReader. -berk On Sat, Nov 1, 2008 at 5:34 PM, Rakesh Hammond [EMAIL PROTECTED] wrote: Dear all, I am trying to write my first plugin reader and trying

Re: [Paraview] compilation error

2008-11-02 Thread Michael Jackson
I use the technique of compiling my sources into paraview as I build ParaView so I do something like: MESSAGE (STATUS Compiling PVDislocation into Paraview 3.x) #-- Invoke this Macro to add the sources to paraview and #-- wrap them for the client server