[Paraview] Qt, OSX and pv310
clinton at elemtech.com
clinton at elemtech.com
Thu Aug 30 14:50:42 EDT 2007
PV_INTERFACE_PATH is not recognized by ParaView 3. And neither are the XML
files with <ModuleInterface> .... </ModuleInterface> recognized.
In ParaView 3, to add a reader, you need to have an xml file with
<ParaViewReaders> ... </ParaViewReaders>
as shown in http://paraview.org/Wiki/Plugin_HowTo
It also shows how to put that into a plugin. You can also include your
readers in a plugin if you aren't aware of that.
Otherwise, if you building your readers as part of ParaView using
PARAVIEW_EXTRA_EXTERNAL_MODULE, then add that xml file with the
PARAVIEW_INCLUDE_GUI_RESOURCES macro.
Clint
On Thursday 30 August 2007 11:59:21 am Randy Hudson wrote:
> Clint,
>
> Thanks for the tip. I had old Xcode, and installing the newest fixed that
> problem.
>
> Now, though I can build and run paraview3.1.0+myreaders, it doesn't find my
> readers.
>
> Does anyone know if paraview still needs to be told by PV_INTERFACE_PATH
> where the XML files for user-written readers are?
>
> I am setting and exporting that var in my .bashrc, and I've also added an
> entry to define it in ~hudson/.MacOSX/environment.plist, so that, if I
> start paraview by clicking on it in Finder, it will still read that var and
> be able to find the XML files.
>
> clinton at elemtech.com wrote:
> > Search results from google seem to indicate this is a bug in binutils.
> >
> > Can you compare the version of binutils with your co-worker?
> > "ld -v" or "ranlib -V"
> >
> > Clint
More information about the ParaView
mailing list