Displaying 7 results from an estimated 7 matches for "libchanh323".
Did you mean:
libchan_h323
2004 Dec 25
0
patch to build h323 without recompiling pwlib, ...
...HOME)/pwlib
+PWLIBDIR=/usr
endif
ifndef ASTERISKDIR
@@ -41,7 +43,7 @@
CFLAGS += -D_REENTRANT -D_GNU_SOURCE
CFLAGS += -I../../include
CFLAGS += -I$(PWLIBDIR)/include
-CFLAGS += -I$(OPENH323DIR)/include -Wno-missing-prototypes
+CFLAGS += -I$(OPENH323INC) -Wno-missing-prototypes
all: depend libchanh323.a
@@ -64,13 +66,13 @@
endif
chan_h323.so:
- $(CXX) -g -shared -Xlinker -x -o chan_h323.so chan_h323.o ast_h323.o -L$(PWLIBDIR)/lib -lpt_linux_x86_r -L$(OPENH323DIR)/lib -lh323_linux_x86_r -L/usr/lib $(CHANH323LIB)
+ $(CXX) -g -shared -Xlinker -x -o chan_h323.so chan_h323.o ast_h323.o -L$(...
2005 Aug 15
1
(no subject)
...pwlib(1.5.2) and openh323(1.12.2) for the stable asterisk build. Both packages configure and compile with no problems. However when compiling chan_h323 from the asterisksource/channels/h323 directory I get this error.
Chan-h323.h:31: warning; ?sockaddr_in bindaddr? defined but not used arc r libchanh323.a ast_h323.o
There have been posts of similar messages but none with the specific syntax as the one above. Those posts have mentioned commenting some part of the source code in order to build.
I have combed the Makefile and corrected any variables pointing to invalid directories. I have put...
2004 Oct 07
0
chan_h323 on latest CVS broken ?
...o-missing-declarations ast_h323.cpp
cc1plus: warning: "-Wmissing-declarations" is valid for C/ObjC but not for C++
cc1plus: warning: "-Wno-missing-declarations" is valid for C/ObjC but not for
C++
chan_h323.h:31: warning: `sockaddr_in bindaddr' defined but not used
ar cr libchanh323.a ast_h323.o
But after I install the asterisk the chan_h323.so is not installed, and I see it's also not in the channels/h323 folder.
Am I missing something ? I'm sure I read all the readme files.
Hope somebody can help
Walter Klomp
Singapore
-------------- next part --------------
An...
2005 Jan 19
0
h323 compilation problem
...DDIR=\"/usr/lib/asterisk/modules\"
-DASTAGIDIR=\"/var/lib/asterisk/agi-bin\" -DBUSYDETECT_MARTIN
-Wno-missing-prototypes -Wno-missing-declarations -DZAPATA_PRI
-DIAX_TRUNKING -DCRYPTO -fPIC -c -o chan_h323.o chan_h323.c
gcc -shared -Xlinker -x -o chan_h323.so chan_h323.o h323/libchanh323.a
-ldl -L/usr/src/pwlib/lib -lpt_linux_x86_r -L/usr/src/openh323/lib
-lh323_linux_x86_r -L/usr/lib -lcrypto -lssl -lexpat
/usr/bin/ld: cannot find -lpt_linux_x86_r
collect2: ld returned 1 exit status
make[1]: *** [chan_h323.so] Error 1
make[1]: Leaving directory `/mnt/60gbide2/usr/src/asterisk/ch...
2011 Jan 16
0
chan_h323 and menuselect dependencies problem
...9;, it
correctly builds everything:
-----
root at slackbox:# make opt
make DEBUG= default_target
make[1]: Entering directory
`/tmp/asterisk-test/slackbuilds/asterisk-SlackBuild/asterisk-1.4.39/channels/h323'
[CC] ast_h323.cxx
[CC] compat_h323.cxx
[CC] cisco-h225.cxx
[CC] caps_h323.cxx
ar crv libchanh323.a ./ast_h323.o ./compat_h323.o ./cisco-h225.o
./caps_h323.o
a - ./ast_h323.o
a - ./compat_h323.o
a - ./cisco-h225.o
a - ./caps_h323.o
make[1]: Leaving directory
`/tmp/asterisk-test/slackbuilds/asterisk-SlackBuild/asterisk-1.4.39/channels/h323'
----
Nevertheless, the menuselect applicati...
2003 Sep 25
1
Cannot compile channel h323 from yesterday's CVS?
...g to add it.
----------------------------------------------------------------------------
Go to:
/usr/src/asterisk/asterisk/channels/h323
make clean install samples
This is where the build fails....
Sample errors below.
[root@localhost h323]# make clean install samples
rm -f *.o *.so core.* libchanh323.a
g++ -g -c -o
ast_h323.o -march=i686 -DPBYTE_ORDER=PLITTLE_ENDIAN -DNDEBUG -DDO_CRASH -DDE
BUG_THREADS -pipe -Wall -fPIC -Wmissing-prototypes
-Wmissing-declarations -DP_LINUX -D_REENTRANT -D_GNU_SOURCE -DP_HAS_SEMAPH
ORES -DP_SSL -DP_PTHREADS -DPHAS_TEMPLATES -DPTRACING -DP_USE_PR
AGMA -I../../i...
2005 Feb 11
6
i want to load chan_h323.so