I grabbed the lastest CVS and it stilled failed. Would you be able to give me the command to get 2004-06-07 Because when I login I can only get it by release numbers.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Manousos Sent: Tuesday, 15 June 2004 9:56 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] oh323 You are trying to compile it with an out-dated Asterisk source tree. Use Asterisk CVS HEAD checkout of 2004-06-07. Michael. Michael M. Saunders wrote: > Does anyone have any ideas why this is failing > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Michael M. > Saunders > Sent: Monday, 14 June 2004 6:30 PM > To: [EMAIL PROTECTED] > Subject: RE: [Asterisk-Users] oh323 > > debian:/usr/src/asterisk-oh323-0.6.2# make > for x in wrapper asterisk-driver; do make -C $x all || exit 1 ; done > make[1]: Entering directory `/usr/src/asterisk-oh323-0.6.2/wrapper' > ./check_ver /usr/src/pwlib pwlib > ./check_ver /usr/src/openh323 openh323 > gcc -shared -Wl,-soname,liboh323wrap.so -o liboh323wrap.so > wrapper_misc.o asteriskaudio.o wrapendpoint.o wrapconnection.o wrapper.o > wrapcaps.o > make[1]: Leaving directory `/usr/src/asterisk-oh323-0.6.2/wrapper' > make[1]: Entering directory > `/usr/src/asterisk-oh323-0.6.2/asterisk-driver' > gcc -Wall -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes > -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE > -I/usr/src/asterisk/include -I../wrapper -g -c -o chan_oh323.o > chan_oh323.c > chan_oh323.c: In function `oh323_call': > chan_oh323.c:1385: too few arguments to function `ast_queue_control' > chan_oh323.c: In function `oh323_hangup': > chan_oh323.c:1417: too few arguments to function `ast_queue_hangup' > chan_oh323.c: In function `oh323_read': > chan_oh323.c:1855: too few arguments to function `ast_dsp_process' > make[1]: *** [chan_oh323.o] Error 1 > make[1]: Leaving directory > `/usr/src/asterisk-oh323-0.6.2/asterisk-driver' > make: *** [subdirs_all] Error 1 > debian:/usr/src/asterisk-oh323-0.6.2# > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Stuart > Grimshaw > Sent: Monday, 14 June 2004 6:11 PM > To: [EMAIL PROTECTED] > Subject: Re: [Asterisk-Users] oh323 > > On Mon, 14 Jun 2004 18:06:25 +1000, Michael M. Saunders > <[EMAIL PROTECTED]> wrote: > > >>This module wont compile can anyone give me any assistance >> > > > Sure, what error messages is it giving you Michael? > > -- ./M _______________________________________________ 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
