As the topic says I having some problems with compiling the newest snapshot, I
ran configure with:
./configure --without-zlib --without-shared
and then started a make, it was going fine till it hit the htcommon dir, and
then it died with this output:
Making all in htcommon
make[1]: Entering directory `/search/htdig-3.2.0b4-031201/htcommon'
flex -L conf_lexer.lxx && mv lex.yy.c conf_lexer.cxx
"conf_lexer.lxx", line 23: illegal character
"conf_lexer.lxx", line 25: unknown error processing section 1
"conf_lexer.lxx", line 52: bad start condition name
"conf_lexer.lxx", line 52: bad start condition list
"conf_lexer.lxx", line 70: undeclared start condition t_right
"conf_lexer.lxx", line 85: undeclared start condition t_right
"conf_lexer.lxx", line 94: undeclared start condition t_right
"conf_lexer.lxx", line 100: undeclared start condition t_right
"conf_lexer.lxx", line 106: undeclared start condition t_right
"conf_lexer.lxx", line 108: undeclared start condition t_right
"conf_lexer.lxx", line 170: undeclared start condition t_right
"conf_lexer.lxx", line 177: bad start condition name
"conf_lexer.lxx", line 177: bad start condition list
make[1]: *** [conf_lexer.cxx] Error 1
make[1]: Leaving directory `/search/htdig-3.2.0b4-031201/htcommon'
make: *** [all-recursive] Error 1
I had a look at the relevant line in conf_lexer.lxx which is:
%option yylineno noyywrap nounput
Which I have no idea if it is erronous as I dont know anything about the
syntax that relevant for this type of file.
Any idea whats wrong there?
--- Alex
--
-----------------------------------
Alexander Cohen
La Trobe University - ITS
[EMAIL PROTECTED]
(03) 9479-5580
-----------------------------------
_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/htdig-dev