Asterisk has this error on compile: flex ast_expr2.fl "ast_expr2.fl", line 50: unrecognized %option: reentrant "ast_expr2.fl", line 51: unrecognized %option: bison-bridge "ast_expr2.fl", line 52: unrecognized %option: bison-locations make: *** [ast_expr2f.c] Error 1 2.6.12-1.1447_FC4smp #1 SMP bison (GNU Bison) 2.0 Written by Robert Corbett and Richard Stallman. Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Asterisk Supporter wrote:> Asterisk has this error on compile: > > flex ast_expr2.fl > "ast_expr2.fl", line 50: unrecognized %option: reentrant > "ast_expr2.fl", line 51: unrecognized %option: bison-bridge > "ast_expr2.fl", line 52: unrecognized %option: bison-locations > make: *** [ast_expr2f.c] Error 1Your system should not be running flex at all; the flex-generated files are included in CVS and in the tarball release of 1.2.0-beta1. If you don't have them, you have a broken download/checkout.
Asterisk Supporter
2005-Aug-30 08:39 UTC
[Asterisk-Users] RE: Asterisk Compile error - x86_64
Date: Tue, 30 Aug 2005 08:56:33 -0500 Asterisk Supporter wrote:> Asterisk has this error on compile: > > flex ast_expr2.fl > "ast_expr2.fl", line 50: unrecognized %option: reentrant > "ast_expr2.fl", line 51: unrecognized %option: bison-bridge > "ast_expr2.fl", line 52: unrecognized %option: bison-locations > make: *** [ast_expr2f.c] Error 1Reply>Your system should not be running flex at all; the flex-generated files >are included in CVS and in the tarball release of 1.2.0-beta1. If you >don't have them, you have a broken download/checkout.Additional info: This is on the 1.0.9 CVS. I failed to include that info on my original post. I have not tried the tarball. I have also downloaded the 1.2.0-beta1 tarball and it compiles and installs properly.