[Paraview] ParaView: Qt runtime errors

2017-11-27 Thread Nenad Vujicic
Hello everyone, I'm experiencing one strange situation with some of my ParaView plugin exporters. When I create the scene, go to File->Export Scene, select output filename and file-format, push OK and then it creates output file, but it also reports some QT runtime errors in Output Window:

Re: [Paraview] Qt version support update 2016

2016-08-13 Thread Mega Mind
Have you or anyone successfully built and installed on Win7 64 with Visual Studio 2015? I always get errors when building or opening the paraview.exe. For Qt the 4.x versions seem to have only x86 installs but I installed 4.8 anyway. When trying Qt 5.7 I get a failed build with 3 errors and over

Re: [Paraview] Qt version support update 2016

2016-08-12 Thread Shawn Waldon
To use Qt5, you have to set the PARAVIEW_QT_VERSION variable to 5 (it still defaults to 4, which is why cmake is complaining). Note that some things may be buggy when building against Qt5, I don't know the full list of current issues, just that there are some. Also note that you have to specify

[Paraview] Qt version support update 2016

2016-08-12 Thread Mega Mind
Has the Qt version support advanced close to 5.7 yet? Cmake throws error that Qt 4.x required but read on mailing list some guys are using Qt 5.x. I'm installing Qt 4.8.1 but the only option seems to be x86 and for Visual Studio 2010. Trying to build on Win7 64bit with MSVisual Studio 2015

[Paraview] Building Paraview (QT) from source

2015-09-29 Thread andrew solis
Hey Guys, I'm trying to build Paraview from source on windows and ran into an issue when trying to configure and qmake QT. I've been following the directions at http://www.paraview.org/Wiki/ParaView:Build_And_Install and downloaded "qt-everywhere-opensource-src-4.8.2.zip" and unzipped the

Re: [Paraview] Qt

2015-07-13 Thread Ben Boeckel
On Sat, Jul 11, 2015 at 00:16:19 +, Scott, W Alan wrote: I notice that the Superbuild is running Qt 5.4.1. Any idea where I can find the Windows installer (i.e., I don't want to build from source)? Also, Qt5 is currently experimental in that it is known that there are issues with it in

Re: [Paraview] Qt

2015-07-13 Thread Ben Boeckel
On Sat, Jul 11, 2015 at 00:16:19 +, Scott, W Alan wrote: I notice that the Superbuild is running Qt 5.4.1. Any idea where I can find the Windows installer (i.e., I don't want to build from source)? Downloads are found here: http://download.qt.io/archive/qt/5.4/5.4.1/ The superbuild

[Paraview] Qt

2015-07-10 Thread Scott, W Alan
I notice that the Superbuild is running Qt 5.4.1. Any idea where I can find the Windows installer (i.e., I don't want to build from source)? Thanks! Alan ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] ParaView QT compatibility

2014-06-09 Thread Utkarsh Ayachit
No. Experimental Qt 5 support is only available in the development version of ParaView. On Mon, Jun 9, 2014 at 7:57 AM, Narasimha Prasad Baditela nbadit...@eagle.org wrote: Hi All, Can I use QT 5.3 to compile and build ParaView-4.1 libraries for windows 7 64 bit and VS2012? Thanks,

[Paraview] Qt, Webkit and gstreamer-app-0.10

2014-05-07 Thread Scott, W Alan
I have been trying to turn Qt's Webkit on for a Linux build, and have been struggling. Webkit is needed for ParaView's help system. Webkit is looking for, and failing to find, gstreamer-app. I can't install gstreamer-app on this LAN. Has anyone hit this issue, and how did you work around

[Paraview] Qt-4.7.4 vs Qt-4.8.4

2013-04-17 Thread Kashiwa, Bucky
FYI it appears that building the v3.98.1 client fails with Qt-4.7.4 in the routine at ./Qt/Components/Resources/UI/pqApplicationOptions.ui which uses 'alignment' in two locations: item row=8 column=3 alignment=Qt::AlignVCenter item row=8 column=1 alignment=Qt::AlignLeft

[Paraview] Paraview QT plugin

2012-07-09 Thread Tom
Hi all, I am trying to write my own qt gui which I would like to integrate in Paraview. Searching in internet, I did not find anything useful. But after looking at some examples, I created a header and cxx file with the toolbar example illustrated in some tutorials. I created an CMakeList file

Re: [Paraview] Qt QTWEBKIT library not found

2012-04-16 Thread Utkarsh Ayachit
BTW, I've added bug to easily disable WebKit in ParaView. Though certain components may not work, at least ParaView should build easily without webkit (http://vtk.org/Bug/view.php?id=13061) Utkarsh On Sat, Apr 14, 2012 at 5:21 AM, Magician f_magic...@mac.com wrote: I had been trying to rebuild

Re: [Paraview] Qt QTWEBKIT library not found

2012-04-14 Thread Magician
I had been trying to rebuild ParaView, and finally successed. I installed Qt at /usr/local, and cmake couldn't find QtWebKit libraries. I couldn't look up them by find command, but they were in /usr/local/include/QtWebKit, and QtWebKit Library was in /usr/local/lib/libQtWebKit.so.4.#.#. I set

Re: [Paraview] Qt QTWEBKIT library not found

2012-04-09 Thread Utkarsh Ayachit
Dave, do you have any insights for building Qt on mac with WebKit Support? Utkarsh On Sun, Apr 8, 2012 at 4:03 AM, Magician f_magic...@mac.com wrote: Utkarsh, I rebuilt Qt with -webkit option, but cmake still dumped same errors. My Qt source is:

Re: [Paraview] Qt QTWEBKIT library not found

2012-04-09 Thread Michael Jackson
On OS X 10.6.8 with Xcode 3.x I use the following to build from source: ./configure -nomake demos -nomake examples -debug-and-release -shared -fast -exceptions -stl -no-qt3support -cocoa -arch x86 -arch x86_64 -arch ppc -sdk /Developer/SDKs/MacOSX10.5.sdk -largefile -prefix

Re: [Paraview] Qt QTWEBKIT library not found

2012-04-09 Thread David E DeMarle
I built the qt I used for the pv 3.14.x releases with: ./configure --prefix=/Source/Qt/4.6.4/install -no-audio-backend -no-dbus -no-javascript-jit -nomake demos -nomake examples -no-multimedia -no-openssl -no-phonon -no-xinerama -opensource -qt-libjpeg -qt-libtiff -qt-libpng -system-zlib -webkit

Re: [Paraview] Qt QTWEBKIT library not found

2012-04-08 Thread Magician
Utkarsh, I rebuilt Qt with -webkit option, but cmake still dumped same errors. My Qt source is: ftp://ftp.trolltech.no/qt/source/qt-everywhere-opensource-src-4.7.4.tar.gz Comparing my Mac (able to build ParaView), I could find: QT_QTWEBKIT_INCLUDE_DIR /opt/local/include/QtWebKit

Re: [Paraview] Qt QTWEBKIT library not found

2012-04-06 Thread Magician
April 2012 13:26 To: paraview@paraview.org Subject: [Paraview] Qt QTWEBKIT library not found Hi. I'm trying to build ParaView 3.14.0 on clean-installed CentOS 6.2. I followed those steps on ParaView Wiki: http://paraview.org/Wiki/ParaView:Build_And_Install I already installed Python 2.7.2

Re: [Paraview] Qt QTWEBKIT library not found

2012-04-06 Thread Utkarsh Ayachit
Since you're building Qt from source, try to reconfigure and build Qt with WebKit enabled. Your configure command for QT should look something like follows: ./configure -webkit -xmlpatterns any other params Then, before Qt starts building, it spits out a block of text saying what features were

[Paraview] Qt QTWEBKIT library not found

2012-04-05 Thread Magician
Hi. I'm trying to build ParaView 3.14.0 on clean-installed CentOS 6.2. I followed those steps on ParaView Wiki: http://paraview.org/Wiki/ParaView:Build_And_Install I already installed Python 2.7.2, Qt-Everywhere-Opensource 4.6.2, cmake 2.8.2 from sources on /usr/local. Then I did configure on

Re: [Paraview] Qt QTWEBKIT library not found

2012-04-05 Thread Biddiscombe, John A.
-boun...@paraview.org] On Behalf Of Magician Sent: 05 April 2012 13:26 To: paraview@paraview.org Subject: [Paraview] Qt QTWEBKIT library not found Hi. I'm trying to build ParaView 3.14.0 on clean-installed CentOS 6.2. I followed those steps on ParaView Wiki: http://paraview.org/Wiki

Re: [Paraview] Qt QTWEBKIT library not found

2012-04-05 Thread Lennart Schneiders
patch for pv3.14 You may need to set the Qt web lib to something valid to shut cmake up. JB -Original Message- From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Magician Sent: 05 April 2012 13:26 To: paraview@paraview.org Subject: [Paraview] Qt

Re: [Paraview] Qt QTWEBKIT library not found

2012-04-05 Thread Biddiscombe, John A.
doh! -Original Message- From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Lennart Schneiders Sent: 05 April 2012 14:59 To: paraview@paraview.org Subject: Re: [Paraview] Qt QTWEBKIT library not found Alternatively, when configuring with ccmake

Re: [Paraview] Qt library install question

2010-09-15 Thread Dan Lussier
Sorry to follow up - but didn't want the thread to die off here. Thanks! On Mon, Sep 13, 2010 at 4:58 PM, Dan Lussier dan.luss...@sjc.ox.ac.uk wrote: Here is the result: % otool -L /opt/local/libexec/qt4-mac/lib/QtGui.framework/Versions/4/QtGui

[Paraview] Qt library install question

2010-09-13 Thread Dan Lussier
When I import the paraview Python module from a regular Python interpreter, I get a slew of warning messages like: objc[31181]: Class QNSImageView is implemented in both /opt/local/libexec/qt4-mac/lib/QtGui.framework/Versions/4/QtGui and /.. other directories ...

Re: [Paraview] Qt library install question

2010-09-13 Thread Michael Jackson
That will most likely cause problems running paraview. You really want to make sure you consistently build and load against the same set of Qt Libraries. It looks like your Qt installations do NOT have an install_name that contains the absolute path to the Qt frameworks so setting

Re: [Paraview] Qt library install question

2010-09-13 Thread Dan Lussier
Here is the result: % otool -L /opt/local/libexec/qt4-mac/lib/QtGui.framework/Versions/4/QtGui /opt/local/libexec/qt4-mac/lib/QtGui.framework/Versions/4/QtGui: /opt/local/libexec/qt4-mac/lib/QtGui.framework/Versions/4/QtGui (compatibility version 4.6.0, current version 4.6.3)

Re: [Paraview] Qt Creator as IDE for ParaView

2010-06-24 Thread Marcus D. Hanwell
On Tue, Jun 22, 2010 at 5:30 AM, Paul McIntosh paul.mcint...@internetscooter.com wrote: Hi All, I am planning on setting up Qt Creator as my cross platform IDE for things like ParaView. I am wondering if anyone else has tried this and if they were successful? I have been using this for

Re: [Paraview] Qt 4.6 Cocoa Strangeness with ParaView 3.6.2

2010-02-22 Thread Michael Jackson
Utkarsh, I was able to pull the latest CVS HEAD for ParaView and compiled that against the Qt 4.6.1 Cocoa build that I have and it seems that what ever was changed on CVS HEAD fixed the problem. Thanks for the heads up. ___ Mike

[Paraview] Qt 4.6 Cocoa Strangeness with ParaView 3.6.2

2010-02-19 Thread Michael Jackson
I'll state up front that I know 3.6.2 only officially supports Qt 4.3.x but I'll go ahead with my bug report/question any ways. So I built Qt 4.6.1 with Cocoa (OS X) and then compiled ParaView 3.6.2 from source using shared libraries. Everything compiles fine. ParaView then launches

Re: [Paraview] Qt 4.6 Cocoa Strangeness with ParaView 3.6.2

2010-02-19 Thread Utkarsh Ayachit
We've started supporting Cocoa only with ParaView CVS (and in future with 3.8). Can you see if you can reproduce the issue with CVS? There have been several fixes to CVS to work with Cocoa. Utkarsh On Fri, Feb 19, 2010 at 4:37 PM, Michael Jackson mike.jack...@bluequartz.net wrote: I'll state up

[Paraview] Qt problem on Mac OS X

2009-08-24 Thread Michael Wild
Hi all With current ParaView-CVS and Qt 4.5 on Mac OS X I get the problem, that when I try to start the fixed-up ParaView bundle, the /Developer/ Applications/Qt/plugins/imageformats/libqgif.dylib plugin is loaded. Bad thing is, that one refers to QtGui.framework/Versions/4/QtGui and

Re: [Paraview] Qt problem on Mac OS X

2009-08-24 Thread pat marion
I think you can override the plugin search paths using a qt.conf file but I don't remember exactly how to do it. Here is some documentation- http://doc.trolltech.com/4.5/qt-conf.html Pat On Mon, Aug 24, 2009 at 5:30 AM, Michael Wildthem...@gmail.com wrote: Hi all With current ParaView-CVS

Re: [Paraview] Qt problem on Mac OS X

2009-08-24 Thread Mike Jackson
Just put a blank qt.conf file in your package. This will force the Qt app to NOT load and Qt plugins. _ Mike Jackson mike.jack...@bluequartz.net BlueQuartz Softwarewww.bluequartz.net Principal Software

Re: [Paraview] Qt problem on Mac OS X

2009-08-24 Thread Michael Wild
Works like a charm. I trust that Qt tries to load these plugins preemptively, and that they actually are never really used? On a similar issue: Applications/Client/CreateBundle.sh.in copies the Qt SQL driver plugins into Contents/Libraries/sqldrivers, but shouldn't they go into

[Paraview] Qt dependency

2009-07-16 Thread David Doria
Does Paraview depend on Qt for anything except the UI? I am trying to install paraview on a server that does not have a graphics card/monitor, so a GUI won't be much use (I'm just trying to run pvserver). Could there be a Build GUI? option in cmake so that it can be built without Qt installed? The

Re: [Paraview] Qt dependency

2009-07-16 Thread David Doria
On Thu, Jul 16, 2009 at 3:43 PM, David Doriadaviddo...@gmail.com wrote: Does Paraview depend on Qt for anything except the UI? I am trying to install paraview on a server that does not have a graphics card/monitor, so a GUI won't be much use (I'm just trying to run pvserver). Could there be a

Re: [Paraview] qt 4.5 64-bit mac os x

2009-05-04 Thread Chris Kees
Sean, I was/am using the cvs source (updated this morning). I think the problem was just that I forgot to apply the VTK-bug-7818-patch.txt. I appear to have a working 64-bit paraview with a 64-bit python interpreter running from the build directory now. The install target still tries to

Re: [Paraview] qt 4.5 64-bit mac os x

2009-05-01 Thread Sean McBride
On 4/30/09 5:47 PM, Chris Kees said: I've been trying to compile paraview in 64 bit using the qt 4.5 binaries distributed by trolltech. It looks like the variable QT_MAC_USE_COCOA is not being set by cmake, but it looks like it's needed to compile with the new qt (need -DQT_MAC_USE_COCOA).

[Paraview] qt 4.5 64-bit mac os x

2009-04-30 Thread Chris Kees
Hi, I've been trying to compile paraview in 64 bit using the qt 4.5 binaries distributed by trolltech. It looks like the variable QT_MAC_USE_COCOA is not being set by cmake, but it looks like it's needed to compile with the new qt (need -DQT_MAC_USE_COCOA). Does anybody know what's

[Paraview] Qt/Python includes?

2009-03-18 Thread Eric E. Monson
Hello, I am reproducing some work I followed on the mailing list to make a toolbar button which runs a particular Python script. It all works fine, but to find pqPythonShell.h I need to manually add the $ {ParaView_SOURCE_DIR}/Qt/Python directory to my includes in CMake. Is there a reason