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 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 these libraries on cmake's CUI, and built ParaView successfully.
 (Qt 4.7.4 dumped errors on making ParaView, so I used Qt 4.6.4.)

 But when I started ParaView, I got an error about shared QtWebKit library.
 I made a symbolic link of libQtWebKit.so.4 in /usr/local/lib/paraview,
 then ParaView was started successfully.


 Magician


 On 2012/04/08, at 17:03, Magician wrote:

 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
 QT_QTWEBKIT_LIBRARY_RELEASE      /opt/local/lib/libQtWebKit.dylib

 So I tried to find my QtWebKit and libQtWebKit on my CentOS.
 I found QtWebKit in:
 /usr/local/include/Qt
 /usr/local/include/QtWebKit
 But no libQtWebkit was found by find command.

 I rebuild Qt again :(


 Magician


 On 2012/04/07, at 0:16, Utkarsh Ayachit wrote:

 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 enabled/disabled. Pay close attention to that. Post
 that piece of test if needed. That should tell you if webkit was
 enabled or disabled.

 ParaView doesn't currently support not building with WebKit support
 (except for using John's patch).

 Utkarsh

 ___
 Powered by www.kitware.com

 Visit other Kitware open-source projects at 
 http://www.kitware.com/opensource/opensource.html

 Please keep messages on-topic and check the ParaView Wiki at: 
 http://paraview.org/Wiki/ParaView

 Follow this link to subscribe/unsubscribe:
 http://www.paraview.org/mailman/listinfo/paraview
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


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 these libraries on cmake's CUI, and built ParaView successfully.
(Qt 4.7.4 dumped errors on making ParaView, so I used Qt 4.6.4.)

But when I started ParaView, I got an error about shared QtWebKit library.
I made a symbolic link of libQtWebKit.so.4 in /usr/local/lib/paraview,
then ParaView was started successfully.


Magician


On 2012/04/08, at 17:03, Magician wrote:

 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
 QT_QTWEBKIT_LIBRARY_RELEASE  /opt/local/lib/libQtWebKit.dylib
 
 So I tried to find my QtWebKit and libQtWebKit on my CentOS.
 I found QtWebKit in:
 /usr/local/include/Qt
 /usr/local/include/QtWebKit
 But no libQtWebkit was found by find command.
 
 I rebuild Qt again :(
 
 
 Magician
 
 
 On 2012/04/07, at 0:16, Utkarsh Ayachit wrote:
 
 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 enabled/disabled. Pay close attention to that. Post
 that piece of test if needed. That should tell you if webkit was
 enabled or disabled.
 
 ParaView doesn't currently support not building with WebKit support
 (except for using John's patch).
 
 Utkarsh

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


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:
 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
 QT_QTWEBKIT_LIBRARY_RELEASE      /opt/local/lib/libQtWebKit.dylib

 So I tried to find my QtWebKit and libQtWebKit on my CentOS.
 I found QtWebKit in:
 /usr/local/include/Qt
 /usr/local/include/QtWebKit
 But no libQtWebkit was found by find command.

 I rebuild Qt again :(


 Magician


 On 2012/04/07, at 0:16, Utkarsh Ayachit wrote:

 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 enabled/disabled. Pay close attention to that. Post
 that piece of test if needed. That should tell you if webkit was
 enabled or disabled.

 ParaView doesn't currently support not building with WebKit support
 (except for using John's patch).

 Utkarsh

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


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 
/Users/Shared/Toolkits/Qt-4.7.4-Cocoa

And this works without issues.


___
Mike JacksonPrincipal Software Engineer
BlueQuartz SoftwareDayton, Ohio
mike.jack...@bluequartz.net  www.bluequartz.net

On Apr 9, 2012, at 8:55 AM, Utkarsh Ayachit wrote:

 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:
 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
 QT_QTWEBKIT_LIBRARY_RELEASE  /opt/local/lib/libQtWebKit.dylib
 
 So I tried to find my QtWebKit and libQtWebKit on my CentOS.
 I found QtWebKit in:
 /usr/local/include/Qt
 /usr/local/include/QtWebKit
 But no libQtWebkit was found by find command.
 
 I rebuild Qt again :(
 
 
 Magician
 
 
 On 2012/04/07, at 0:16, Utkarsh Ayachit wrote:
 
 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 enabled/disabled. Pay close attention to that. Post
 that piece of test if needed. That should tell you if webkit was
 enabled or disabled.
 
 ParaView doesn't currently support not building with WebKit support
 (except for using John's patch).
 
 Utkarsh
 
 ___
 Powered by www.kitware.com
 
 Visit other Kitware open-source projects at 
 http://www.kitware.com/opensource/opensource.html
 
 Please keep messages on-topic and check the ParaView Wiki at: 
 http://paraview.org/Wiki/ParaView
 
 Follow this link to subscribe/unsubscribe:
 http://www.paraview.org/mailman/listinfo/paraview

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


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 -xmlpatterns
-cocoa -arch x86 x86_64  -I /Source/Qt/4.6.4/install/include

David E DeMarle
Kitware, Inc.
RD Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909



On Mon, Apr 9, 2012 at 9:16 AM, Michael Jackson
mike.jack...@bluequartz.net wrote:
 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 
 /Users/Shared/Toolkits/Qt-4.7.4-Cocoa

 And this works without issues.


 ___
 Mike Jackson                    Principal Software Engineer
 BlueQuartz Software                            Dayton, Ohio
 mike.jack...@bluequartz.net              www.bluequartz.net

 On Apr 9, 2012, at 8:55 AM, Utkarsh Ayachit wrote:

 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:
 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
 QT_QTWEBKIT_LIBRARY_RELEASE      /opt/local/lib/libQtWebKit.dylib

 So I tried to find my QtWebKit and libQtWebKit on my CentOS.
 I found QtWebKit in:
 /usr/local/include/Qt
 /usr/local/include/QtWebKit
 But no libQtWebkit was found by find command.

 I rebuild Qt again :(


 Magician


 On 2012/04/07, at 0:16, Utkarsh Ayachit wrote:

 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 enabled/disabled. Pay close attention to that. Post
 that piece of test if needed. That should tell you if webkit was
 enabled or disabled.

 ParaView doesn't currently support not building with WebKit support
 (except for using John's patch).

 Utkarsh

 ___
 Powered by www.kitware.com

 Visit other Kitware open-source projects at 
 http://www.kitware.com/opensource/opensource.html

 Please keep messages on-topic and check the ParaView Wiki at: 
 http://paraview.org/Wiki/ParaView

 Follow this link to subscribe/unsubscribe:
 http://www.paraview.org/mailman/listinfo/paraview

 ___
 Powered by www.kitware.com

 Visit other Kitware open-source projects at 
 http://www.kitware.com/opensource/opensource.html

 Please keep messages on-topic and check the ParaView Wiki at: 
 http://paraview.org/Wiki/ParaView

 Follow this link to subscribe/unsubscribe:
 http://www.paraview.org/mailman/listinfo/paraview
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


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
 QT_QTWEBKIT_LIBRARY_RELEASE  /opt/local/lib/libQtWebKit.dylib

So I tried to find my QtWebKit and libQtWebKit on my CentOS.
I found QtWebKit in:
/usr/local/include/Qt
/usr/local/include/QtWebKit
But no libQtWebkit was found by find command.

I rebuild Qt again :(


Magician


On 2012/04/07, at 0:16, Utkarsh Ayachit wrote:

 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 enabled/disabled. Pay close attention to that. Post
 that piece of test if needed. That should tell you if webkit was
 enabled or disabled.
 
 ParaView doesn't currently support not building with WebKit support
 (except for using John's patch).
 
 Utkarsh

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Qt QTWEBKIT library not found

2012-04-06 Thread Magician
JB  Lennart


Thanks for your advices.
I'm still trying to build ParaView on CentOS 6.2.


 JB

I recieved the patch file, but I can't understand the usage
How to use the patch file?

 Lennart

I couldn't find VTK_QT_USE_WEBKIT flag.
Maybe we couldn't turn off QtWebKit on cmake.


Then I'm also trying to build QtWebKit 2.2.0, but errors occur as below:
 cc1plus: warnings being treated as errors
 ../../../Source/JavaScriptCore/yarr/YarrPattern.cpp: In member function 'void 
 JSC::Yarr::CharacterClassConstructor::putRange(UChar, UChar)':
 ../../../Source/JavaScriptCore/yarr/YarrPattern.cpp:127: error: comparison 
 between signed and unsigned integer expressions
 ../../../Source/JavaScriptCore/yarr/YarrPattern.cpp:133: error: comparison 
 between signed and unsigned integer expressions
 make[1]: *** [obj/release/YarrPattern.o] Error 1

When I built ParaView 3.12.0 on my Mac (10.7), it was extremely easy.
I didn't prepare QtWebKit module, but the cmake process was finished 
successfully.

I wonder how everyone build ParaView on Linux distributions?


Magician


On 2012/04/05, at 21:35, Biddiscombe, John A. wrote:

 if your Qt was not built with the web stuff lib then you need to remove all 
 uses of it from paraview. I use the attached 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 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, Qt-Everywhere-Opensource 4.6.2, cmake 2.8.2 
 from sources on /usr/local.
 Then I did configure on ccmake, it only said:
 Qt QTWEBKIT library not found.
 
 Qt QTWEBKIT library not found.
 
 What could I do for this problem?
 It may be due to Qt's setting, but I'm not familiar with Qt. :(
 
 
 Magician

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


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 enabled/disabled. Pay close attention to that. Post
that piece of test if needed. That should tell you if webkit was
enabled or disabled.

ParaView doesn't currently support not building with WebKit support
(except for using John's patch).

Utkarsh
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[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 ccmake, it only said:
 Qt QTWEBKIT library not found.

 Qt QTWEBKIT library not found.

What could I do for this problem?
It may be due to Qt's setting, but I'm not familiar with Qt. :(


Magician
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Qt QTWEBKIT library not found

2012-04-05 Thread Biddiscombe, John A.
if your Qt was not built with the web stuff lib then you need to remove all 
uses of it from paraview. I use the attached 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 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, Qt-Everywhere-Opensource 4.6.2, cmake 2.8.2 
from sources on /usr/local.
Then I did configure on ccmake, it only said:
 Qt QTWEBKIT library not found.

 Qt QTWEBKIT library not found.

What could I do for this problem?
It may be due to Qt's setting, but I'm not familiar with Qt. :(


Magician
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


0001-Disable-QtHelp-since-it-was-not-built-here.patch
Description: 0001-Disable-QtHelp-since-it-was-not-built-here.patch
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Qt QTWEBKIT library not found

2012-04-05 Thread Lennart Schneiders
Alternatively, when configuring with ccmake in advanced mode you can 
turn off the variable VTK_QT_USE_WEBKIT.


Lennart


On 04/05/2012 02:35 PM, Biddiscombe, John A. wrote:

if your Qt was not built with the web stuff lib then you need to remove all 
uses of it from paraview. I use the attached 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 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, Qt-Everywhere-Opensource 4.6.2, cmake 2.8.2 
from sources on /usr/local.
Then I did configure on ccmake, it only said:

Qt QTWEBKIT library not found.

Qt QTWEBKIT library not found.


What could I do for this problem?
It may be due to Qt's setting, but I'm not familiar with Qt. :(


Magician
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview



___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


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 in advanced mode you can turn off 
the variable VTK_QT_USE_WEBKIT.

Lennart


On 04/05/2012 02:35 PM, Biddiscombe, John A. wrote:
 if your Qt was not built with the web stuff lib then you need to 
 remove all uses of it from paraview. I use the attached 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 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, Qt-Everywhere-Opensource 4.6.2, cmake 2.8.2 
 from sources on /usr/local.
 Then I did configure on ccmake, it only said:
 Qt QTWEBKIT library not found.

 Qt QTWEBKIT library not found.

 What could I do for this problem?
 It may be due to Qt's setting, but I'm not familiar with Qt. :(


 Magician
 ___
 Powered by www.kitware.com

 Visit other Kitware open-source projects at 
 http://www.kitware.com/opensource/opensource.html

 Please keep messages on-topic and check the ParaView Wiki at: 
 http://paraview.org/Wiki/ParaView

 Follow this link to subscribe/unsubscribe:
 http://www.paraview.org/mailman/listinfo/paraview



 ___
 Powered by www.kitware.com

 Visit other Kitware open-source projects at 
 http://www.kitware.com/opensource/opensource.html

 Please keep messages on-topic and check the ParaView Wiki at: 
 http://paraview.org/Wiki/ParaView

 Follow this link to subscribe/unsubscribe:
 http://www.paraview.org/mailman/listinfo/paraview
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview