El día Monday, February 18, 2008 a las 07:57:21PM +0100, Damien Sandras escribió:
> I think there is a fix for that in PTLIB SVN TRUNK. However, you will > require OPAL SVN TRUNK and EKIGA SVN TRUNK. > > Another option is to backport the fix... Hi, I went to SVN with: $ svn co http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/trunk ptlib but same problem: g++ -DP_USE_PRAGMA -D_REENTRANT -I/usr/local/include -fno-exceptions -Wall -DNDEBUG -I/home/guru/Ekiga/ptlib/include -Os -c ../../ptclib/pssl.cxx -o /home/guru/Ekiga/ptlib/lib/obj_FreeBSD_x86_r/pssl.o ../../ptclib/pssl.cxx: In constructor `PSSLPrivateKey::PSSLPrivateKey(const BYTE*, PINDEX)': ../../ptclib/pssl.cxx:202: error: invalid conversion from `BYTE**' to `const unsigned char**' ../../ptclib/pssl.cxx:202: error: initializing argument 2 of `EVP_PKEY* d2i_AutoPrivateKey(EVP_PKEY**, const unsigned char**, long int)' ../../ptclib/pssl.cxx: In constructor `PSSLPrivateKey::PSSLPrivateKey(const PBYTEArray&)': ../../ptclib/pssl.cxx:213: error: invalid conversion from `BYTE**' to `const unsigned char**' ../../ptclib/pssl.cxx:213: error: initializing argument 2 of `EVP_PKEY* d2i_AutoPrivateKey(EVP_PKEY**, const unsigned char**, long int)' ../../ptclib/pssl.cxx: In constructor `PSSLCertificate::PSSLCertificate(const BYTE*, PINDEX)': ../../ptclib/pssl.cxx:385: error: invalid conversion from `unsigned char**' to `const unsigned char**' ../../ptclib/pssl.cxx:385: error: initializing argument 2 of `X509* d2i_X509(X509**, const unsigned char**, long int)' ../../ptclib/pssl.cxx: In constructor `PSSLCertificate::PSSLCertificate(const PBYTEArray&)': ../../ptclib/pssl.cxx:396: error: invalid conversion from `unsigned char**' to `const unsigned char**' ../../ptclib/pssl.cxx:396: error: initializing argument 2 of `X509* d2i_X509(X509**, const unsigned char**, long int)' ../../ptclib/pssl.cxx: In constructor `PSSLCertificate::PSSLCertificate(const PString&)': ../../ptclib/pssl.cxx:410: error: invalid conversion from `unsigned char**' to `const unsigned char**' ../../ptclib/pssl.cxx:410: error: initializing argument 2 of `X509* d2i_X509(X509**, const unsigned char**, long int)' gmake[2]: *** [/home/guru/Ekiga/ptlib/lib/obj_FreeBSD_x86_r/pssl.o] Error 1 matthias -- Matthias Apitz Manager Technical Support - OCLC GmbH Gruenwalder Weg 28g - 82041 Oberhaching - Germany t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e <[EMAIL PROTECTED]> - w http://www.oclc.org/ http://www.UnixArea.de/ b http://gurucubano.blogspot.com/ Don't top-post, read RFC1855 http://www.faqs.org/rfcs/rfc1855.html _______________________________________________ ekiga-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/ekiga-list
