According to Alexander Cohen:
> 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
...
> 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?

This works fine on most systems that use flex, so it may be that your
flex program is buggy or outdated.  If conf_lexer.cxx is still intact,
"touch" it so that make won't try to rebuild it (it should be fine as-is).
If it got clobbered, restore it from the source snapshot and then touch it.

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to