Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

problem compiling GSSLHandle

4 views
Skip to first unread message

Riccardo Mottola

unread,
Oct 2, 2012, 6:13:09 PM10/2/12
to Discuss GNUstep
Hi,

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.

Riccardo


Wolfgang Lux

unread,
Oct 3, 2012, 3:50:50 AM10/3/12
to Riccardo Mottola, Discuss GNUstep
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

Riccardo Mottola

unread,
Oct 3, 2012, 6:06:14 PM10/3/12
to Wolfgang Lux, Discuss GNUstep
Hi,

Wolfgang Lux wrote:
> 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

thank you Wolfgang, that fixed it for me!

Riccardo

0 new messages