Every time i attempt to compile something like eb-lite or Gaim or Kopete, etc It starts to go fine..
I type ./configure then make, but when i type make i'll get errors similar to this
(a compile of eb-lite i did)
This is where the mass errors come in near the end
Any help would be great. I really need to compile these things. I have tried deleting the user account and remaking it, nothing works.Quote:
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/zero/eb-lite-alpha-13/core/plugins/msn'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/zero/eb-lite-alpha-13/core/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/zero/eb-lite-alpha-13/core'
make: *** [all] Error 2
