Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Mar 2015 15:01:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        mono@FreeBSD.org
Subject:   [Bug 198404] lang/mono (mono 3.12.1) does not build on i386
Message-ID:  <bug-198404-23699-CRRc4ivVcv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-198404-23699@https.bugs.freebsd.org/bugzilla/>
References:  <bug-198404-23699@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198404

Konstantin Belousov <kib@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Closed                      |Open
         Resolution|FIXED                       |---

--- Comment #6 from Konstantin Belousov <kib@FreeBSD.org> ---
Without the socket-io.c chunk, I get the following (on stable/8, this is
probably important):

  CC       libmonoruntime_la-opcodes.lo
  CC       libmonoruntime_la-socket-io.lo
In file included from socket-io.c:29:
/usr/include/netinet/tcp.h:40:9: error: unknown type name 'u_int32_t'
typedef u_int32_t tcp_seq;
        ^
/usr/include/netinet/tcp.h:50:2: error: unknown type name 'u_short'
        u_short th_sport;               /* source port */
        ^
/usr/include/netinet/tcp.h:51:2: error: unknown type name 'u_short'
        u_short th_dport;               /* destination port */
        ^
/usr/include/netinet/tcp.h:55:2: error: unknown type name 'u_int'
        u_int   th_x2:4,                /* (unused) */
        ^
/usr/include/netinet/tcp.h:62:2: error: unknown type name 'u_char'
        u_char  th_flags;
<lot more whining stripped>

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198404-23699-CRRc4ivVcv>