Displaying 20 results from an estimated 1000 matches similar to: "latest openh323...still compile error"
2005 Jul 25
2
problems with compiling asterisk-oh323
i ve downloaded
asterisk-oh323-0.6.6.tar.gz
I am getting this and anybody know howto fix this?
#tar zxvf asterisk-oh323-0.6.6.tar.gz
oh323]# cd asterisk-oh323-0.6.6
asterisk-oh323-0.6.6]# ls
asterisk-driver CONFIGURATION Makefile rpm
TESTS
BUGS COPYING README rules.mak
wrapper
asterisk-oh323-0.6.6]# make
for x in wrapper asterisk-driver; do make -C $x
2005 Mar 08
2
problem in compiling openh323
hello all
i am having a problem in compiling openh323.
[root@kamran openh323]# ./configure
checking for g++... g++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler...
yes
2008 Mar 11
3
need * consultant in houston area
pls kindly respond to this email
thx !
_________________________________________________________________
Connect and share in new ways with Windows Live.
http://www.windowslive.com/share.html?ocid=TXT_TAGHM_Wave2_sharelife_012008
2006 Jan 12
0
latest pwlib...still compile error
ver 1.9.1
-I. -shared sound_oss.cxx -o ../pwlib/device/sound/oss_pwplugin.so
sound_oss.cxx: In member function ‘virtual BOOL
PSoundChannelOSS::Read(void*, PINDEX)’:
sound_oss.cxx:766: error: cast from ‘void*’ to ‘unsigned int’ loses
precision
make[3]: *** [../pwlib/device/sound/oss_pwplugin.so] Error 1
make[3]: Leaving directory `/usr/src/pwlib_v1_9_1/plugins/sound_oss'
make[2]: *** [opt]
2004 Aug 26
0
chan_oh323 build (resubmit w/ new title)
I'm trying to make the chan_h323 in /usr/src/asterisk/channels/h323
But I'm getting all kinds of errors about PWLIB... I built using the newest
PWLIB and OpenH323 from CVS
Error log from make below
make
g++ -g -c -fno-rtti -o ast_h323.o -march=i686 -DPBYTE_ORDER=PLITTLE_ENDIAN
-DNDEBUG -DDO_CRASH -DDEBUG_THREADS -pipe -Wall -fPIC -DP_LINUX -D_REENTRANT
-D_GNU_SOURCE -DP_HAS_SEMAPHORES
2004 Aug 26
1
chan_oh323: __use_ast_pthread_create_instead __ (was: chan_oh323 loading error)
I'm trying to make the chan_h323 in /usr/src/asterisk/channels/h323
But I'm getting all kinds of errors about PWLIB... I built using the newest
PWLIB and OpenH323 from CVS
Error log from make below
make
g++ -g -c -fno-rtti -o ast_h323.o -march=i686 -DPBYTE_ORDER=PLITTLE_ENDIAN
-DNDEBUG -DDO_CRASH -DDEBUG_THREADS -pipe -Wall -fPIC -DP_LINUX -D_REENTRANT
-D_GNU_SOURCE -DP_HAS_SEMAPHORES
2005 May 13
0
[Asterisk-Dev] Re: oh323 compile problem in FreeBSD
Following is the errors when I tried to compile oh323 in FreeBSD 5.3.
Asterisk is updated from cvs.
asterisk# gmake
for x in wrapper asterisk-driver; do gmake -C $x build || exit 1 ; done
make: illegal option -- -
usage: make [-BPSXeiknqrstv] [-C directory] [-D variable] [-d flags]
[-E variable] [-f makefile] [-I directory] [-j max_jobs]
[-m directory] [-V variable]
2004 Sep 29
0
astersk-oh323 compile error make
When i attempt to make asterisk-oh323 I get the following error. Iam
using the following versions :
asterisk-oh323-0.6.3b
openh323-v1_13_5
pwlib-v1_6_6
openh323_1.13.5-make.patch
redhat 8 kernel 2.4.18-14
Anyone can help to get a way out ? Or suggetions for compatible versions ?
-----------------------------------------------------------------------------------
2004 Sep 15
1
Channel H323, RH9, OpenH323_1.12.2, pwlib_1.5.2 +GnuGK
Hello....
Asterisk is compiled and running perfectly...
But when i try to compile Channel_h323... that's another story :-|.
I'm compiling using RH9, OpenH323_1.12.2, pwlib_1.5.2, i compiled and
installed them myself... GnuGk is running smoothly using them.
Also my intention is to terminate calls from a SIP client through
Asterisk and into my GnuGK... has anyone accomplished this ?
2005 Feb 01
2
Error on compiling oh323 0.6.5 on cvs stable asterisk
Hi,
I have downloaded files and also local versions of pwlib oh323 (both Janus
patched). Both libraries compile fine, but I get following errors on
asterisk-oh323-0.6.5. Readme is a bit confusing since it doesn't mention
which local libraries should be downloaded from inaccess to get everything
working OK. I've also tried with/without patching oh323 with supplied
patch.
Any hint, advice
2004 Jan 23
2
chan h323 Compile problem
Hi can anyone help me with this
g++ -g -c -o ast_h323.o -march=i686 -DPBYTE_ORDER=PLITTLE_ENDIAN
-DNDEBUG -DDO_CRASH -DDEBUG_THREADS -pipe -Wall -fPIC
-Wmissing-prototypes -Wmissing-declarations -DP_LINUX -D_REENTRANT
-D_GNU_SOURCE -DP_HAS_SEMAPHORES -DP_SSL -DP_PTHREADS -DPHAS_TEMPLATES
-DPTRACING -DP_USE_PRAGMA -I../../include
-I/usr/src/pwlib/include/ptlib/unix -I/usr/src/pwlib/include
2011 Sep 06
2
trying to build 1.8.6.0 on CentOS 6, problems with ptlib
I'm having annoying errors trying to get configure working.
tar xvzf /usr/local/src/asterisk-1.8.6.0.tar.gz
cd asterisk-1.8.6.0
./configure
I get complaints related to pwlib / ptlib...
checking for openr2_chan_new in -lopenr2... no
checking /root/pwlib/include/ptlib.h usability... no
checking /root/pwlib/include/ptlib.h presence... no
checking for /root/pwlib/include/ptlib.h... no
checking
2003 Sep 25
1
Cannot compile channel h323 from yesterday's CVS?
Hi,
I'm on a RH 9 box, fresh install.
When I try to compile channel h323, I get multiple compile errors. Can
someone help?
asterisk, ptlib, openh323 all are fresh from CVS.
Thanks!
Here's what I've done so far:
All the source is in /usr/src/asterisk/
[root@localhost openh323]# ls -la /usr/src/asterisk/
total 164
drwxr-xr-x 8 root root 4096 Sep 25 00:59 .
2004 Jul 30
2
asterisk-oh323-0.6.3a
Hi there.
I thy to compile asterisk-oh323-0.6.3a but it fail in the make command.
I have the pwlib-v1_6_6-1 and openh323-v1_13_5-1 as saying in the README
file of the packet asterisk-oh323-0.6.3a
I do make and this is the error:
# make
for x in wrapper asterisk-driver; do make -C $x all || exit 1 ; done
make: *** No rule to make target `ccflags'. Stop.
make: *** No rule to make target
2004 May 17
1
problems compiling h323 support
Hi all I am trying to compile Asterisk on RH9
I am have installed
pwlib_1.5.2
readline-4.3-5
readline-devel-4.3-5
openssl-devel-0.9.7a-2
openssl-0.9.7a-2
openh323_1.12.2
I read that it has to do with pwlib not being installed correctly so i made
sure it was in /usr/local correctly
When i try to compile i get the follow errors....
I was wondering can anyone shed in light on this issue
Thanks
2004 Dec 16
0
Compile issues: * 1.02 + FreeBSD 5.3
New 5.3 install. Saw some stuff around about problems with pwlib but
those were in 0.9 and have long since been fixed and I haven't found
anything else out there to explain this stuff.
Anyone have any ideas?
gmake[2]: Entering directory
`/usr/ports/net/asterisk/work/asterisk-1.0.2/channels/h323'
c++ -O -pipe -c -fno-rtti -o ast_h323.o -O -pipe -Wall
-Wstrict-prototypes
2004 May 17
0
failed compile
Hi all I am trying to compile Asterisk on RH9
I am have installed
pwlib_1.5.2
readline-4.3-5
readline-devel-4.3-5
openssl-devel-0.9.7a-2
openssl-0.9.7a-2
openh323_1.12.2
I read that it has to do with pwlib not being installed correctly so i made
sure it was in /usr/local correctly
When i try to compile i get the follow errors....
I was wondering can anyone shed in light on this issue
Thanks
2016 Feb 19
0
CEBA-2016:0268 CentOS 6 ptlib FASTTRACK BugFix Update
CentOS Errata and Bugfix Advisory 2016:0268
Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-0268.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
0348146563840e96432128fce8893e5c1e052b8c7a04731580b71ef6ec88d928 ptlib-2.6.5-5.el6.i686.rpm
f15fb5b00ef80df31948e084c9746c4d38af9b8f6f17f435ee35a2a420a1805b
2008 Jul 17
1
OpenH323 and ptlib version for asterisk 1.4.21.1
Hi what version of openh323 and pwlib are suggested for asterisk
1.4.21.1.? Thanks to all
--
/*************/
nik600
https://sourceforge.net/projects/ccmanager
https://sourceforge.net/projects/reportmaker
https://sourceforge.net/projects/nikstresser
2018 Mar 15
0
Asterisk 13.20.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 13.20.0.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 13.20.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following issues are resolved in this release: