Package: libh323plus-dev Version: 1.21.0~dfsg-1 Severity: important *** Please type your report below this line *** I'm trying to build Asterisk (trunk) with libh323plus-dev installed.
At first it gave some really odd errors, which ammounted to the following missing symlinks in /usr/share/openh323: include -> ../../include/openh323 lib -> ../../lib version.h -> ../../include/openh323/version.h (Origin: libopenh323-dev) and to the following change to /usr/share/openh323/openh323u.mak --- openh323u.mak_orig 2010-06-20 11:49:20.000000000 +0300 +++ openh323u.mak 2010-06-20 11:50:02.000000000 +0300 @@ -193,7 +193,7 @@ # PTLIBDIR = /usr/share/ptlib -OPENH323DIR = /home/mark/src/pkg-voip/build-area/h323plus-1.21.0~dfsg +OPENH323DIR = /usr/share/openh323 STDCCFLAGS += LDFLAGS += LDLIBS += Sadly, even with that I fail to build Asterisk: In file included from ast_h323.cxx:91: 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:2372: error: 'BOOL' does not name a type ast_h323.cxx:2378: error: 'BOOL' does not name a type ast_h323.cxx:2389: error: 'BOOL' does not name a type make[2]: *** [ast_h323.o] Error 1 make[1]: *** [h323/libchanh323.a] Error 2 make: *** [channels] Error 2 -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-4-amd64 (SMP w/2 CPU cores) Locale: LANG=he_IL.UTF-8, LC_CTYPE=he_IL.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libh323plus-dev depends on: ii libh323-1.21.0 1.21.0~dfsg-1 H.323 aka VoIP library ii libpt2.4.5-dev 2.4.5-1 Portable Tools Library development ii libssl-dev 0.9.8o-1 SSL development libraries, header libh323plus-dev recommends no packages. libh323plus-dev suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

