
bugzilla-daemon at allevil
Apr 18, 2008, 10:36 AM
Post #1 of 1
(2268 views)
Permalink
|
|
[Bug 446] Make error on RH 2.1AS (kernel 2.4.x)
|
|
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.quagga.net/show_bug.cgi?id=446 paul [at] dishone changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CLOSED Resolution| |WONTFIX ------- Additional Comments From gregoire.hostettler [at] rokent 2008-03-27 10:49 ------- Hi guys, First of all, you make a great job with zebra/quagga! Althought zebra 0.97a compiles wo a glitch on these boxes, it does not support ospf on tunnel ifaces. This is the reason why i went for quagga 0.99.9. Make version: GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. Built for i386-redhat-linux-gnu Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. O/S RedHat 2.1AS Kernel: 2.4.9-e.25enterprise #1 SMP Error: gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I.. -I.. -I.. -I../lib -Os -fno-omit-frame-pointer -g -std=gnu99 -Wall -Wsign-compare -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wcast-qual -MT buffer.lo -MD -MP -MF .deps/buffer.Tpo -c buffer.c -fPIC -DPIC -o .libs/buffer.o buffer.c:56: array size missing in `data' make[3]: *** [buffer.lo] Error 1 This has been verified on two boxes running the same distribution. Thanks to have a look on it! GregH ------- Additional Comments From paul [at] dishone 2008-04-18 18:35 ------- Hi Greg, I think you need a newer compiler. If that's not possible, you need to find each place that uses a C99 zero-length array declaration (ie array[]) and change it to the older GCC style (ie array[0]). HTH. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ Quagga-bugs mailing list Quagga-bugs [at] lists http://lists.quagga.net/mailman/listinfo/quagga-bugs
|