facebook/fbthrift

Build failure: no member named 'token' in 'apache::thrift::compiler::yy::parser::symbol_type'

simonmar opened this issue · 2 comments

/home/smarlow/.scratch/homeZsmarlowZcodeZgleanZhsthrift/fbcode_builder_getdeps/repos/github.com-facebook-fbthrift.git/thrift/compiler/parse/parser.cc:100:49: error: no member named 'token' in 'apache::thrift::compiler::yy::parser::symbol_type'
    token_.kind = make_token_kind(bison_token_->token());
                                  ~~~~~~~~~~~~~~^

Similar to #493 back in April.

Thanks for reporting. I'm about to land a fix.

Fixed in 5b02291.