Michael Niehren
2004-Apr-30 11:07 UTC
[Asterisk-Users] Error compiling asterisk-oh323-0.6.0
Hi together,
i try to compile astrisk-oh323 like described in the Readme
- pwlib V1.6.6 (janus)
- openh323 V1.13.5 (janus) with make-patch
- asterisk V0.9.0
i got the following error
gcc -Wall -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE
-I/usr/src/redhat/BUILD/asterisk/include -I../wrapper -g -c -o chan_oh323.o
chan_oh323.c
chan_oh323.c: In function `oh323_call':
chan_oh323.c:1133: too few arguments to function `ast_queue_hangup'
chan_oh323.c:1160: too few arguments to function `ast_queue_control'
chan_oh323.c: In function `oh323_hangup':
chan_oh323.c:1191: too few arguments to function `ast_queue_hangup'
chan_oh323.c: In function `oh323_read':
chan_oh323.c:1590: too few arguments to function `ast_dsp_process'
chan_oh323.c: In function `oh323_answer':
chan_oh323.c:1817: too few arguments to function `ast_queue_control'
make[1]: *** [chan_oh323.o] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis
?/usr/src/redhat/BUILD/asterisk-oh323-0.6.0/asterisk-driver?
make: *** [subdirs_all] Fehler 1
Fehler: Bad exit status from /var/tmp/rpm-tmp.7950 (%build)
Can anyone help me ?
Greetings,
Michael
--
Michael Niehren __ _ powered by
/ / (_)__ __ ____ __
/ /__/ / _ \/ // /\ \/ /
/____/_/_//_/\_,_/ /_/\_\
Michael Manousos
2004-Apr-30 11:17 UTC
[Asterisk-Users] Error compiling asterisk-oh323-0.6.0
asterisk-oh323 v0.6.0 needs latest CVS Asterisk to compile. Just update your Asterisk, recompile it and then try to compile asterisk-oh323. Michael. Michael Niehren wrote:> Hi together, > > i try to compile astrisk-oh323 like described in the Readme > - pwlib V1.6.6 (janus) > - openh323 V1.13.5 (janus) with make-patch > - asterisk V0.9.0 > > i got the following error > gcc -Wall -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes > -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE > -I/usr/src/redhat/BUILD/asterisk/include -I../wrapper -g -c -o chan_oh323.o > chan_oh323.c > chan_oh323.c: In function `oh323_call': > chan_oh323.c:1133: too few arguments to function `ast_queue_hangup' > chan_oh323.c:1160: too few arguments to function `ast_queue_control' > chan_oh323.c: In function `oh323_hangup': > chan_oh323.c:1191: too few arguments to function `ast_queue_hangup' > chan_oh323.c: In function `oh323_read': > chan_oh323.c:1590: too few arguments to function `ast_dsp_process' > chan_oh323.c: In function `oh323_answer': > chan_oh323.c:1817: too few arguments to function `ast_queue_control' > make[1]: *** [chan_oh323.o] Fehler 1 > make[1]: Verlassen des Verzeichnisses Verzeichnis > ??/usr/src/redhat/BUILD/asterisk-oh323-0.6.0/asterisk-driver?? > make: *** [subdirs_all] Fehler 1 > Fehler: Bad exit status from /var/tmp/rpm-tmp.7950 (%build) > > Can anyone help me ? > > Greetings, > Michael