View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012428ParaView(No Category)public2011-07-29 12:042016-08-12 09:58
ReporterGeorge Zagaris 
Assigned ToCory Quammen 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0012428: Build issue with python wrapping
DescriptionThere 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


TagsNo tags attached.
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0036633)
Cory Quammen (developer)
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 (administrator)
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.

 Issue History
Date Modified Username Field Change
2011-07-29 12:04 George Zagaris New Issue
2016-07-27 13:26 Cory Quammen Note Added: 0036633
2016-07-27 13:26 Cory Quammen Status backlog => customer review
2016-07-27 13:26 Cory Quammen Resolution open => fixed
2016-07-27 13:26 Cory Quammen Assigned To => Cory Quammen
2016-08-12 09:58 Kitware Robot Note Added: 0038021
2016-08-12 09:58 Kitware Robot Status customer review => closed
2016-08-12 09:58 Kitware Robot Resolution fixed => moved


Copyright © 2000 - 2018 MantisBT Team