This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
build failure of gold (trunk)
- From: Gabriel Dos Reis <gdr at cs dot tamu dot edu>
- To: iant at google dot com
- Cc: binutils at sourceware dot org
- Date: Fri, 04 Mar 2011 11:02:10 -0600
- Subject: build failure of gold (trunk)
Hi Ian,
A fresh check out of CVS gold fails to build with the following error:
In file included from
/home/gdr/src/sourceware/src/gold/expression.cc:33:0:
/home/gdr/src/sourceware/src/gold/script-c.h:221:7: error: âyylexâ initialized and declared âexternâ
/home/gdr/src/sourceware/src/gold/script-c.h:221:7: error: âYYSTYPEâ was not declared in this scope
/home/gdr/src/sourceware/src/gold/script-c.h:221:15: error: expected primary-expression before â,â token
/home/gdr/src/sourceware/src/gold/script-c.h:221:17: error: expected primary-expression before âvoidâ
/home/gdr/src/sourceware/src/gold/script-c.h:221:30: error: initializer expression list treated as compound expression
this is with GCC-4.5.0.
-- Gaby