Skip Menu |

This queue is for tickets about the Lingua-Stem-Snowball CPAN distribution.

Report information
The Basics
Id: 8563
Status: resolved
Priority: 0/
Queue: Lingua-Stem-Snowball

People
Owner: Nobody in particular
Requestors: markus.krumpoeck [...] cybirion.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.8
Fixed in: (no value)



Subject: Lingua-Stem-Snowball-0.8 - "make" stops with an error on SuSE 8.0
#perl -v This is perl, v5.6.1 built for i586-linux # uname -a Linux 2.4.18-4GB #1 Wed Mar 27 13:57:05 UTC 2002 i686 unknown Distribution: SuSE 8.0 Lingua-Stem-Snowball-0.8 # perl Makefile.PL #################################################### List of stemmers: da, de, dk, en, es, fi, fr, it, no, pt, ru, sv To add a stemmer to the list, launch add_stemmer.pl and try again: Show quoted text
> perl Makefile.PL
#################################################### Writing Makefile for Lingua::Stem::Snowball Lingua-Stem-Snowball-0.8 # make cc -c -I. -Isnowball_src/q -Istemmers_src -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -DVERSION=\"0.8\" -DXS_VERSION=\"0.8\" -fPIC -I/usr/lib/perl5/5.6.1/i586-linux/CORE Snowball.c In file included from Snowball.xs:5: ppport.h:438: Invalid token in expression In file included from Snowball.xs:5: ppport.h:544: parse error before `->' ppport.h:544: stray '\' in program ppport.h:643: parse error before `(' ppport.h:643: conflicting types for `_grok_hex' ppport.h:632: previous declaration of `_grok_hex' ppport.h:643: parse error before `)' ppport.h:658: parse error before `(' ppport.h:658: parse error before `)' ppport.h:673: parse error before `(' ppport.h:673: parse error before `)' ppport.h:709: stray '\' in program ppport.h:711: initializer element is not constant ppport.h:712: parse error before `if' make: *** [Snowball.o] Fehler 1
I just updated ppport.h. Hope it will fix your bug. [guest - Mon Nov 22 13:31:18 2004]: Show quoted text
> #perl -v > This is perl, v5.6.1 built for i586-linux > > # uname -a > Linux 2.4.18-4GB #1 Wed Mar 27 13:57:05 UTC 2002 i686 unknown > > > Distribution: SuSE 8.0 > > > > Lingua-Stem-Snowball-0.8 # perl Makefile.PL > #################################################### > List of stemmers: da, de, dk, en, es, fi, fr, it, no, pt, ru, sv > To add a stemmer to the list, launch add_stemmer.pl > and try again:
> > perl Makefile.PL
> #################################################### > Writing Makefile for Lingua::Stem::Snowball > > > Lingua-Stem-Snowball-0.8 # make > cc -c -I. -Isnowball_src/q -Istemmers_src -fno-strict-aliasing > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe > -DVERSION=\"0.8\" -DXS_VERSION=\"0.8\" -fPIC > -I/usr/lib/perl5/5.6.1/i586-linux/CORE Snowball.c > In file included from Snowball.xs:5: > ppport.h:438: Invalid token in expression > In file included from Snowball.xs:5: > ppport.h:544: parse error before `->' > ppport.h:544: stray '\' in program > ppport.h:643: parse error before `(' > ppport.h:643: conflicting types for `_grok_hex' > ppport.h:632: previous declaration of `_grok_hex' > ppport.h:643: parse error before `)' > ppport.h:658: parse error before `(' > ppport.h:658: parse error before `)' > ppport.h:673: parse error before `(' > ppport.h:673: parse error before `)' > ppport.h:709: stray '\' in program > ppport.h:711: initializer element is not constant > ppport.h:712: parse error before `if' > make: *** [Snowball.o] Fehler 1