hi, > Hey Yamamoto, > > Having trouble building ovs on my freebsd 9.3 release (VM). > > I installed 'gmake, automake, python27, py27-xml, openssl', and the > clang version is: 3.4.1 (I had same issue with gcc as well). > > When I execute `./boot.sh ; ./configure; gmake -j32` on ovs master, > I failed with > > */usr/include/netinet/ip6.h:82: error: field 'ip6_src' has incomplete type* > > */usr/include/netinet/ip6.h:83: error: field 'ip6_dst' has incomplete type* > Seems to me, there is something wrong with the POSIX macro tests > which caused the /usr/include/netinet6/in6.h not included. > > Have you encountered similar issue?~ Is there any special > configuration (not included in INSTALL.NetBSD) for make and make > check ovs?
sorry for delay. i've been offline for newyear holidays. i've seen similar issues on NetBSD but not this exact one. probably because the header is indirectly included via other headers on NetBSD. your committed fix seems reasonable. YAMAMOTO Takashi > > > Thanks, > Alex Wang, _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
