[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] ParaView thinks that it does not have a wind blade reader

2012-07-03 Thread Andy Bauer
I get the same problem in both 3.14.1 and master. The reader is still available but just not conveniently through the GUI. To access it though you can bring up the python shell and do the following: w = WindBladereader() w.Filename = path/test1_topo.wind Show() Render() This shouldn't be

Re: [Paraview] ParaView thinks that it does not have a wind blade reader

2012-07-03 Thread Sohail Shafii
Jimmy said that it works. Thanks. Sohail From: Andy Bauer andy.ba...@kitware.com To: Sebastien Jourdain sebastien.jourd...@kitware.com Cc: Sohail Shafii sohailsha...@yahoo.com; migic...@gmail.com migic...@gmail.com; woodr...@lanl.gov woodr...@lanl.gov;

Re: [Paraview] ParaView thinks that it does not have a wind blade reader

2012-07-03 Thread Andy Bauer
Hi Sohail, I went through the code and it jogged my memory about previous problems with it. It had an explicit MPI call in the constructor that would cause problems when paraview wasn't getting built with MPI. Any time a user tried to open an unknown file it would try to create a windblade reader