Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Dec 2011 00:31:51 -0300
From:      Alex Kuster <vertexSymphony@zoho.com>
To:        freebsd-current@freebsd.org
Subject:   Re: Failure to compile world
Message-ID:  <4EF001A7.4030602@zoho.com>
In-Reply-To: <4EEFB8B6.8010203@zoho.com>
References:  <4EEFB8B6.8010203@zoho.com>

next in thread | previous in thread | raw e-mail | index | archive | help
A follow-up on this is libc not building because of missing 
SCTP_REMOTE_UDP_ENCAPS_PORT
apparently the Makefile doesn't include /sys/ into the includes of the libc.

My current version (/usr/include/netinet/sctp.h) lacks that definition, 
it should look in the headers of the source, not the current system 
headers ... so I just added that to the Makefile ( 
lib/libc/net/Makefile.inc ).

I'm leaving note if anyone else experiences the same problem.






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EF001A7.4030602>