|
[Sponsors] |
[OpenFOAM] OF15 for Ubuntu804 buildParaView33cvs stoped suddenly |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 30, 2008, 01:31 |
OF15 for Ubuntu804 buildParaView33cvs stoped suddenly
|
#1 |
New Member
yan
Join Date: Mar 2009
Posts: 2
Rep Power: 0 |
i compile the paraview as what the Readme said, but the compilation stopped suddenly at 37%. the putout in terminal as follow:
..... [ 37%] Building CXX object Utilities/VTKClientServer/Filtering/CMakeFiles/vtkFilteringCS.dir/vtkViewportCli entServer.o [ 37%] Building CXX object Utilities/VTKClientServer/Filtering/CMakeFiles/vtkFilteringCS.dir/vtkVoxelClient Server.o [ 37%] Building CXX object Utilities/VTKClientServer/Filtering/CMakeFiles/vtkFilteringCS.dir/vtkWedgeClient Server.o [ 37%] Building CXX object Utilities/VTKClientServer/Filtering/CMakeFiles/vtkFilteringCS.dir/vtkFilteringCS Init.o Linking CXX shared library ../../../bin/libvtkFilteringCS.so [ 37%] Built target vtkFilteringCS make: [all] error 2 i was a new learner, hope someone can tell me what's the problem? thanks in advance |
|
November 16, 2008, 10:55 |
Hello,
I have the same prob
|
#2 |
New Member
Axel Mohr
Join Date: Mar 2009
Location: Kiel, Schleswig-Holstein, Germany
Posts: 24
Rep Power: 17 |
Hello,
I have the same problem. Anyone here who solved it or has an idea? Thanks in advance and Greetings, Axel |
|
February 9, 2009, 13:58 |
try running the build utility
|
#3 |
Senior Member
|
try running the build utility with the -d option to get more details on the error
-Louis |
|
June 8, 2009, 01:10 |
Possible solution ParaView and PV3FoamReader?
|
#4 |
New Member
Christopher
Join Date: Mar 2009
Posts: 2
Rep Power: 0 |
Hello All,
I was having the exact same issue as mentioned at the top of the thread. I am running Ubuntu 9.04 QMake 4.3.5 CMake 2.4-patch 6 gcc 4.3.1 I did some digging by going into the actual ThirdParty/ParaView3.3-cvs/platforms/linuxGcc directory and directly running the make -d command as mentioned by another poster. This revealed the system was missing some sort of X11 strings header file "StringDefs.h" The point is, by issuing apt-get install xorg-dev, ALL of the problems compiling ParaView and PV3FoamReader were immediately solved. I am not sure if this issue is explicitly documented somewhere, that this is a required dependancy of ParaView or OpenFoam? If so, I was not able to locate it. Should this be added to some documentation for compiling ParaView? Chris Last edited by hackit2me; June 8, 2009 at 01:17. Reason: Fix Linebreaks |
|
October 25, 2009, 20:21 |
|
#5 |
Member
Ovie Doro
Join Date: Jul 2009
Posts: 99
Rep Power: 17 |
I am not quite sure if this would help. But there is a thread on the compilation of paraview on this link :
http://www.cfd-online.com/Forums/ope...-script-4.html Maybe you can take a look and see if it helps. Thanks. |
|
|
|