Errors in compliing on FreeBSD 12.209

"James B. Byrne via Aubit4gl-discuss" <[email protected]> Mon, 19 Jul 2021 10:52:56 -0400
Newsgroups gmane.comp.lang.4gl.aubit.general
Message-ID <[email protected]>
I am trying to determine why I cannot get Aubit4gl to compile successfully.  I
have checked out the code from svn, run aclocal, autocinf, configure
--without-sapdb.  I now get this when running gmake -k


/usr/local/bin/bash bin/make_enable
/usr/local/bin/bash bin/mkyacc generated/fgl.infx.yacc
(cd generated; unset DEBUG; LANG=C LC_ALL=C /usr/local/bin/bison -y -Wno-yacc 
-r all -d -v fgl.infx.yacc)
fgl.infx.yacc:285.1-22: warning: deprecated directive: '%name-prefix
"a4gl_yy"', use '%define api.prefix {a4gl_yy}' [-Wdeprecated]
  285 | %name-prefix "a4gl_yy"
      | ^~~~~~~~~~~~~~~~~~~~~~
      | %define api.prefix {a4gl_yy}
fgl.infx.yacc:286.1-12: warning: deprecated directive: '%pure-parser', use
'%define api.pure' [-Wdeprecated]
  286 | %pure-parser
      | ^~~~~~~~~~~~
      | %define api.pure
fgl.infx.yacc: warning: 2 nonterminals useless in grammar [-Wother]
fgl.infx.yacc: warning: 9 rules useless in grammar [-Wother]
fgl.infx.yacc:3848.1-12: warning: nonterminal useless in grammar: event_dialog
[-Wother]
 3848 | event_dialog:  BEFORE_DIALOG atline commands_as_list {
      | ^~~~~~~~~~~~
fgl.infx.yacc:3865.1-13: warning: nonterminal useless in grammar: events_dialog
[-Wother]
 3865 | events_dialog: event_dialog   {
      | ^~~~~~~~~~~~~
fgl.infx.yacc: warning: 623 shift/reduce conflicts [-Wconflicts-sr]
fgl.infx.yacc: warning: 6 reduce/reduce conflicts [-Wconflicts-rr]
fgl.infx.yacc: note: rerun with option '-Wcounterexamples' to generate conflict
counterexamples
fgl.infx.yacc:3736.11-92: warning: rule useless in parser due to conflicts
[-Wother]
 3736 | 	| event_action 						{$<on_event...
      |          
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fgl.infx.yacc:10631.9-10634.9: warning: rule useless in parser due to conflicts
[-Wother]
10631 |         CHAR_VALUE {
      |         ^~~~~~~~~~~~
Productions leading up to the conflict state found.  Still finding a possible
unifying counterexample...time limit exceeded: 6.000000
Productions leading up to the conflict state found.  Still finding a possible
unifying counterexample...time limit exceeded: 6.000000
Productions leading up to the conflict state found.  Still finding a possible
unifying counterexample...time limit exceeded: 6.000000
Productions leading up to the conflict state found.  Still finding a possible
unifying counterexample...time limit exceeded: 6.000000
Productions leading up to the conflict state found.  Still finding a possible
unifying counterexample...time limit exceeded: 6.000000
Productions leading up to the conflict state found.  Still finding a possible
unifying counterexample...time limit exceeded: 6.000000
Productions leading up to the conflict state found.  Still finding a possible
unifying counterexample...time limit exceeded: 6.000000
Productions leading up to the conflict state found.  Still finding a possible
unifying counterexample...time limit exceeded: 6.000000
Productions leading up to the conflict state found.  Still finding a possible
unifying counterexample...time limit exceeded: 6.000000
Productions leading up to the conflict state found.  Still finding a possible
unifying counterexample...time limit exceeded: 6.000000
Productions leading up to the conflict state found.  Still finding a possible
unifying counterexample...time limit exceeded: 6.000000
Productions leading up to the conflict state found.  Still finding a possible
unifying counterexample...time limit exceeded: 6.000000

This may not have anything to do with why the application will not build
properly, but it is a new development.

-- 
***          e-Mail is NOT a SECURE channel          ***
        Do NOT transmit sensitive data via e-Mail
   Unencrypted messages have no legal claim to privacy
 Do NOT open attachments nor follow links sent by e-Mail

James B. Byrne                mailto:[email protected]
Harte & Lyne Limited          http://www.harte-lyne.ca
9 Brockley Drive              vox: +1 905 561 1241
Hamilton, Ontario             fax: +1 905 561 0757
Canada  L8E 3C3