OK, new version didn't help. So I tried to compile from source, again. After 
spending another 3 hrs I got this error. I thing that's the error I got last 
time.

---code start---

Building CXX object Qt/Widgets/CMakeFiles/pqWidgets.dir/pqHelpWindow.cxx.o
~/ParaView-3.14.0-Source/Qt/Widgets/pqHelpWindow.cxx(50): catastrophic error: 
cannot open source file "QWebPage"
  #include <QWebPage>
                     ^

compilation aborted for 
/home/kaster/Downloads/ParaView-3.14.0-Source/Qt/Widgets/pqHelpWindow.cxx (code 
4)
gmake[2]: *** [Qt/Widgets/CMakeFiles/pqWidgets.dir/pqHelpWindow.cxx.o] Error 4
gmake[1]: *** [Qt/Widgets/CMakeFiles/pqWidgets.dir/all] Error 2
gmake: *** [all] Error 2

---code end ---

How can I get that header file, or whatever <QWebPage> is. 

Thanks.

--
Kaster Might

On Feb 22, 2012, at 12:27 PM, Utkarsh Ayachit wrote:

> There are on http://www.paraview.org/paraview/resources/software.php,
> however you have to use mpiexec provided by the package.
> 
> Utkarsh
> 
> On Wed, Feb 22, 2012 at 1:53 PM, Kaster Might <[email protected]> wrote:
>> Actually, I didn't build anything, because when I tried it took 3 hours and
>> threw some error on 89%, so I just gave up and downloaded ready-to-go
>> version. I believe that's the reason then. Is there any MPI enabled
>> precompiled distro for linux?
>> 
>> Thanks.
>> 
>> --
>> Kaster Might
>> 
>> On Feb 22, 2012, at 7:03 AM, Utkarsh Ayachit wrote:
>> 
>> Verify that the paraview is built with mpi enabled (PARAVIEW_USE_MPI
>> cmake flag must be ON). In most likelihood, it's not.
>> 
>> Utkarsh
>> 
>> On Wed, Feb 22, 2012 at 2:45 AM, Kaster Might <[email protected]> wrote:
>> 
>> Hi all,
>> 
>> 
>> I have issues with running parallel pvserver on linux machine. When I try
>> this `mpirun -np 3 ./pvserver` I get error `vtkServerSocket (0xe09640):
>> Socket error in call to bind. Address already in use.` for every process but
>> first.  I believe it's because each of `pvserver` processes tries to listen
>> the same 11111 port at the same time, but I couldn't find how to specify
>> different ports depending on -np parameter for mpirun. Any help or advice is
>> appreciated.
>> 
>> 
>> Thanks.
>> 
>> 
>> --
>> 
>> Kaster Might
>> 
>> _______________________________________________
>> 
>> 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
>> 
>> 
>> 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
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

Reply via email to