View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010285CMakeModulespublic2010-02-13 18:052016-06-10 14:31
ReporterHilton Medeiros 
Assigned ToPhilip Lowman 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product VersionCMake-2-8 
Target VersionFixed in Version 
Summary0010285: [FindBISON] Bison extra headers
DescriptionHello,

as I said in the mailing list, while using the bison interface for C++, bison generates some extra headers that are ignored by the FindBISON module:

location.hh
position.hh
stack.hh

I think it may be tricky to solve this in the module because these files will be generated in two cases:

1) when I define in my bison grammar file which skeleton I will use like this:
%skeleton "lalr1.cc"
2) when I use the compile time option --skeleton=lalr1.cc

Because of this, I believe the simplest approach would be to test if one of these files exists. They are copied to the same folder of the generated parser .hpp and .cpp and always have the same names.

Kind regards,
Hilton
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0041654)
Kitware Robot (administrator)
2016-06-10 14:27

Resolving issue as `moved`.

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

 Issue History
Date Modified Username Field Change
2010-02-13 18:05 Hilton Medeiros New Issue
2010-12-15 07:25 David Cole Assigned To => Philip Lowman
2010-12-15 07:25 David Cole Status new => assigned
2016-06-10 14:27 Kitware Robot Note Added: 0041654
2016-06-10 14:27 Kitware Robot Status assigned => resolved
2016-06-10 14:27 Kitware Robot Resolution open => moved
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team