fetchmail-friends
[Top] [All Lists]

[fetchmail]Cannot compile 5.9.4 with --enable-NTLM

2001-10-04 23:21:59
###SNIP###
[inkiar(_at_)fstiger fetchmail-5.9.4]$ ./configure --disable-nls --enable-RPA 
--enable-NTLM --enable-SDPS --with-ssl --without-kerberos 
--mandir=/usr/share/man
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
...
creating config.h
linking ./intl/libgettext.h to intl/libintl.h
You can ignore any makedepend error messages:
[inkiar(_at_)fstiger fetchmail-5.9.4]$ make all
...
gcc -DHAVE_CONFIG_H  -DLOCALEDIR=\"/usr/local/share/locale\" -c  -I. -I. 
-I./intl -I./intl -I/usr/local/ssl/include -O imap.c
imap.c: In function `do_imap_ntlm':
imap.c:184: too few arguments to function `from64tobits'
make: *** [imap.o] Error 1
[inkiar(_at_)fstiger fetchmail-5.9.4]$
###SNIP###

###SNIP###
[inkiar(_at_)fstiger inkiar]$ diff fetchmail-5.9.0/fetchmail.h 
fetchmail-5.9.4/fetchmail.h
508c508
< int from64tobits(char *, const char *);
---
int from64tobits(char *, const char *, int len);
542c542
<        {report(stderr, _("alloca failed")); exit(PS_UNDEFINED);}
---
       {report(stderr, GT_("alloca failed")); exit(PS_UNDEFINED);}
[inkiar(_at_)fstiger inkiar]$
###SNIP###

-- 
Ari Inki <Ari(_dot_)Inki(_at_)iki(_dot_)fi>



<Prev in Thread] Current Thread [Next in Thread>