[Asterisk-Users] Oh323 & AAH 0.8
Oswaldo Arratia
oarratia at workersequity.net
Wed Apr 13 10:18:19 MST 2005
Hi List,
I installed Asterisk at home 0.8 and no problem. Now and I am trying to install
oh323 and I am running in a problem making asterisk-oh323-0.7.1 (I also
tried 0.6.5 with the same result)
Here the list of the files I downloaded and the way I installed them
Untar the files
#tar zxvf openh323-Janus_patch4-src-tar.gz
#tar zxvf pwlib-Janus_patch4-src-tar.gz
#tar zxvf asterisk-oh323-0.6.5.tar.gz
Install Pwlib
#cd pwlib
#./configure && make clean && make opt && make install && ldconfig
Patch and Install OpenH323
#cd openh323
#patch -p1 < ../asterisk-oh323-0.6.5/openh323_1.13.5-make.patch
#./configure && make clean && make opt && make install && ldconfig
Everything up to this point compiled with no error.
Now, when I do this:
Asterisk-oh323
#cd asterisk-oh323-0.6.5
Edit the Makefile
#make && make install && ldconfig
I do get errors, here are some output of the compilation process:
<snip>
make[1]: Leaving directory `/usr/src/oh323/asterisk-oh323-0.7.1/wrapper'
make[1]: Entering directory
`/usr/src/oh323/asterisk-oh323-0.7.1/asterisk-driver'
gcc -Wall -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -I/usr/
src/asterisk/include/asterisk -I../wrapper -g -c -o chan_oh323.o
chan_oh323.c
In file included from /usr/include/string.h:33,
from chan_oh323.c:34:
/usr/lib/gcc-lib/i386-redhat-linux/3.2.3/include/stddef.h:213: syntax error
before "typedef"
In file included from chan_oh323.c:34:
<snip>
chan_oh323.c:4944: redeclaration of `res'
chan_oh323.c:4187: `res' previously declared here
chan_oh323.c:4947: syntax error before "ast_mutex_init"
make[1]: *** [chan_oh323.o] Error 1
make[1]: Leaving directory
`/usr/src/oh323/asterisk-oh323-0.7.1/asterisk-driver'
make: *** [subdirs_build] Error 1
I here is where my problem is. I get this above error.
I tried 0.7.1 and 0.6.5 and same result. Again I installed Asterisk at home
0.8
Anybody can point me to the right direction?
Thanks very much.
More information about the asterisk-users
mailing list