Hi, I'm traying to install Ocrad on my Linux server. but I get an error message when a launch Make :
I get *make: *** [rational.o] Erreur 1* [r...@ks355185 ocrad]# cd ocrad-0.18 [r...@ks355185 ocrad-0.18]# ./configure creating config.status creating Makefile VPATH = . prefix = /usr/local exec_prefix = $(prefix) bindir = $(exec_prefix)/bin datadir = $(prefix)/share infodir = $(datadir)/info mandir = $(datadir)/man sysconfdir = $(prefix)/etc CC = gcc CXX = g++ CPPFLAGS = CFLAGS = -Wall -W -O2 CXXFLAGS = -Wall -W -O2 LDFLAGS = OK. Now you can run make. [r...@ks355185 ocrad-0.18]# make g++ -Wall -W -O2 -c -o arg_parser.o arg_parser.cc g++ -Wall -W -O2 -c -o common.o common.cc g++ -Wall -W -O2 -c -o mask.o mask.cc g++ -Wall -W -O2 -c -o rational.o rational.cc rational.cc: In method `int Rational::parse (const char *)': rational.cc:151: parse error before `__ctype_b' rational.cc:154: parse error before `__ctype_b' rational.cc:156: parse error before `__ctype_b' rational.cc:160: confused by earlier errors, bailing out *make: *** [rational.o] Erreur 1* Do you have an idea what it is and how I can pass this error ? Thank you very much for your help. Antoine _______________________________________________ Bug-ocrad mailing list Bug-ocrad@gnu.org http://lists.gnu.org/mailman/listinfo/bug-ocrad