Hi,

 

 

I hope you are well. Sorry for my English, I'm French. Maybe you know
already this problem.

 

I try use ircu2.10.13 from cvs and I have this on make : 

 

[.]

ircd_lexer.o(.text+0xb49): In function `yylex':

/usr/home/bejito/undernet/ircu2.10/ircd/ircd_lexer.l:92: undefined reference
to `yypop_buffer_state'

ircd_lexer.o(.text+0xe5d): In function `lexer_include':

/usr/home/bejito/undernet/ircu2.10/ircd/ircd_lexer.l:69: undefined reference
to `yypush_buffer_state'

ircd_lexer.o(.text+0xe7c):/usr/home/bejito/undernet/ircu2.10/ircd/ircd_lexer
.l:69: undefined reference to `yypush_buffer_state'

collect2: ld returned 1 exit status

*** Error code 1

[.]

 

# flex -V

flex version 2.5.4

 

 

yypush_buffer_state() & yypop_buffer_state()  function doesn't exist in Fex
2.5.4, yy_switch_to_buffer() & yy_delete_buffer() can be used.

Lex documentation :
http://flex.sourceforge.net/manual/Multiple-Input-Buffers.html

 

You can see diff file : http://www.bejito.com/ircd_lexer.l.diff 

 

 

 

Good parse with flex lex yacc bison :p

 

 

Best regards,

Nicolas





_______________________________________________
Coder-com mailing list
Coder-com@undernet.org
http://undernet.sbg.org/mailman/listinfo/coder-com

Reply via email to