Fedora 31 Compile Issue (protobuf_langdebug)
Hello, After upgrading to Fedora 31, I started getting the following compile error. Does anyone have any thoughts/suggestions?
/home/dwuerfel/Desktop/wireshark/wireshark/epan/protobuf_lang.y: In function ‘run_pbl_parser’:
/home/dwaun/Desktop/wireshark/wireshark/epan/protobuf_lang.y:602:5: error: ‘protobuf_langdebug’ undeclared (first use in this function); did you mean ‘protobuf_langtable’?
602 | protobuf_langdebug = debug ? 1 : 0;
| ^~~~~~~~~~~~~~~~~~
| protobuf_langtable
/home/dwaun/Desktop/wireshark/wireshark/epan/protobuf_lang.y:602:5: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [epan/CMakeFiles/epan.dir/build.make:1374: epan/CMakeFiles/epan.dir/protobuf_lang.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:2323: epan/CMakeFiles/epan.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
Thank you! dwaun
What does the command "bison --version" print?