From: Jim C. <li...@yg...> - 2007-02-05 10:15:14
|
Hi - What is the actual problem that you are encountering? The output from the compile of htsearch contains only warnings, which should not prevent you from building the executable. Is there an error generated that is not shown below? Does the htsearch program crash after being installed? Jim On Feb 2, 2007, at 8:42 AM, Dominique Arpin wrote: > Hi, > > I have some problems to compile htsearch > > In the htsearch file: > # The htsearch program cannot be directly executed until all the > libtool > # libraries that it depends on are installed. > > During the compilation: > > g++ -DHAVE_CONFIG_H -I. -I. -I../include > -DDEFAULT_CONFIG_FILE=\"/home/htdig/conf/htdig/web//htdig.conf\" > -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db > -I../db -DCONFIG_DIR=\"/home/htdig/conf/htdig/web/\" -I../ > htfuzzy -g > -O2 -Wall -fno-rtti -fno-exceptions -c -o htsearch.o `test -f > 'htsearch.cc' || echo './'`htsearch.cc > htsearch.cc:71: warning: non-local variable '<anonymous struct> > colonPrefix []' uses anonymous type > htsearch.cc: In function 'void setupWords(char*, List&, int, Parser*, > String&)': > htsearch.cc:572: warning: comparison is always true due to limited > range > of data type > htsearch.cc:580: warning: comparison is always true due to limited > range > of data type > htsearch.cc:593: warning: comparison is always true due to limited > range > of data type |