[Bug 198404] lang/mono (mono 3.12.1) does not build on i386

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 9 15:01:58 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198404

Konstantin Belousov <kib at FreeBSD.org> changed:

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

--- Comment #6 from Konstantin Belousov <kib at 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.


More information about the freebsd-mono mailing list