Menu

#1 Will not build with Sun compiler (Forte 6.2)

open
nobody
None
5
2003-03-03
2003-03-03
Anonymous
No

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...

Discussion

  • Nobody/Anonymous

    Logged In: NO

    sory, my email is sjh@zorak.net, if you need anything...

     
  • Mark Mc Mahon

    Mark Mc Mahon - 2006-08-31

    Logged In: YES
    user_id=1424947

    The same needs to be fixed for Visual Studio on Windows.