After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 796029 - "sqlcode.l" : unrecognized rule
"sqlcode.l" : unrecognized rule
Status: RESOLVED OBSOLETE
Product: doxygen
Classification: Other
Component: build
1.8.14
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
[moved_to_github]
Depends on:
Blocks:
 
 
Reported: 2018-05-11 14:15 UTC by pradeep.anchan
Modified: 2018-07-30 09:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description pradeep.anchan 2018-05-11 14:15:53 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
Comment 1 albert 2018-05-12 08:03:33 UTC
Probably the same problem as with RHEL5 as reported in bug_759932 (version of flex is to old.
Comment 2 André Klapper 2018-07-30 09:59:39 UTC
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!