Will not build with Sun compiler (Forte 6.2)
Status: Alpha
Brought to you by:
ajung
running build
running build_ext
building 'Stemmer' extension
skipping src/Stemmer.c
(build/temp.solaris-2.9-i86pc-2.2/Stemmer.o up-to-date)
cc -DNDEBUG -O -Iq -I.
-I/pkg/python-2.2.2/include/python2.2 -c
french/frenchstem.c -o
build/temp.solaris-2.9-i86pc-2.2/frenchstem.o
"french/frenchstem.c", line 397: syntax error before or
at: }
changing:
lab1:
lab0:
}
break;
to:
lab1: ;
lab0: ;
}
break;
fixes that error (the same error comes up all over).
It seems it needs
to see a real no-op in there...
Logged In: NO
sory, my email is sjh@zorak.net, if you need anything...
Logged In: YES
user_id=1424947
The same needs to be fixed for Visual Studio on Windows.