Hi Falks,

I have issue to compile Chillispot 1.1.0 in FreeBSD.

My operating system is:

niconet# uname -a
FreeBSD niconet.nico.pro.ec 6.3-RELEASE FreeBSD 6.3-RELEASE #1: Sun Feb  3 12:17:50 ECT 2008     root@niconet:/usr/src/sys/i386/compile/AmiloProV2030  i386

during ./configure here is no any error... but when I tried to make make check I've got following printout:

niconet# make check
Making check in src
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -D_GNU_SOURCE -fno-builtin -DSBINDIR='"/usr/local/sbin"' -g -O2 -MT chilli.o -MD -MP -MF ".deps/chilli.Tpo" -c -o chilli.o chilli.c;  then mv -f ".deps/chilli.Tpo" ".deps/chilli.Po"; else rm -f ".deps/chilli.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -D_GNU_SOURCE -fno-builtin -DSBINDIR='"/usr/local/sbin"' -g -O2 -MT tun.o -MD -MP -MF ".deps/tun.Tpo" -c -o tun.o tun.c;  then mv -f ".deps/tun.Tpo" ".deps/tun.Po"; else rm -f ".deps/tun.Tpo"; exit 1; fi
tun.c:369:29: missing binary operator before token "defined"
tun.c:427:2: #error "Unknown platform!"
tun.c:448:28: missing binary operator before token "defined"
tun.c:500:28: missing binary operator before token "defined"
tun.c:508:2: #error "Unknown platform!"
tun.c:588:28: missing binary operator before token "defined"
tun.c:649:2: #error "Unknown platform!"
tun.c:677:28: missing binary operator before token "defined"
tun.c:690:2: #error "Unknown platform!"
tun.c:725:28: missing binary operator before token "defined"
tun.c:824:2: #error "Unknown platform!"
*** Error code 1

Stop in /usr/home/nico/Downloads/hotspot/chillispot-1.1.0/src.
*** Error code 1

Stop in /usr/home/nico/Downloads/hotspot/chillispot-1.1.0.

Same I have when I am trying to make.

I do not really have time to go through code to find where is cause(s). So, I will be really appreciated for help to solve it out.