facebook / fbthrift

Facebook's branch of Apache Thrift, including a new C++ server.
Apache License 2.0
2.55k stars 608 forks source link

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

Closed simonmar closed 1 year ago

simonmar commented 1 year ago
/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.

vitaut commented 1 year ago

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

vitaut commented 1 year ago

Fixed in https://github.com/facebook/fbthrift/commit/5b02291e771d04016d1b40db58f65b84a57cb045.