Checking if your kit is complete... Looks good Writing Makefile for Text::LevenshteinXS cp LevenshteinXS.pm blib/lib/Text/LevenshteinXS.pm AutoSplitting blib/lib/Text/LevenshteinXS.pm (blib/lib/auto/Text/LevenshteinXS) /export/home/cpanrun/build/5.6.1/bin/perl -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/build/5.6.1/lib/5.6.1 /export/home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/xsubpp -typemap /export/home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/typemap LevenshteinXS.xs > LevenshteinXS.xsc && mv LevenshteinXS.xsc LevenshteinXS.c Please specify prototyping behavior for LevenshteinXS.xs (see perlxs manual) gcc -c -DUSE_REENTRANT_API -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\" -fPIC -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi/CORE LevenshteinXS.c LevenshteinXS.xs: In function `levenshtein_distance': LevenshteinXS.xs:24: parse error before `int' LevenshteinXS.xs:25: `n' undeclared (first use in this function) LevenshteinXS.xs:25: (Each undeclared identifier is reported only once LevenshteinXS.xs:25: for each function it appears in.) LevenshteinXS.xs:26: `m' undeclared (first use in this function) LevenshteinXS.xs:30: `d' undeclared (first use in this function) LevenshteinXS.xs:34: `k' undeclared (first use in this function) LevenshteinXS.xs:39: `i' undeclared (first use in this function) LevenshteinXS.xs:40: `j' undeclared (first use in this function) LevenshteinXS.xs:44: `cost' undeclared (first use in this function) LevenshteinXS.xs:50: `distance' undeclared (first use in this function) make: *** [LevenshteinXS.o] Error 1