IRRd-Discuss
Date Prev | Date Next |
Date Index |
Thread Index |
Author Index |
Historical
2.0b on FreeBSD 4.2
- From: K.C. Smith
- Date: Tue Dec 26 23:03:54 2000
I've been trying to build IRRd (irrd2.0b-Nov6-2000.tar.gz) on FreeBSD 4.2
and am having the following compile error. Any suggestions would be
greatly appreciated. K.C. Smith
[snip]
gcc -g -O2 -Wall -DHAVE_CONFIG_H -DINET6 -DFUNCPROTO -I../../include
-DSMALL_ENDIAN -I/usr/local/include -c atomic_trans.c
atomic_trans.c: In function `build_transaction_file':
atomic_trans.c:257: storage size of `fstats' isn't known
atomic_trans.c:273: warning: implicit declaration of function `fstat'
atomic_trans.c:257: warning: unused variable `fstats'
atomic_trans.c:255: warning: `dbsize' might be used uninitialized in this
function
*** Error code 1
Stop in /usr/src/irrd/irrd2.0/src/programs/IRRd.
*** Error code 1
Stop in /usr/src/irrd/irrd2.0/src/programs.
*** Error code 1
Stop in /usr/src/irrd/irrd2.0/src.
*** Error code 1
Stop in /usr/src/irrd/irrd2.0/src.
|