fbb-git / flexcpp

Flexc++ is a scanner generator like flex, but it generates C++ code
31 stars 11 forks source link

Error building flexcpp with clang #2

Closed slacka closed 8 years ago

slacka commented 8 years ago

Building flexcpp with clang results in: ./parser/parserbase.h:296:14: error: reference to non-static member function must be called; did you mean to call it with no arguments?

The full log can be found here: http://clang.debian.net/logs/2016-08-30/flexc++_2.05.00-1_unstable_clang.log

fbb-git commented 8 years ago

See the comparable issue with bisonc++: since I received no replies to the questions I asked there, and the issue reported here is identical to the one reported for bisonc++ I'm assuming this issue isn't relevant anymore, and therefore I'm closing it.