16 Feb
2013
16 Feb
'13
2:24 a.m.
I tried building udpcast on a current Arch Linux today and I got the following error: gcc -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I. -I. -c -o console.o console.c In file included from console.c:7:0: console.h:25:9: error: unknown type name 'fd_set' Luckily, a fix is fairly straightforward; the definition of fd_set was moved into a different header (which is included anyway). See the attached patch. Michal Petrucha P.S.: I'm not subscribed to the list, so please CC: me in any replies.