Hi, I tried make after the ./Configure --disable-avahi... On make I get the following errors
urlhandler.o:(.gnu.linkonce.r._ZTI11PILSSession[typeinfo for PILSSession]+0x8): undefined reference to `typeinfo for PLDAPSession' urlhandler.o: In function `GetInitialiser': /home/srikanth/tarball/pwlib/include/ptclib/pldap.h:506: undefined reference to `PLDAPStructBase::initialiserInstance' /home/srikanth/tarball/pwlib/include/ptclib/pldap.h:506: undefined reference to `PLDAPStructBase::initialiserInstance' urlhandler.o: In function `PILSSession::RTPerson::PLDAPAttr_sipAddress::PrintOn(std::basic_ostream <char, std::char_traits<char> >&) const': /home/srikanth/tarball/pwlib/include/ptclib/pils.h:99: undefined reference to `operator<<(std::basic_ostream<char, std::char_traits<char> >&, PILSSession::MSIPAddress&)' urlhandler.o: In function `PILSSession::RTPerson::PLDAPAttr_sipAddress::ReadFrom(std::basic_istrea m<char, std::char_traits<char> >&)': /home/srikanth/tarball/pwlib/include/ptclib/pils.h:99: undefined reference to `operator>>(std::basic_istream<char, std::char_traits<char> >&, PILSSession::MSIPAddress&)' urlhandler.o: In function `~PILSSession': /home/srikanth/tarball/pwlib/include/ptclib/pils.h:58: undefined reference to `PLDAPSession::~PLDAPSession()' /home/srikanth/tarball/pwlib/include/ptclib/pils.h:58: undefined reference to `PLDAPSession::~PLDAPSession()' urlhandler.o: In function `~PLDAPStructBase': /home/srikanth/tarball/pwlib/include/ptclib/pldap.h:488: undefined reference to `vtable for PLDAPStructBase' urlhandler.o: In function `~RTPerson': /home/srikanth/tarball/pwlib/include/ptclib/pldap.h:488: undefined reference to `vtable for PLDAPStructBase' /home/srikanth/tarball/pwlib/include/ptclib/pldap.h:488: undefined reference to `vtable for PLDAPStructBase' urlhandler.o: In function `RTPerson': /home/srikanth/tarball/pwlib/include/ptclib/pils.h:90: undefined reference to `PLDAPStructBase::PLDAPStructBase()' urlhandler.o: In function `PLDAPAttr_objectClass': /home/srikanth/tarball/pwlib/include/ptclib/pils.h:91: undefined reference to `PLDAPAttributeBase::PLDAPAttributeBase(char const*, void*, int)' urlhandler.o: In function `PLDAPAttr_cn': /home/srikanth/tarball/pwlib/include/ptclib/pils.h:91: undefined reference to `PLDAPAttributeBase::PLDAPAttributeBase(char const*, void*, int)' urlhandler.o: In function `PLDAPAttr_c': /home/srikanth/tarball/pwlib/include/ptclib/pils.h:92: undefined reference to `PLDAPAttributeBase::PLDAPAttributeBase(char const*, void*, int)' urlhandler.o: In function `PLDAPAttr_o': /home/srikanth/tarball/pwlib/include/ptclib/pils.h:93: undefined reference to `PLDAPAttributeBase::PLDAPAttributeBase(char const*, void*, int)' urlhandler.o: In function `PLDAPAttr_surname': /home/srikanth/tarball/pwlib/include/ptclib/pils.h:94: undefined reference to `PLDAPAttributeBase::PLDAPAttributeBase(char const*, void*, int)' urlhandler.o:/home/srikanth/tarball/pwlib/include/ptclib/pils.h:95: more undefined references to `PLDAPAttributeBase::PLDAPAttributeBase(char const*, void*, int)' follow `PLDAPSession::GetSearchResult(PLDAPSession::SearchContext&, PString const&, PStringArray&)' follow ../lib/.libs/libekiga.a(gmcontacts-ldap.o): In function `gnomemeeting_ldap_addressbook_get_contacts': /home/srikanth/tarball/ekiga-2.0.1/lib/gmcontacts/gmcontacts-ldap.cpp:23 4: undefined reference to `PLDAPSession::Bind(PString const&, PString const&, PLDAPSession::AuthenticationMethod)' collect2: ld returned 1 exit status make[3]: *** [ekiga] Error 1 make[3]: Leaving directory `/home/srikanth/tarball/ekiga-2.0.1/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/srikanth/tarball/ekiga-2.0.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/srikanth/tarball/ekiga-2.0.1' make: *** [all] Error 2 Pls help me !! -- Srikanth _______________________________________________ GnomeMeeting-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
