|
From: Robert L. <dar...@gm...> - 2009-09-15 19:11:22
|
Hello,
I'm attempting to compile Sweetspot on an openSUSE box running kernel
2.6.27.7-9-pae. My version of GCC is at 4.3.
I get the following error when attempting to run make from the source
directory of SweetSpot0.0.19:
make[3]: Entering directory `/usr/src/sweetspot-0.0.19/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src
-DSW_DEFAULT_CONFIG_DIR="\"/usr/local/etc/sweetspot\"" -g -g -O2 -MT
nat_src.o -MD -MP -MF ".deps/nat_src.Tpo" -c -o nat_src.o nat_src.c; \
then mv -f ".deps/nat_src.Tpo" ".deps/nat_src.Po"; else rm -f
".deps/nat_src.Tpo"; exit 1; fi
nat_src.c: In function âsw_nat_src_doâ:
nat_src.c:103: error: âseq_distanceâ undeclared (first use in this function)
nat_src.c:103: error: (Each undeclared identifier is reported only once
nat_src.c:103: error: for each function it appears in.)
make[3]: *** [nat_src.o] Error 1
make[3]: Leaving directory `/usr/src/sweetspot-0.0.19/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/sweetspot-0.0.19/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/sweetspot-0.0.19'
make: *** [all] Error 2
Let me know if you guys have encountered this, or have a fix. Really
appreciate you reading this.
Thanks,
Robert Lupinek
|