discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnupg framework (and troubles)


From: Shellac
Subject: Re: gnupg framework (and troubles)
Date: 18 Sep 2001 14:50:34 +0100
User-agent: Gnus/5.090003 (Oort Gnus v0.03) XEmacs/21.4 (Academic Rigor)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Further to previous -

I was being stupid. macgpg /does/ work under gnustep. If you want to
try it get the GPGME module from <http://macgpg.sourceforge.net/> by
CVS. Add #import <time.h> to GPGContext.h and #import
<Foundation/Foundation.h> to GPGObject.h. The following GNUmakefile
should be all that is necessary:

###########################
FRAMEWORK_NAME = GPGME

GPGME_OBJC_FILES = GPGContext.m GPGData.m GPGEngine.m GPGExceptions.m GPGKey.m\
          GPGObject.m GPGRecipients.m GPGTrustItem.m

GPGME_HEADER_FILES=GPG.h GPGContext.h GPGData.h GPGDefines.h GPGEngine.h\
         GPGExceptions.h GPGInternals.h GPGKey.h GPGObject.h\
         GPGRecipients.h GPGTrustItem.h

ADDITIONAL_OBJCFLAGS += -I../

include $(GNUSTEP_MAKEFILES)/common.make

- -include Makefile.preamble

include $(GNUSTEP_MAKEFILES)/framework.make

- -include Makefile.postamble

- -include Makefile.dependencies
##############################

(I don't think the -include bits are necessary)

make && make install will do the rest - although as I said before my
copy of gnustep doesn't pick up the framework properly.

Damian

PS You will need gpg and gpgme (which is in the alpha directory at
<ftp://ftp.gnupg.org>).

- -- 
Key fingerprint = FC31 23CA 3EBA E30D 2F20 D7EA 8C8F BB0A 49CA 5201
I use and endorse MkLinux, MacOS, GnuPG, Xemacs, Alpha (text
processor), wwwoffle, w3m, Gnus, Leafnode, Cherry Coke, PG Tips. They
do not sponsor me. Despite endless requests.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.5 and Gnu Privacy Guard 
<http://www.gnupg.org/>

iD8DBQE7p1EpjI+7CknKUgERArh4AKCLM4t4LlA7GFyO6TGlcELTSZc4+ACeJUG9
R/T/6CjyZBBtOsvaPyjsZT0=
=B10p
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]