On Lun, 20 de Junio de 2005, 6:49 pm, Nico Giefing dijo: > Hello, i have a little Problem with compiling asterisk-addons > > > the failure is: > > app_addon_sql_mysql.c:164:64: macro "AST_LIST_REMOVE" requires 4 > arguments, but only 3 given > app_addon_sql_mysql.c: In function `del_identifier': > app_addon_sql_mysql.c:164: error: ÀSR_LIST_REMOVE' undecalred (first use > in this function) > app_addon_sql_mysql.c:164: error: (Each undeclared identifier is reported > only once > app_addon_sql_mysql.c:164: error: for each function it appears in.) > > > Does anybody know anything about this problem? > > > Thank you for your help. > > > Nico > _______________________________________________ > Asterisk-Users mailing list > [email protected] > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Nico, I'm having the same issue while compiling asterisk-addons. Here I post the error I get: app_addon_sql_mysql.c:164:64: macro "AST_LIST_REMOVE" requires 4 arguments, but only 3 given app_addon_sql_mysql.c: In function `del_identifier': app_addon_sql_mysql.c:164: error: `AST_LIST_REMOVE' undeclared (first use in this function) app_addon_sql_mysql.c:164: error: (Each undeclared identifier is reported only once app_addon_sql_mysql.c:164: error: for each function it appears in.) make: *** [app_addon_sql_mysql.o] Error 1 Also it's important to mention that I'm running asterisk-1.0.7 compiled from the ebuild on a Gentoo (kernel 2.6), also I've merged latest mysql, perl and DBD-mysql. I don't know what is the best way to compile asterisk-addons on a gentoo system so if someone had accomplished this, please let me know. Thanks in advance. -- Juan Luis Moyano [EMAIL PROTECTED] _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
