Displaying 2 results from an estimated 2 matches for "isdescendant".
2003 Sep 07
1
Problem Installing Open H.323 Channel Driver
...on `BOOL IsClass(const char *)':
ast_h323.h:72: no method `H323_G7231Capability::Class'
ast_h323.h:72: warning: control reaches end of non-void function
`IsClass(const char *)'
ast_h323.h: At top level:
ast_h323.h:72: virtual outside class declaration
ast_h323.h:72: non-member function `IsDescendant(const char *)' cannot have
`const' method qualifier
ast_h323.h: In function `BOOL IsDescendant(const char *)':
ast_h323.h:72: no method `H323_G7231Capability::Class'
ast_h323.h:72: parse error before `::'
ast_h323.h:72: warning: control reaches end of non-void function
`IsDescen...
2004 Nov 25
2
oh323 compile issue
...make clean
apply the oh323 patch
configure
make opt
asterisk-oh323-0.7 dir:
make
[...]
wrapendpoint.cxx: In method `BOOL WrapH323EndPoint::OpenAudioChannel
(H323Connection &, int, unsigned int, H323AudioCodec &)':
wrapendpoint.cxx:915: no matching function for call to
`H323AudioCodec::IsDescendant (const char *)'
wrapendpoint.cxx:916: no matching function for call to
`H323AudioCodec::IsDescendant (const char *)'
make[1]: *** [wrapendpoint.o] Error 1
make[1]: Leaving directory `/usr/src/asterisk-oh323-0.7.0/wrapper'
make: *** [subdirs_build] Error 1
[root@dual asterisk-oh323-0.7.0...