This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/21057] GDB build failure with flex 2.6.3


https://sourceware.org/bugzilla/show_bug.cgi?id=21057

HBBroeker@T-Online.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |HBBroeker@T-Online.de

--- Comment #3 from HBBroeker@T-Online.de ---
(In reply to Peter Foley from comment #0)

> Building gdb at commit f964e51d90 with flex 2.6.3 and bison 3.0.4 fails with
> the below error.
> I've attached a patch that allows the compile to succeed, although I'm
> unclear whether the compatibility code it removes is still necessary.

That patch relies on $(YACC) being bison, for otherwise the %name-prefix option
would not be available.  I fear a more generally applicable solution will be
needed (maybe use the -p command-line option instead, which is required by
POSIX).   The same issue could apply to the lex file change, but the gdb source
already insists on using flex, anyway.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]