LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   gaim 0.70 compile problem... (https://www.linuxquestions.org/questions/linux-software-2/gaim-0-70-compile-problem-100486/)

Zerodark 10-05-2003 11:21 AM

gaim 0.70 compile problem...
 
I wanted to update my gaim, and I tried to compile it several times, and i get this error every time.


ssl-nss.c:33:22: pk11func.h: No such file or directory
ssl-nss.c:35:20: secerr.h: No such file or directory
ssl-nss.c:36:20: secmod.h: No such file or directory
ssl-nss.c:37:17: ssl.h: No such file or directory
ssl-nss.c:38:20: sslerr.h: No such file or directory
ssl-nss.c:39:22: sslproto.h: No such file or directory
ssl-nss.c:54: parse error before "ssl_auth_cert"
ssl-nss.c:56: warning: return type defaults to `int'
ssl-nss.c: In function `ssl_auth_cert':
ssl-nss.c:57: `SECSuccess' undeclared (first use in this function)
ssl-nss.c:57: (Each undeclared identifier is reported only once
ssl-nss.c:57: for each function it appears in.)
ssl-nss.c: At top level:
ssl-nss.c:82: parse error before "ssl_bad_cert"
ssl-nss.c:83: warning: return type defaults to `int'
ssl-nss.c: In function `ssl_bad_cert':
ssl-nss.c:84: `SECStatus' undeclared (first use in this function)
ssl-nss.c:84: parse error before "status"
ssl-nss.c:88: `status' undeclared (first use in this function)
ssl-nss.c:90: warning: implicit declaration of function `PORT_GetError'
ssl-nss.c:94: `SEC_ERROR_INVALID_AVA' undeclared (first use in this function)
ssl-nss.c:95: `SEC_ERROR_INVALID_TIME' undeclared (first use in this function)
ssl-nss.c:96: `SEC_ERROR_BAD_SIGNATURE' undeclared (first use in this function)
ssl-nss.c:97: `SEC_ERROR_EXPIRED_CERTIFICATE' undeclared (first use in this function)
ssl-nss.c:98: `SEC_ERROR_UNKNOWN_ISSUER' undeclared (first use in this function)ssl-nss.c:99: `SEC_ERROR_UNTRUSTED_CERT' undeclared (first use in this function)ssl-nss.c:100: `SEC_ERROR_CERT_VALID' undeclared (first use in this function)
ssl-nss.c:101: `SEC_ERROR_EXPIRED_ISSUER_CERTIFICATE' undeclared (first use in this function)
ssl-nss.c:102: `SEC_ERROR_CRL_EXPIRED' undeclared (first use in this function)
ssl-nss.c:103: `SEC_ERROR_CRL_BAD_SIGNATURE' undeclared (first use in this function)
ssl-nss.c:104: `SEC_ERROR_EXTENSION_VALUE_INVALID' undeclared (first use in this function)
ssl-nss.c:105: `SEC_ERROR_CA_CERT_INVALID' undeclared (first use in this function)
ssl-nss.c:106: `SEC_ERROR_CERT_USAGES_INVALID' undeclared (first use in this function)
ssl-nss.c:107: `SEC_ERROR_UNKNOWN_CRITICAL_EXTENSION' undeclared (first use in this function)
ssl-nss.c:108: `SECSuccess' undeclared (first use in this function)
ssl-nss.c:112: `SECFailure' undeclared (first use in this function)
ssl-nss.c: In function `ssl_nss_init':
ssl-nss.c:125: warning: implicit declaration of function `NSS_NoDB_Init'
ssl-nss.c:128: warning: implicit declaration of function `SECMOD_AddNewModule'
ssl-nss.c:135: warning: implicit declaration of function `NSS_SetDomesticPolicy'ssl-nss.c: In function `ssl_nss_connect_cb':
ssl-nss.c:178: warning: implicit declaration of function `SSL_ImportFD'
ssl-nss.c:178: warning: assignment makes pointer from integer without a cast
ssl-nss.c:189: warning: implicit declaration of function `SSL_OptionSet'
ssl-nss.c:189: `SSL_SECURITY' undeclared (first use in this function)
ssl-nss.c:190: `SSL_HANDSHAKE_AS_CLIENT' undeclared (first use in this function)ssl-nss.c:192: warning: implicit declaration of function `SSL_AuthCertificateHook'
ssl-nss.c:193: `SSLAuthCertificate' undeclared (first use in this function)
ssl-nss.c:193: parse error before "ssl_auth_cert"
ssl-nss.c:195: warning: implicit declaration of function `SSL_BadCertHook'
ssl-nss.c:195: `SSLBadCertHandler' undeclared (first use in this function)
ssl-nss.c:195: parse error before "ssl_bad_cert"
ssl-nss.c:197: warning: implicit declaration of function `SSL_SetURL'
ssl-nss.c:199: warning: implicit declaration of function `SSL_ResetHandshake'
ssl-nss.c:201: warning: implicit declaration of function `SSL_ForceHandshake'
make[3]: *** [ssl-nss.o] Error 1
make[3]: Leaving directory `/home/zero/gaim-0.70/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/zero/gaim-0.70/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/zero/gaim-0.70'
make: *** [all] Error 2


can anyone help me with this? i'm running slack 9.0 right now. thanks.

Mega Man X 10-05-2003 11:26 AM

How are you trying to compile? Is it a ./configure error?

Zerodark 10-05-2003 02:08 PM

no. ./configure goes through alright. when i type 'make' it does that after compiling for about a minute and a half.


All times are GMT -5. The time now is 11:00 PM.