View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015872ParaView(No Category)public2015-12-11 04:172016-07-13 11:01
ReporterNico Schlömer 
Assigned ToUtkarsh Ayachit 
PriorityhighSeverityminorReproducibilityhave not tried
StatusclosedResolutionwon't fix 
PlatformOSOS Version
Product Version 
Target VersionFixed in Versiongit-master 
Summary0015872: build failure with `-DVTK_MAKE_INSTANTIATORS=ON`
DescriptionRight now, master fails to build with
```
In file included from /«PKGBUILDDIR»/debian/build/Rendering/Annotation/vtkRenderingAnnotationInstantiator.cxx:12:0:
/«PKGBUILDDIR»/Rendering/Annotation/vtkCubeAxesActor2D.h:49:29: error: expected identifier before numeric constant
 #define VTK_FLY_OUTER_EDGES 0
```
I suppose that merge 04bf83baf617feaff606137ece6c4df106f9a198 is to blame.

I can reproduce this with
```
cmake \
  -DVTK_MAKE_INSTANTIATORS=ON \
  ../../pristine/
```
TagsHackathon-July-2016
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0036354)
Utkarsh Ayachit (administrator)
2016-07-13 11:01

VTK_MAKE_INSTANTIATORS is deprecated in VTK and ParaView does not support it. You should not need to use vtkInstantiator. ParaView provides vtkPVInstantiator that can be used for similar effect if needed.

 Issue History
Date Modified Username Field Change
2015-12-11 04:17 Nico Schlömer New Issue
2015-12-12 09:34 Nico Schlömer Note Added: 0035551
2015-12-12 09:34 Nico Schlömer Summary error: expected identifier before numeric constant #define VTK_FLY_OUTER_EDGES 0 => build failure with `-DVTK_MAKE_INSTANTIATORS=ON`
2015-12-12 09:34 Nico Schlömer Description Updated
2015-12-12 09:34 Nico Schlömer Note Deleted: 0035551
2016-07-12 11:48 Utkarsh Ayachit Tag Attached: Hackathon-July-2016
2016-07-13 11:01 Utkarsh Ayachit Note Added: 0036354
2016-07-13 11:01 Utkarsh Ayachit Status backlog => closed
2016-07-13 11:01 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2016-07-13 11:01 Utkarsh Ayachit Resolution open => won't fix
2016-07-13 11:01 Utkarsh Ayachit Fixed in Version => git-master


Copyright © 2000 - 2018 MantisBT Team