Hi, I posted the same problem yesterday/day b4?
Add "CFLAGS+=-I../asterisk/include" to the top of the Makefile -- [ Nick Luckcuck | [EMAIL PROTECTED] ] [ Junior Software Developer | Motorola ] > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Santiago > Sent: 17 June 2004 15:07 > To: [EMAIL PROTECTED] > Subject: [Asterisk-Users] asterisk-addons compilation error > > > Folks > > > > I am getting the following error as of today after updating both > asterisk and asterisk-addons. These are both under /usr/src. > > > > Any ideas? > > > > dora-debian:/usr/local/src/asterisk-addons# make > > ./mkdep -fPIC -I../asterisk -D_GNU_SOURCE > -I/usr/include/mysql `ls *.c` > > cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o > > cdr_addon_mysql.o cdr_addon_mysql.c > > cdr_addon_mysql.c:50: warning: parameter names (without types) in > > function declaration > > cdr_addon_mysql.c:50: warning: data definition has no type or > storage class > > cdr_addon_mysql.c: In function `mysql_log': > > cdr_addon_mysql.c:108: error: `mysql_lock' undeclared (first > use in this > > function) > > cdr_addon_mysql.c:108: error: (Each undeclared identifier is reported > > only once > > cdr_addon_mysql.c:108: error: for each function it appears in.) > > cdr_addon_mysql.c: In function `usecount': > > cdr_addon_mysql.c:420: error: `mysql_lock' undeclared (first > use in this > > function) > > make: *** [cdr_addon_mysql.o] Error 1 > dora-debian:/usr/local/src/asterisk-addons# > > > > _______________________________________________ > 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 > _______________________________________________ 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
