View Issue Details

IDProjectCategoryView StatusLast Update
0002562OpenFOAMBugpublic2017-06-05 00:16
Reporterhandrake0724 Assigned Towyldckat  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Platformx86_64OSRHELOS Version6
Summary0002562: fatal error: vtkCommonCoreModule.h: No such file or directory
DescriptionI get an error vtkCommonCoreModule.h is not found while compile PVReaders.

I searched bundled ParaView-5.0.1 in ThirdParty directory but could not find any such header file.
Neither in original ParaView 5.3.0 and VTK-7.1.1.

TagsNo tags attached.

Activities

wyldckat

2017-05-24 12:40

updater   ~0008186

Quick questions:

 1- Which OpenFOAM version are you using?

 2- Which ParaView version are you trying to build with?

 3- Which build commands did you use to get this error?

    - My main concern on this one is whether you are using OpenFOAM's "Allwmake" and in which exact folder?

handrake0724

2017-05-24 14:50

viewer   ~0008187

1. OpenFOAM-4.x
2. ParaView-5.0.1 in ThirdParty-4.x and ParaView-5.3.0
3. Allwmake is used for it
4. OpenFOAM-4.x/applications/utilities/postProcessing/graphics/PVReaders

wyldckat

2017-05-27 10:31

updater   ~0008191

The file "vtkCommonCoreModule.h" is generated during the build process of ParaView and is meant to be installed at the end of its own build, namely at "ThirdParty-4.x/platforms/linux64Gcc/ParaView-5.0.1/include/paraview-5.0/vtkCommonCoreModule.h"

If you have used the script "makeParaView" at "ThirdParty-4.x" to build ParaView 5.0.1 with success, then this file should exist.


As for ParaView 5.3.0, it's not yet supported, as detailed in report #2480: https://bugs.openfoam.org/view.php?id=2480


Without more details, and if ParaView 5.0.1 was built from source code with success, then my guess is that the shell's environment your have at the moment has a mix of ParaView versions, namely part searches for 5.0.1 and another for 5.3.0, which could explain why the "vtkCommonCoreModule.h" file hasn't been found.
Make sure the file "OpenFOAM-4.x/etc/config.sh/paraview" is using the version "5.0.1" and then start a new terminal window to ensure the shell starts with a fresh environment loaded in.

wyldckat

2017-06-05 00:16

updater   ~0008206

I'm closing this issue, since there was no additional feedback regarding this. Therefore, I'm guessing my previous comment solved the issue.

@handrake0724: Please re-open if this issue still occurs and if it does, please provide more details so that we can try and reproduce the same error.

Issue History

Date Modified Username Field Change
2017-05-24 10:34 handrake0724 New Issue
2017-05-24 12:40 wyldckat Note Added: 0008186
2017-05-24 14:50 handrake0724 Note Added: 0008187
2017-05-27 10:31 wyldckat Note Added: 0008191
2017-06-05 00:16 wyldckat Assigned To => wyldckat
2017-06-05 00:16 wyldckat Status new => closed
2017-06-05 00:16 wyldckat Resolution open => no change required
2017-06-05 00:16 wyldckat Note Added: 0008206