As udpcast isnt in pkgsrc yet(no idea why, great imaging too), I tried to compile it by hand but I get this error:
neptune# make cc -Wall -Wshadow -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -c udp-receiver.c cc -Wall -Wshadow -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -c socklib.c cc -Wall -Wshadow -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -c udpcast.c cc -Wall -Wshadow -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -c receiver-diskio.c cc -Wall -Wshadow -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -c receivedata.c cc -Wall -Wshadow -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -c udpr-negotiate.c cc -Wall -Wshadow -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -c produconsum.c cc -Wall -Wshadow -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -c fifo.c cc -Wall -Wshadow -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -c log.c cc -Wall -Wshadow -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -c statistics.c statistics.c: In function `printFilePosition': statistics.c:40: error: `loff_t' undeclared (first use in this function) statistics.c:40: error: (Each undeclared identifier is reported only once statistics.c:40: error: for each function it appears in.) statistics.c:40: error: parse error before "offset" statistics.c:41: error: `offset' undeclared (first use in this function) *** Error code 1
Stop. make: stopped in /usr/local/src/udpcast-20060619
Thanks to anyone who has a look at this.
Cheers.
Petr
elekktretterr@exemail.com.au wrote: [...]
Stop. make: stopped in /usr/local/src/udpcast-20060619
Thanks to anyone who has a look at this.
Cheers.
Petr
Could you retry with today's version? This is now autoconf-based, and tries to autodetect a number of OS features, and use alternatives where these are not available.
Regards,
Alain