=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for wminet-1.2nb1 cc -c -O2 -march=i586 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include main.c -o main.o cc -c -O2 -march=i586 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include if.c -o if.o if.c:100:41: error: incomplete definition of type 'struct ifnet' "ignoring %s interface\n", theData->if_name); ~~~~~~~^ if.c:54:15: note: forward declaration of 'struct ifnet' static struct ifnet const* dereference(unsigned long); ^ if.c:124:25: error: incomplete definition of type 'struct ifnet' ptr->rcvLast = theData->if_ibytes; ~~~~~~~^ if.c:54:15: note: forward declaration of 'struct ifnet' static struct ifnet const* dereference(unsigned long); ^ if.c:125:25: error: incomplete definition of type 'struct ifnet' ptr->xmtLast = theData->if_obytes; ~~~~~~~^ if.c:54:15: note: forward declaration of 'struct ifnet' static struct ifnet const* dereference(unsigned long); ^ if.c:133:39: error: use of undeclared identifier 'IFNAMSIZ' printf("Added '%.*s%d' to list.\n", IFNAMSIZ, theData->if_name, ^ if.c:159:22: error: variable has incomplete type 'struct ifnet' static struct ifnet d; ^ if.c:54:15: note: forward declaration of 'struct ifnet' static struct ifnet const* dereference(unsigned long); ^ if.c:160:19: error: use of undeclared identifier 'IFNAMSIZ' static char name[IFNAMSIZ]; ^ if.c:187:9: error: use of undeclared identifier 'IFNAMSIZ' name[IFNAMSIZ - 1] = '\0'; ^ if.c:284:52: error: incomplete definition of type 'struct ifnet' current = (unsigned long) dereference(current)->if_next; ~~~~~~~~~~~~~~~~~~~~^ if.c:54:15: note: forward declaration of 'struct ifnet' static struct ifnet const* dereference(unsigned long); ^ if.c:313:48: error: use of undeclared identifier 'IFF_PROMISC' return ifIdx < total ? (ifData[ifIdx].flags & IFF_PROMISC) : 0; ^ if.c:321:48: error: use of undeclared identifier 'IFF_RUNNING' return ifIdx < total ? (ifData[ifIdx].flags & IFF_RUNNING) : 0; ^ if.c:341:23: error: use of undeclared identifier 'IFNAMSIZ' static char buffer[IFNAMSIZ + 1]; ^ if.c:381:17: error: incomplete definition of type 'struct ifnet' d->flags = ptr->if_flags; ~~~^ if.c:54:15: note: forward declaration of 'struct ifnet' static struct ifnet const* dereference(unsigned long); ^ if.c:385:27: error: incomplete definition of type 'struct ifnet' d->xmt[d->current] = ptr->if_obytes - d->xmtLast; ~~~^ if.c:54:15: note: forward declaration of 'struct ifnet' static struct ifnet const* dereference(unsigned long); ^ if.c:386:19: error: incomplete definition of type 'struct ifnet' d->xmtLast = ptr->if_obytes; ~~~^ if.c:54:15: note: forward declaration of 'struct ifnet' static struct ifnet const* dereference(unsigned long); ^ if.c:390:27: error: incomplete definition of type 'struct ifnet' d->rcv[d->current] = ptr->if_ibytes - d->rcvLast; ~~~^ if.c:54:15: note: forward declaration of 'struct ifnet' static struct ifnet const* dereference(unsigned long); ^ if.c:391:19: error: incomplete definition of type 'struct ifnet' d->rcvLast = ptr->if_ibytes; ~~~^ if.c:54:15: note: forward declaration of 'struct ifnet' static struct ifnet const* dereference(unsigned long); ^ 16 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/net/wminet/work/wmnet-1.2 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/wminet *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/wminet