On Wed, 22 Jan 2003 19:31:22 +0100 David Ayers <[EMAIL PROTECTED]> wrote:
>| Manuel Guesdon wrote: >| >| >On Wed, 22 Jan 2003 19:00:42 +0100 David Ayers <[EMAIL PROTECTED]> wrote: >| > >| I'm preparing a patch for a couple of GDL2 related issues so that all >| > >| will "just work". >| > >| >Great ! >| >I have one in preparation too but I can apply it after you. >| > >| > >| It seems that there is a new depndancy on gscrypt >| > >| which inturn is dependant on some pam_ library. If you tell me which >| > >| one, I can link my app and finish the patch. Alternativly I could try to >| > >| conditionalize the gscrypt dependancy. >| > >| >I don't find reference to gscrypt in my version. Where do you find one ? >| > >| GSHTMLURLValueElement.m and GSWSession.m Sorry, I was searching in GDL2 :-) Yes, GSMD5 and few another functions are used in these 2 classes. In GSHTMLURLValueElement.m, it's used to generate cid for sending components by email (I should write a documentation on this :-) In GSWSession, it is used to genrate better sessionIDs. I prefer to keep gscryt dependancy to avoid code duplication. gscrypt is a small library in dev-libs. To reduce dependancies, I think one could conditionalize pam library in gscrypt because it is used only by GSPam without connection to other classes. Manuel -- ______________________________________________________________________ Manuel Guesdon - ORANGE CONCEPT <[EMAIL PROTECTED]> 14 rue Jean-Baptiste Clement - 93200 Saint-Denis - France Tel: +33 1 4940 0997 - Fax: +33 1 4940 0998 _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
