CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

error while running paraFoam!

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 15, 2009, 02:52
Exclamation error while running paraFoam!
  #1
New Member
 
padhu
Join Date: Jun 2009
Location: Bangalore, India
Posts: 27
Rep Power: 16
padmanathan is on a distinguished road
hi all,

i'm new to open foam, i'm practicing on lid-driven cavity flow, while executing paraFoam, parafoam shows the following error, can any one tell me what is this? how can I resolve and proceed further? pls help me. and i can't able to view grid and post processing.


vtkPVDReader (0xa6546b8): Could not read file information

ERROR: In /builddir/build/BUILD/ParaView-3.4.0/VTK/Filtering/vtkExecutive.cxx, line 757
vtkCompositeDataPipeline (0xa062480): Algorithm vtkPVDReader(0xa6546b8) returned failure for request: vtkInformation (0x9f84480)
Debug: Off
Modified Time: 78270
Reference Count: 1
Registered Events: (none)
Request: REQUEST_DATA_OBJECT
ALGORITHM_AFTER_FORWARD: 1
FORWARD_DIRECTION: 0
padmanathan is offline   Reply With Quote

Old   July 15, 2009, 06:26
Default
  #2
Member
 
Marco Turchi
Join Date: Jul 2009
Location: Pesaro, Italy
Posts: 31
Rep Power: 16
zebu83 is on a distinguished road
I'm new in OpenFOAM, too!

I have a similar problem with paraFoam, I resolved it typing:

foamToVTK

in the case directory. Then OpenFOAM make a new directory named: VTK. Now open paraview and you are able to see what do you want!

I hope it is usefull.

best regard MT
zebu83 is offline   Reply With Quote

Old   July 15, 2009, 08:14
Default
  #3
New Member
 
padhu
Join Date: Jun 2009
Location: Bangalore, India
Posts: 27
Rep Power: 16
padmanathan is on a distinguished road
thanks marco,
padmanathan is offline   Reply With Quote

Old   July 22, 2009, 10:32
Default
  #4
Member
 
Marco Turchi
Join Date: Jul 2009
Location: Pesaro, Italy
Posts: 31
Rep Power: 16
zebu83 is on a distinguished road
I hope the previous post was useful for you!

I find in another discussion (http://www.cfd-online.com/Forums/ope...-opensuse.html) this solution:

Quote:
Hi,

Just to let everyone know that the workaround provided by Mattijs Janssens works fine in openSUSE 11.0 with QT-4.4.

I did the following:

- In CMakeLists.txt comment the line:

# MESSAGE(SEND_ERROR "Qt ${QTVERSION} not supported. Please use Qt 4.3 (you may need to clean your dirtied cache).")

- Installed libqt4-devel package

- Removed '~/OpenFOAM/ThirdParty/ParaView3.3-cvs/platforms' directory

- ran 'buildParaView3.3-cvs' to compile Paraview (you get some warnings but it compiles)

- Followed what is said in the README file to compile the PV3FoamReader module:
cd $FOAM_UTILITIES/postProcessing/graphics/PV3FoamReader
./Allwclean
./Allwmake

Regards,
Jose Santos
I make what Jose say after I download the OpenFOAM-1.5.x patch, and now I can visualize the result without "foamToVTK" step.

MT
zebu83 is offline   Reply With Quote

Old   July 22, 2009, 23:53
Default
  #5
New Member
 
imronuke
Join Date: Jul 2009
Posts: 2
Rep Power: 0
imronuke is on a distinguished road
Hi All
I have compiled ParaView, but when i write command:
>paraFoam
in case directory.There is something error like this:
>$HOME/OpenFoam/OpenFoam-1.5-dev/bin/paraFoam:103: paraview:not found

I don't know how to fix the problem....
imronuke is offline   Reply With Quote

Old   July 23, 2009, 03:27
Default
  #6
New Member
 
padhu
Join Date: Jun 2009
Location: Bangalore, India
Posts: 27
Rep Power: 16
padmanathan is on a distinguished road
Quote:
Originally Posted by imronuke View Post
Hi All
I have compiled ParaView, but when i write command:
>paraFoam
in case directory.There is something error like this:
>$HOME/OpenFoam/OpenFoam-1.5-dev/bin/paraFoam:103: paraview:not found

I don't know how to fix the problem....

hi,

i think this is some installation error, you can follow the previous post reply by zebu83 to resolve the issue.
padmanathan is offline   Reply With Quote

Old   October 12, 2009, 12:39
Default builParaView3.3-cvs got following error
  #7
New Member
 
Nirmal
Join Date: Jun 2009
Posts: 13
Rep Power: 16
nirmalrishi is on a distinguished road
Hi,

When I tried to run buildParaView3.3-cvs after rmoving platforms directory, i got the following messages.
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtksqlite/vtk_sqlite3.c: In function âvtk_sqlite3VtabRollbackâ:
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtksqlite/vtk_sqlite3.c:59919: warning: cast from pointer to integer of different size
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtksqlite/vtk_sqlite3.c: In function âvtk_sqlite3VtabCommitâ:
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtksqlite/vtk_sqlite3.c:59928: warning: cast from pointer to integer of different size
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c: In function â_tiffReadProcâ:
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c:58: warning: cast from pointer to integer of different size
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c: In function â_tiffWriteProcâ:
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c:64: warning: cast from pointer to integer of different size
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c: In function â_tiffSeekProcâ:
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c:70: warning: cast from pointer to integer of different size
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c: In function â_tiffCloseProcâ:
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c:76: warning: cast from pointer to integer of different size
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c: In function â_tiffSizeProcâ:
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c:88: warning: cast from pointer to integer of different size
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c: In function â_tiffMapProcâ:
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c:101: warning: cast from pointer to integer of different size
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c: In function âvtk_TIFFFdOpenâ:
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c:140: warning: cast to pointer from integer of different size
unable to calculate alignment for long double
In file included from /opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkGraphicsFactory.cxx:65:
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:37:74: error: X11/StringDefs.h: No such file or directory
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:38:73: error: X11/Intrinsic.h: No such file or directory
In file included from /opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkGraphicsFactory.cxx:65:
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:45: error: variable or field âvtkXRenderWindowInteractorCallbackâ declared void
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:45: error: âWidgetâ was not declared in this scope
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:45: error: âXtPointerâ was not declared in this scope
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:45: error: âXEventâ was not declared in this scope
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:45: error: expected primary-expression before â,â token
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:45: error: âBooleanâ was not declared in this scope
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:45: error: expected primary-expression before â)â token
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:46: error: variable or field âvtkXRenderWindowInteractorTimerâ declared void
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:46: error: âXtPointerâ was not declared in this scope
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:46: error: âXtIntervalIdâ was not declared in this scope
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:46: error: expected primary-expression before â)â token
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:78: error: âXtAppContextâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:79: error: âXtAppContextâ does not name a type
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:113: error: âWidgetâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:114: error: âWidgetâ does not name a type
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:144: error: âWidgetâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:145: error: âWidgetâ does not name a type
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:153: error: âWidgetâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:153: error: âXtPointerâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:154: error: âXEventâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:154: error: âBooleanâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:155: error: âXtPointerâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:155: error: âXtIntervalIdâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:162: error: âXtAppContextâ does not name a type
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:165: error: ISO C++ forbids declaration of âDisplayâ with no type
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:165: error: expected â;â before â*â token
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:166: error: âWindowâ does not name a type
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:167: error: âAtomâ does not name a type
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:168: error: âWidgetâ does not name a type
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:172: error: âWidgetâ does not name a type
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:183: error: âXtIntervalIdâ does not name a type
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:185: error: âXtPointerâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:185: error: âXtIntervalIdâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:186: error: âWidgetâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:186: error: âXtPointerâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:186: error: âXEventâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:186: error: âBooleanâ has not been declared
make[2]: *** [VTK/Rendering/CMakeFiles/vtkRendering.dir/vtkGraphicsFactory.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [VTK/Rendering/CMakeFiles/vtkRendering.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [all] Error 2
[ 52%] [ 52%] Building CXX object Utilities/VTKClientServer/Graphics/CMakeFiles/vtkGraphicsCS.dir/vtkWindowedSincPolyDataFilterClientServer.o
Building CXX object Utilities/VTKClientServer/Graphics/CMakeFiles/vtkGraphicsCS.dir/vtkGraphicsCSInit.o
Linking CXX shared library ../../../bin/libvtkGraphicsCS.so
[ 52%] Built target vtkGraphicsCS
make: *** [all] Error 2
done


please let me know, how can i avoid this and complete the installation?

Last edited by nirmalrishi; October 12, 2009 at 14:16. Reason: updating more error
nirmalrishi is offline   Reply With Quote

Old   October 12, 2009, 14:14
Default
  #8
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
Quote:
Originally Posted by nirmalrishi View Post
Hi,

When I tried to run buildParaView3.3-cvs after rmoving platforms directory, i got the following messages.

[ 52%] [ 52%] Building CXX object Utilities/VTKClientServer/Graphics/CMakeFiles/vtkGraphicsCS.dir/vtkWindowedSincPolyDataFilterClientServer.o
Building CXX object Utilities/VTKClientServer/Graphics/CMakeFiles/vtkGraphicsCS.dir/vtkGraphicsCSInit.o
Linking CXX shared library ../../../bin/libvtkGraphicsCS.so
[ 52%] Built target vtkGraphicsCS
make: *** [all] Error 2
done



please let me know, how can i avoid this and complete the installation?
Points 7 and 5: http://openfoamwiki.net/index.php/Ho..._Message_Board

Apart from that I don't think your information is sufficient to diagnose the problem (not completely you fault because cmake hides the actual reason for the failure from you, but maybe it is in some logfile)
gschaider is offline   Reply With Quote

Old   October 12, 2009, 14:22
Default
  #9
New Member
 
Nirmal
Join Date: Jun 2009
Posts: 13
Rep Power: 16
nirmalrishi is on a distinguished road
Hi,

Here below I displayed more error messages what I found:

/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtksqlite/vtk_sqlite3.c: In function âvtk_sqlite3VtabRollbackâ:
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtksqlite/vtk_sqlite3.c:59919: warning: cast from pointer to integer of different size
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtksqlite/vtk_sqlite3.c: In function âvtk_sqlite3VtabCommitâ:
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtksqlite/vtk_sqlite3.c:59928: warning: cast from pointer to integer of different size
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c: In function â_tiffReadProcâ:
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c:58: warning: cast from pointer to integer of different size
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c: In function â_tiffWriteProcâ:
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c:64: warning: cast from pointer to integer of different size
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c: In function â_tiffSeekProcâ:
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c:70: warning: cast from pointer to integer of different size
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c: In function â_tiffCloseProcâ:
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c:76: warning: cast from pointer to integer of different size
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c: In function â_tiffSizeProcâ:
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c:88: warning: cast from pointer to integer of different size
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c: In function â_tiffMapProcâ:
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c:101: warning: cast from pointer to integer of different size
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c: In function âvtk_TIFFFdOpenâ:
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Utilities/vtktiff/tif_unix.c:140: warning: cast to pointer from integer of different size
unable to calculate alignment for long double
In file included from /opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkGraphicsFactory.cxx:65:
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:37:74: error: X11/StringDefs.h: No such file or directory
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:38:73: error: X11/Intrinsic.h: No such file or directory
In file included from /opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkGraphicsFactory.cxx:65:
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:45: error: variable or field âvtkXRenderWindowInteractorCallbackâ declared void
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:45: error: âWidgetâ was not declared in this scope
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:45: error: âXtPointerâ was not declared in this scope
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:45: error: âXEventâ was not declared in this scope
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:45: error: expected primary-expression before â,â token
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:45: error: âBooleanâ was not declared in this scope
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:45: error: expected primary-expression before â)â token
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:46: error: variable or field âvtkXRenderWindowInteractorTimerâ declared void
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:46: error: âXtPointerâ was not declared in this scope
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:46: error: âXtIntervalIdâ was not declared in this scope
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:46: error: expected primary-expression before â)â token
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:78: error: âXtAppContextâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:79: error: âXtAppContextâ does not name a type
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:113: error: âWidgetâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:114: error: âWidgetâ does not name a type
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:144: error: âWidgetâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:145: error: âWidgetâ does not name a type
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:153: error: âWidgetâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:153: error: âXtPointerâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:154: error: âXEventâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:154: error: âBooleanâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:155: error: âXtPointerâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:155: error: âXtIntervalIdâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:162: error: âXtAppContextâ does not name a type
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:165: error: ISO C++ forbids declaration of âDisplayâ with no type
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:165: error: expected â;â before â*â token
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:166: error: âWindowâ does not name a type
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:167: error: âAtomâ does not name a type
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:168: error: âWidgetâ does not name a type
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:172: error: âWidgetâ does not name a type
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:183: error: âXtIntervalIdâ does not name a type
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:185: error: âXtPointerâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:185: error: âXtIntervalIdâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:186: error: âWidgetâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:186: error: âXtPointerâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:186: error: âXEventâ has not been declared
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:186: error: âBooleanâ has not been declared
make[2]: *** [VTK/Rendering/CMakeFiles/vtkRendering.dir/vtkGraphicsFactory.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [VTK/Rendering/CMakeFiles/vtkRendering.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [all] Error 2
nirmalrishi is offline   Reply With Quote

Old   October 13, 2009, 06:17
Default
  #10
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
Quote:
Originally Posted by nirmalrishi View Post
Hi,

Here below I displayed more error messages what I found:

In file included from /opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkGraphicsFactory.cxx:65:
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:37:74: error: X11/StringDefs.h: No such file or directory
/opt/OpenFOAM/ThirdParty/ParaView3.3-cvs/VTK/Rendering/vtkXRenderWindowInteractor.h:38:73: error: X11/Intrinsic.h: No such file or directory
At least one of your problems seems to be that the X11-development stuff (X11/StringDefs.h etc) is either not installed or not found on your machine. Check the support channels for your distro on how to do that

Bernhard
gschaider is offline   Reply With Quote

Reply

Tags
parafoam, post processing

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with running parafoam & paraview padmanathan OpenFOAM 3 June 12, 2009 08:30
Problem running paraFoam on OpenFOAM 1.5 sonny OpenFOAM 3 June 6, 2009 21:24
Statically Compiling OpenFOAM Issues herzfeldd OpenFOAM Installation 21 January 6, 2009 10:38
Kubuntu uses dash breaks All scripts in tutorials platopus OpenFOAM Bugs 8 April 15, 2008 08:52
[OpenFOAM] Running paraFoam on remote machine makh ParaView 1 August 12, 2005 15:42


All times are GMT -4. The time now is 06:47.