[asterisk-bugs] [Asterisk 0015969]: chan_h323 and asterisk-1.6.2 compile issue
Asterisk Bug Tracker
noreply at bugs.digium.com
Sat Sep 26 07:35:25 CDT 2009
The following issue has been SUBMITTED.
======================================================================
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: new
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:
======================================================================
Date Submitted: 2009-09-26 07:35 CDT
Last Modified: 2009-09-26 07:35 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#
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-09-26 07:35 balgaa New Issue
2009-09-26 07:35 balgaa Asterisk Version => Addons-1.6.2.0-rc1
2009-09-26 07:35 balgaa Regression => No
2009-09-26 07:35 balgaa SVN Branch (only for SVN checkouts, not tarball
releases) => N/A
======================================================================
More information about the asterisk-bugs
mailing list