Sorry for the misstake, error message I got was:

gcc -c  -fno-strict-aliasing -I/usr/local/include -O2 -march=i386 -mcpu=i686
-DVERSION=\"0.9\" -DXS_VERSION=\"0.9\" -fPIC
-I/usr/lib/perl5/5.6.1/i386-linux/CORE  Lock.c
Lock.c: In function `XS_File__Lock_lockfile':
Lock.c:691: `na' undeclared (first use in this function)
Lock.c:691: (Each undeclared identifier is reported only once
Lock.c:691: for each function it appears in.)
Lock.c: In function `XS_File__Lock_fcntl':
Lock.c:758: `na' undeclared (first use in this function)
Lock.xs:700: `sv_undef' undeclared (first use in this function)
Lock.xs:700: `sv_yes' undeclared (first use in this function)
Lock.c: In function `XS_File__Lock_flock':
Lock.c:883: `na' undeclared (first use in this function)
Lock.xs:752: `sv_undef' undeclared (first use in this function)
Lock.xs:752: `sv_yes' undeclared (first use in this function)
Lock.c: In function `XS_File__Lock_lockf':
Lock.c:953: `na' undeclared (first use in this function)
Lock.xs:782: `sv_undef' undeclared (first use in this function)
Lock.xs:782: `sv_yes' undeclared (first use in this function)
Lock.c: In function `XS_File__Lock__mode':
Lock.c:1138: `na' undeclared (first use in this function)
Lock.xs:871: `sv_undef' undeclared (first use in this function)
Lock.xs:871: `sv_yes' undeclared (first use in this function)
Lock.c: In function `XS_File__Lock_new':
Lock.c:1190: `na' undeclared (first use in this function)
Lock.xs:916: `sv_undef' undeclared (first use in this function)
make: *** [Lock.o] Error 1

Reply via email to