
bugzilla-daemon at allevil
Jun 6, 2008, 7:26 AM
Views: 2288
Permalink
|
|
[Bug 460] New: ripd.c contains non valid c, and thus won't build with a compilre that supports only c.
|
|
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=460 Summary: ripd.c contains non valid c, and thus won't build with a compilre that supports only c. Product: Quagga Version: 0.98.6 Platform: Other OS/Version: Linux Status: NEW Severity: minor Priority: Low Component: ripd AssignedTo: maintainers [at] quagga ReportedBy: cgeorge [at] paradise There is a declaration at line 1803 of ripd.c. Unfortunatly as this declarations is not at the begining of a block, and is thus not valid c, this file cannot be compiled by a c only compiler, such as our cross compiler. Suggest the declaration of 'vrecv' is moved to the begining of the enclosing block. A minor issue, but gives the wrong impression when one is just starting out and cannot even compile quagga! Hope this is of some use. Regards Cliff George - Paradise Datacom ------- 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
|