[asterisk-bugs] [Asterisk 0015969]: chan_h323 and asterisk-1.6.2 compile issue
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Sep 28 09:28:17 CDT 2009
The following issue has been UPDATED.
======================================================================
https://issues.asterisk.org/view.php?id=15969
======================================================================
Reported By: balgaa
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 15969
Category: Channels/chan_h323
Reproducibility: always
Severity: major
Priority: normal
Status: closed
Asterisk Version: Addons-1.6.2.0-rc1
JIRA:
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-09-26 07:35 CDT
Last Modified: 2009-09-28 09:28 CDT
======================================================================
Summary: chan_h323 and asterisk-1.6.2 compile issue
Description:
I am trying to compile chan_h323 with Asterisk-1.6.2 and H323Plus 1.21.0
and Ptlib-2.4.5, but get following error:
pbx:~/asterisk-1.6.2/channels/h323# make opt
make DEBUG= default_target
make[1]: Entering directory `/root/asterisk-1.6.2/channels/h323'
g++ -DNDEBUG -I../../include -include ../../include/asterisk/autoconfig.h
-fPIC -DPTRACING=1 -D_REENTRANT -fno-exceptions -Wall -fPIC -DPIC
-DNDEBUG -I/root/ptlib-2.4.5/include -DPTRACING -I/root/h323plus/include
-Os -pipe -felide-constructors -Wreorder -c ast_h323.cxx -o ast_h323.o
ast_h323.h:104: error: âBOOLâ has not been declared
ast_h323.h:156: error: âBOOLâ does not name a type
ast_h323.h:157: error: âBOOLâ does not name a type
ast_h323.h:159: error: âBOOLâ does not name a type
ast_h323.cxx:2103: error: prototype for âvoid
MyH323Connection::MyHoldCall(PBoolean)â does not match any in class
âMyH323Connectionâ
ast_h323.h:104: error: candidate is: void
MyH323Connection::MyHoldCall(int)
ast_h323.cxx:2371: error: âBOOLâ does not name a type
ast_h323.cxx:2377: error: âBOOLâ does not name a type
ast_h323.cxx:2388: error: âBOOLâ does not name a type
make[1]: *** [ast_h323.o] Error 1
make[1]: Leaving directory `/root/asterisk-1.6.2/channels/h323'
make: *** [opt] Error 2
pbx:~/asterisk-1.6.2/channels/h323#
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
has duplicate 0015912 [patch] chan_h323 with h323plus 1.21.0 ...
======================================================================
----------------------------------------------------------------------
(0111430) lmadsen (administrator) - 2009-09-28 09:28
https://issues.asterisk.org/view.php?id=15969#c111430
----------------------------------------------------------------------
Fixed by patch in https://issues.asterisk.org/view.php?id=15912 per reporter.
Issue History
Date Modified Username Field Change
======================================================================
2009-09-28 09:28 lmadsen Note Added: 0111430
2009-09-28 09:28 lmadsen Status new => closed
2009-09-28 09:28 lmadsen Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list