Re: EB-lite complie errors

Christian Talsness <[email protected]> Thu, 24 Jun 2004 22:55:02 -0400
Newsgroups gmane.network.everybuddy.user
Message-ID <[email protected]>
problem solved.  Mandrake 10 apparently comes with a rather old
version of automake. i think it was 1.4.something.  I updated that to
automake 1.7.  now the problem i'm running into is that when it hits
the msn openssl stuff it errors out.
Here's the end of the output:
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -g -O2 -c
msn_ssl_openssl.C -MT msn_ssl_openssl.lo -MD -MP -MF .deps/msn_ssl    
_openssl.TPlo  -fPIC -DPIC -o .libs/msn_ssl_openssl.lo
msn_ssl_openssl.C:9:28: gnutls/openssl.h: No such file or directory
msn_ssl_openssl.C:15: error: syntax error before `*' token
msn_ssl_openssl.C: In function `void get_passport(msnconn*, char*,
char*, char*)':
msn_ssl_openssl.C:26: error: `SSL' undeclared (first use this function)
msn_ssl_openssl.C:26: error: (Each undeclared identifier is reported
only once for each function it appears in.)
msn_ssl_openssl.C:26: error: `ssl' undeclared (first use this function)
msn_ssl_openssl.C:36: error: `ctx' undeclared (first use this function)
msn_ssl_openssl.C:38: error: `SSL_load_error_strings' undeclared
(first use this function)
msn_ssl_openssl.C:39: error: `SSL_library_init' undeclared (first use
this function)
msn_ssl_openssl.C:40: error: `SSLv23_client_method' undeclared (first
use this function)
msn_ssl_openssl.C:40: error: `SSL_CTX_new' undeclared (first use this function)
msn_ssl_openssl.C:42: error: `SSL_new' undeclared (first use this function)
msn_ssl_openssl.C:44: error: `SSL_set_fd' undeclared (first use this function)
msn_ssl_openssl.C:45: error: `SSL_connect' undeclared (first use this function)
msn_ssl_openssl.C:46: error: `SSL_write' undeclared (first use this function)
msn_ssl_openssl.C:59: error: `SSL_read' undeclared (first use this function)
msn_ssl_openssl.C:95: error: `SSL_free' undeclared (first use this function)
make[3]: *** [msn_ssl_openssl.lo] Error 1
make[3]: Leaving directory
`/home/ctalsness/installFiles/eb-lite-alpha-12/core/plugins/msn'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/ctalsness/installFiles/eb-lite-alpha-12/core/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ctalsness/installFiles/eb-lite-alpha-12/core'
make: *** [all] Error 2