[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem compiling GSSLHandle
From: |
Wolfgang Lux |
Subject: |
Re: problem compiling GSSLHandle |
Date: |
Wed, 3 Oct 2012 09:50:50 +0200 |
Riccardo Mottola wrote:
> I get this problem while compiling on my older NetBSD box:
> Making all for bundle SSL...
> Compiling file GSSSLHandle.m ...
> GSSSLHandle.m: In function `-[GSSSLHandle sslSetOptions:]':
> GSSSLHandle.m:369: error: `GSTLSPrivateKeyFile' undeclared (first use in this
> function)
> GSSSLHandle.m:369: error: (Each undeclared identifier is reported only once
> GSSSLHandle.m:369: error: for each function it appears in.)
> GSSSLHandle.m:370: error: `GSTLSPrivateKeyPassword' undeclared (first use in
> this function)
> gmake[4]: *** [obj/SSL.obj/GSSSLHandle.m.o] Error 1
>
> I don't get this on other machines. A header or configure problem? This
> machine doesn't have gnutls, I think, I don't see any package with TLS in its
> name installed.
I was having the same issue when compiling GNUstep-base on OS X (where I can't
use gnutls because it would bring in Apple's objc runtime). The error was that
those string constants were renamed in a recent change, but that change wasn't
applied to GSSSLHandle.m. I fixed this in svn.
Wolfgang