I am trying to compile pwlib in order to get h323 support working. Most of the compile is fine except it falls over at the point below. Does anyone have a solution?
Thanks Johan make[2]: Entering directory `/root/pwlib/tools/asnparser' g++ -o obj_linux_x86_r/asnparser -Wl,--gc-sections -s -L/root/pwlib/lib ./obj_linux_x86_r/asn_grammar.o ./obj_linux_x86_r/asn_lex.o ./obj_linux_x86_r/main.o -lpt_linux_x86_r -lpthread -llber -lldap -lldap_r -lssl -lcrypto -lexpat -lresolv -ldl /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PObject::PreSerialise(PSerialiser&)' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PVideoOutputDevicePPM::IsOpen()' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PQoS::guaranteedDSCP' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PQoS::PQoS[in-charge]()' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `typeinfo for PAbstractDictionary' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PQoS::controlledLoadDSCP' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PObject::Serialise(PSerialiser&)' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PPluginManager::GetPluginsProviding(PString const&) const' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PVideoOutputDeviceRGB::SetColourFormat(PString const&)' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `typeinfo for PBYTEArray' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `typeinfo for PChannel' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PVideoOutputDevicePPM::GetDeviceNames() const' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `typeinfo for PObject' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PString::Empty()' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PVideoOutputDeviceNULL::GetMaxFrameBytes()' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PVideoOutputDeviceNULL::SetFrameData(unsigned, unsigned, unsigned, unsigned, unsigned char const*, int)' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PVideoOutputDeviceRGB::SetFrameData(unsigned, unsigned, unsigned, unsigned, unsigned char const*, int)' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PVideoInputDevice::GetFrame(PBYTEArray&)' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `typeinfo for PAbstractArray' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PVideoOutputDeviceRGB::SetFrameSize(unsigned, unsigned)' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PVideoOutputDevicePPM::Close()' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PVideoOutputDeviceNULL::GetDeviceNames() const' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PVideoOutputDevicePPM::EndFrame()' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PPluginManager::GetServiceDescriptor(PString const&, PString const&)' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `operator<<(std::basic_ostream<char, std::char_traits<char> >&, PVideoDevice::VideoFormat)' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PVideoInputDevice::GetDeviceNames() const' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PVideoOutputDevicePPM::Open(PString const&, int)' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PObject::UnSerialise(PUnSerialiser&)' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PQoS::bestEffortDSCP' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PVideoOutputDeviceNULL::Open(PString const&, int)' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PVideoOutputDeviceNULL::EndFrame()' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PVideoOutputDeviceNULL::IsOpen()' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PVideoOutputDeviceRGB::GetMaxFrameBytes()' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PPluginManager::GetPluginManager()' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `PPluginManager::RegisterService(PString const&, PString const&, PPluginServiceDescriptor*)' collect2: ld returned 1 exit status make[2]: *** [obj_linux_x86_r/asnparser] Error 1 _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
