[Paraview] QT_HELP_GENERATOR-NOTFOUND

2010-01-07 Thread Robert Sawko
Dear All, I am trying to run compile ParaView on 64 bit openSUSE 11.2 with KDE 4.3.1. I was using this website as a reference http://www.cmake.org/Wiki/ParaView:Build_And_Install. Unfortunately after configuring the installation with ccmake I get QT_HELP_GENERATOR-NOTFOUND in QT_HELP_GENERATOR

Re: [Paraview] Problem linking Cocoa pqWidgets

2010-01-07 Thread Eric E. Monson
Berk -- out of curiosity, then, is your Qt 4.6 built for both i386 and x86_64 architectures, and using Cocoa? It doesn't necessarily make sense, but since I don't get the grayed out filters on my laptop which was using an older version of CMake (2.9.20091007) -- so it linked a bunch of PV

Re: [Paraview] Problem linking Cocoa pqWidgets

2010-01-07 Thread Berk Geveci
Berk -- out of curiosity, then, is your Qt 4.6 built for both i386 and x86_64 architectures, and using Cocoa? I used i386 (Carbon and Cocoa) initially but I am now using 64 bit Cocoa exclusively. -berk On Thu, Jan 7, 2010 at 9:27 AM, Eric E. Monson emon...@cs.duke.edu wrote: Berk -- out of

Re: [Paraview] QT_HELP_GENERATOR-NOTFOUND

2010-01-07 Thread Utkarsh Ayachit
Ensure that QT_HELP_GENERATOR is set to the qhelpgenerator executable. Where can I find this one? Apparently ccmake cannot find autumatically. Maybe it is not supplied with openSUSE Qt package. Is there any way to do it manually? It's probably located at the same location as qmake. You might

Re: [Paraview] QT_HELP_GENERATOR-NOTFOUND

2010-01-07 Thread Robert Sawko
Thanks for your reply. What version of Qt are you using? My Qt version is 4.5.3. Ensure that QT_HELP_GENERATOR is set to the qhelpgenerator executable. Where can I find this one? Apparently ccmake cannot find autumatically. Maybe it is not supplied with openSUSE Qt package. Is there any way to

Re: [Paraview] QT_HELP_GENERATOR-NOTFOUND

2010-01-07 Thread Robert Sawko
Thanks again for the hints. It was indeed in a different package. Can't say exactly which one since I simply added all the qt4 packages that borne the signature of Trolltech. make and make install work just fine now. Thank you! Robert ___ Powered by

[Paraview] Latest CVS - Mac compiling problem

2010-01-07 Thread Pierre-Olivier Dallaire
Gents, I'mhaving this error when compiling today's cvs : [ 48%] Built target vtkWrapClientServer Linking CXX shared library ../../../bin/libvtkCommonCS.dylib Undefined symbols: vtkDataSet_Init(vtkClientServerInterpreter*), referenced from: vtkPlane_Init(vtkClientServerInterpreter*)

Re: [Paraview] Latest CVS - Mac compiling problem

2010-01-07 Thread Moreland, Kenneth
Update your CVS and try again. This looks like it is from a problematic checkin to VTK that has been reverted this morning. -Ken On 1/7/10 10:48 AM, Pierre-Olivier Dallaire pierre-olivier.dalla...@videotron.ca wrote: Gents, I'mhaving this error when compiling today's cvs : [ 48%] Built

Re: [Paraview] Latest CVS - Mac compiling problem

2010-01-07 Thread Pierre-Olivier Dallaire
Works / thank you ! On 2010-01-07, at 1:37 PM, Moreland, Kenneth wrote: Update your CVS and try again. This looks like it is from a problematic checkin to VTK that has been reverted this morning. -Ken On 1/7/10 10:48 AM, Pierre-Olivier Dallaire pierre-olivier.dalla...@videotron.ca

Re: [Paraview] Problem linking Cocoa pqWidgets

2010-01-07 Thread Eric E. Monson
In case anyone is interested, I'm not seeing the grayed out filters after doing a fresh build of Qt 4.6.0 from source, configured with: ./configure -release -plugin-sql-sqlite -arch x86_64 -cocoa (the sqlite is for another project), and building yesterday's CVS ParaView (with the change to

[Paraview] ParaView 3.6.2 Release and hdf5-1.8

2010-01-07 Thread Favre Jean
I have tried compiling pv3.6.2 with my system's hdf5 and have run into the following issue: regardless of what api-version I use to configure compile hdf5 (v16 or v18), I cannot compile pv because of the following error: /apps-vis/ParaView3-6-2/Utilities/Xdmf2/libsrc/XdmfH5Driver.cxx:174:

Re: [Paraview] ParaView 3.6.2 Release and hdf5-1.8

2010-01-07 Thread François Bissey
On Fri, 08 Jan 2010 10:21:22 Favre Jean wrote: I have tried compiling pv3.6.2 with my system's hdf5 and have run into the following issue: regardless of what api-version I use to configure compile hdf5 (v16 or v18), I cannot compile pv because of the following error: