IRRd-Discuss
Date Prev | Date Next |
Date Index |
Thread Index |
Author Index |
Historical
Re: Compiling IRRd 2.2.3
- From: Javier Bermejo
- Date: Thu Mar 03 04:07:33 2005
Hello Brian,
I had the same problem until I downgraded the version of flex used in the
system to compile IRRD.
You can see in your log that rpslcheck is never compiled, this is why later
you don't find librpslchk.a
To solve the problem, I have tested that using flex-2.5.27 or previous
versions it compiles, but not using newer versions.
I hope this could help you.
Best regards
Javier Bermejo
El Miércoles, 2 de Marzo de 2005 22:11, Olmsted, Brian escribió:
> > /usr/local/bin/flex rpsl.fl
> > gcc -g -O2 -Wall -Wno-char-subscripts -DHAVE_CONFIG_H
> > -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DFUNCPROTO -I../../include -c
> > lex.yy.c rpsl.fl: In function `copy_line':
> > rpsl.fl:911: error: `yytext_ptr' undeclared (first use in this
> > function) rpsl.fl:911: error: (Each undeclared identifier is reported
> > only once rpsl.fl:911: error: for each function it appears in.)
> > rpsl.fl:914: warning: implicit declaration of function `yy_set_bol'
> > make[3]: *** [lex.yy.o] Error 1
|