Subject: Compiling FROX under NetBSD-2.0
To: None <netbsd-users@NetBSD.org>
From: Joe Lim <Joe.Lim@sit.edu.my>
List: netbsd-users
Date: 08/16/2004 12:56:55
Hi,

I got error when I was compiling frox 0.7.15 under NetBSD 2.0 (with latest cvs 
checkout). 

The errors are as below

Making all in src
gcc -DHAVE_CONFIG_H -I. -I. -I../include     -O2 -c configs.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include     -O2 -c data.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include     -O2 -c main.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include     -O2 -c misc.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include     -O2 -c control.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include     -O2 -c ftp-cmds.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include     -O2 -c ntp.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include     -O2 -c bsd.c
bsd.c: In function `os_init':
bsd.c:50: error: `IPL_NAT' undeclared (first use in this function)
bsd.c:50: error: (Each undeclared identifier is reported only once
bsd.c:50: error: for each function it appears in.)
*** Error code 1
 
Stop.
make: stopped in /usr/local/src/ftp/frox-0.7.15/src
*** Error code 1
 
Stop.
make: stopped in /usr/local/src/ftp/frox-0.7.15


Did anyone encounter the same problem? Anyone can suggest me solutions?

Thank you


Regards,
Joe Lim