GNOME Bugzilla – Bug 796029
"sqlcode.l" : unrecognized rule
Last modified: 2018-07-30 09:59:39 UTC
I am getting the following errors when trying to compile using make. "sqlcode.l", line 271: unrecognized rule "sqlcode.l", line 278: unrecognized rule "sqlcode.l", line 284: unrecognized rule "sqlcode.l", line 290: unrecognized rule 271 {literals} { 272 startFontClass("stringliteral"); 273 codifyLines(yytext); 274 endFontClass(); 275 } 276 277 278 {keyword} { 279 startFontClass("keyword"); 280 codifyLines(yytext); 281 endFontClass(); 282 } 283 284 {flowkeyword} { 285 startFontClass("keywordflow"); 286 codifyLines(yytext); 287 endFontClass(); 288 } 289 290 {typekeyword} { 291 startFontClass("keywordtype"); 292 codifyLines(yytext); 293 endFontClass(); 294 } I am using Flex version 2.5.4 uname -a: Linux ilvpbg1946 3.10.0-229.49.1.el7.x86_64 #1 SMP Mon Feb 27 15:51:36 EST 2017 x86_64 x86_64 x86_64 GNU/Linux
Probably the same problem as with RHEL5 as reported in bug_759932 (version of flex is to old.
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to https://github.com/doxygen/doxygen/issues All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github. Hence I am closing this GNOME Bugzilla ticket. Please use the corresponding ticket in Github instead. Thanks a lot!