[asterisk-users] testexpr2
Richard Kenner
kenner at gnat.com
Tue Apr 6 10:56:56 CDT 2010
I'm trying to build it and run into all sorts of problems. First,
"make testexpr2" doesn't work at top level, nor in the "main"
subdirectory. If I manually try the commands for it in main/Makefile,
it doesn't have a "main" and calls "ast_log". If use -DSTANDALONE2
instead, those go away, but then:
ast_expr2f.o: In function `__register_file_version':
ast_expr2f.c:(.text+0xf): undefined reference to `ast_register_file_version'
ast_expr2f.o: In function `__unregister_file_version':
ast_expr2f.c:(.text+0x1f): undefined reference to `ast_unregister_file_version'
ast_expr2f.o: In function `ast_expr':
ast_expr2f.c:(.text+0x3e19): undefined reference to `ast_copy_string'
Has this been deprecated?
More information about the asterisk-users
mailing list