|
From: Tom H. <to...@co...> - 2005-08-09 22:52:19
|
In message <A05FF83D58C85A48B56626C432CFB2C12E726A@STPEVS02.stp.guidant.com>
"Cao, Lihong (STP)" <Lih...@gu...> wrote:
> I downloaded the source code for 3.0 and tried to build on my Redhat 7.3 box.
[ snipped ]
> aspacemgr.c: In function `vgPlain_setup_pointercheck':
> aspacemgr.c:1284: parse error before `ldt'
> aspacemgr.c:1296: `ret' undeclared (first use in this function)
> aspacemgr.c:1296: (Each undeclared identifier is reported only once
> aspacemgr.c:1296: for each function it appears in.)
That's a bug - the code is declaring a variable in the middle of
a function instead of at the start. That is allowed in modern
compilers which support C99 but not in an old compiler like the
one RH73 is using.
Please file a bug for this in the bug tracker.
Thanks,
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|