bug-zebra
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

quagga-0.96.3 compile problem


From: Martin Kluge
Subject: quagga-0.96.3 compile problem
Date: Mon, 27 Oct 2003 22:05:09 +0100
User-agent: Mutt/1.4.1i

Hi,

I tried compiling quagge-0.96.3 under FreeBSD-5.1, but I got the error,
that UINT32_MAX is undeclared in bgp_routemap.c (line 882 and others).

I think you should check for and include /usr/include/stdint.h on FreeBSD,
which includes /usr/include/machine/_stdint.h which defines UINT32_MAX as
0xffffffffU.

I don't know if /usr/include/stdint.h should be included with another header
file, but a quick grep for stdint.h in /usr/include didn't come out with any
header files you're checking for in the configure script.

Directly including /usr/include/stdint.h in bgp_routemap.c fixed my problem,
but I think you should update the configure.ac file instead.


Just my 2 cents :)

Thanks,
Martin
-- 
Name       : Martin Kluge
email      : address@hidden
Phone      : +49 160 1515182
Projects   : http://www.aa-security.de
GPG Key    : http://www.elxsi.de/key.pub

Attachment: pgp1Dn_i7O59m.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]