bug-autoconf
[Top][All Lists]
Advanced

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

Bug report


From: Siberion
Subject: Bug report
Date: Sun, 25 Apr 2004 10:09:57 +0200
User-agent: KMail/1.5.2

configure: WARNING: netinet/ip.h: present but cannot be compiled
configure: WARNING: netinet/ip.h: check for missing prerequisite headers?
configure: WARNING: netinet/ip.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##

I've found that netinet/ip.h only works as follows:

#define n_long long
#include <netinet/ip.h>

or:

typedef long n_long;
#include <netinet/ip.h>

My `uname -a` is:
FreeBSD siberion.geeksden 5.1-RELEASE FreeBSD 5.1-RELEASE #2: Fri Apr  9 
22:58:30 CEST 2004     
address@hidden:/usr/obj/usr/src/sys/GENERIC  i386

This also applies to FreeBSD 5.2.1.





reply via email to

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