MantisBT - ParaView
View Issue Details
0012428ParaView(No Category)public2011-07-29 12:042016-08-12 09:58
George Zagaris 
Cory Quammen 
normalminorhave not tried
closedmoved 
 
 
TBD
incorrect functionality
0012428: Build issue with python wrapping
There are two files with the same name in VTK and ParaView that are generated during compilation.

./VTK/Wrapping/Python/vtkPythonAppInitConfigure.h.in
./Utilities/VTKPythonWrapping/Executable/vtkPythonAppInitConfigure.h.in

vtkPVPythonInterpretor.cxx includes "vtkPythonAppInitConfigure.h" but, this is conflicting since there are two header files with the same name which leads to
build errors:
/home/gzagaris/Dev/ParaView/Source/ParaView/Utilities/VTKPythonWrapping/Executable/vtkPVPythonInterpretor.cxx: In function ‘void vtkPythonAppInitPrependPath(const char*)’:
/home/gzagaris/Dev/ParaView/Source/ParaView/Utilities/VTKPythonWrapping/Executable/vtkPVPythonInterpretor.cxx:127:27: error: expected ‘}’ before ‘PARAVIEW_VERSION’
/home/gzagaris/Dev/ParaView/Source/ParaView/Utilities/VTKPythonWrapping/Executable/vtkPVPythonInterpretor.cxx:127:27: error: expected ‘,’ or ‘;’ before ‘PARAVIEW_VERSION’
/home/gzagaris/Dev/ParaView/Source/ParaView/Utilities/VTKPythonWrapping/Executable/vtkPVPythonInterpretor.cxx:149:39: error: ‘PV_PYTHON_PACKAGE_DIR’ was not declared in this scope
/home/gzagaris/Dev/ParaView/Source/ParaView/Utilities/VTKPythonWrapping/Executable/vtkPVPythonInterpretor.cxx:162:28: error: ‘inst_dirs’ was not declared in this scope
/home/gzagaris/Dev/ParaView/Source/ParaView/Utilities/VTKPythonWrapping/Executable/vtkPVPythonInterpretor.cxx: At global scope:
/home/gzagaris/Dev/ParaView/Source/ParaView/Utilities/VTKPythonWrapping/Executable/vtkPVPythonInterpretor.cxx:204:1: error: expected declaration before ‘}’ token


No tags attached.
Issue History
2011-07-29 12:04George ZagarisNew Issue
2016-07-27 13:26Cory QuammenNote Added: 0036633
2016-07-27 13:26Cory QuammenStatusbacklog => customer review
2016-07-27 13:26Cory QuammenResolutionopen => fixed
2016-07-27 13:26Cory QuammenAssigned To => Cory Quammen
2016-08-12 09:58Kitware RobotNote Added: 0038021
2016-08-12 09:58Kitware RobotStatuscustomer review => closed
2016-08-12 09:58Kitware RobotResolutionfixed => moved

Notes
(0036633)
Cory Quammen   
2016-07-27 13:26   
Does not appear to be an issue any more. Searching my paraview build directory, I see only one such file,

./VTK/Wrapping/Python/vtkPythonAppInitConfigure.h
(0038021)
Kitware Robot   
2016-08-12 09:58   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.