/include -DPTRACING -I/usr/src/asterisk/h323plus/include -M ast_h323.cxx >> *.dep
ast_h323.cxx:42:17: error: lid.h: No such file or directory
make[2]: *** Deleting file `*.dep'
g++ -DNDEBUG -I../../include -include ../../include/asterisk/autoconfig.h -fPIC -D_REENTRANT -fno-exceptions -Wall -fPIC -DPIC -DNDEBUG -I/usr/src/asterisk/ptlib_v2_0_1/include -DPTRACING -I/usr/src/asterisk/h323plus/include -Os -pipe -felide-constructors -Wreorder -c ast_h323.cxx -o ast_h323.o
ast_h323.cxx:42:17: error: lid.h: No such file or directory
ast_h323.cxx: In destructor virtual MyProcess::~MyProcess():
ast_h323.cxx:201: error: timerChangePipe was not declared in this scope
ast_h323.cxx: In member function virtual H323Channel* MyH323Connection::CreateRealTimeLogicalChannel(const H323Capability&, H323Channel::Directions, unsigned int, const H245_H2250LogicalChannelParameters*, RTP_QOS*):
ast_h323.cxx:1820: error: cannot allocate an object of abstract type MyH323_ExternalRTPChannel
ast_h323.h:127: note: because the following virtual functions are pure within MyH323_ExternalRTPChannel:
/usr/src/asterisk/h323plus/include/channels.h:640: note: virtual BOOL H323_RealTimeChannel::OnSendingAltPDU(H245_ArrayOf_GenericInformation&) const
/usr/src/asterisk/h323plus/include/channels.h:653: note: virtual void H323_RealTimeChannel::OnSendOpenAckAlt(H245_ArrayOf_GenericInformation&) const
/usr/src/asterisk/h323plus/include/channels.h:670: note: virtual BOOL H323_RealTimeChannel::OnReceivedAltPDU(const H245_ArrayOf_GenericInformation&)
/usr/src/asterisk/h323plus/include/channels.h:686: note: virtual BOOL H323_RealTimeChannel::OnReceivedAckAltPDU(const H245_ArrayOf_GenericInformation&)
make[2]: *** [ast_h323.o] Error 1
make[2]: Leaving directory `/usr/src/asterisk/asterisk-1.4.24.1/channels/h323'
make[1]: *** [h323/libchanh323.a] Error 2
make[1]: Leaving directory `/usr/src/asterisk/asterisk-1.4.24.1/channels'
make: *** [channels] Error 2
|