* Olaf Foellinger <[EMAIL PROTECTED]> [2002-06-13 11:33 +0200]: > On Wed, Jun 12, 2002 at 09:54:03PM +0200, Gerhard Haering wrote: > > For reasons that you really don't want to know, I need to patch and compile > > mutt on Cygwin. Unfortunately, I can't compile either the Cygwin sources of > > 1.2.5 nor mutt 1.4.0 with a stock > > > > ./configure --with-homespool=/foo/var > > make > > > > it freaks out (1.4) with > > [...] > > charset.h:39: parse error before `ICONV_CONST' > > > > I'd prefer to have a mutt 1.4, anyway. Has anybody compiled this sucessfully on > > Cygwin, yet?
The problem is that something's b0rken in mutt's 1.4 configure script, because in config.h, ICONV_CONST isn't defined at all. Opening the file and #define ICONV_CONST const helped me compile mutt 1.4.0 sucessfully. I even didn't need to patch it to fix my problem. Now I can tell you what the problem is: the standard Cygwin mutt is version 1.2.5.x and this one doesn't work with the M$ Exchange server I have to connect to at work, which has German umlaut in its folder names. mutt 1.4.x's imap implementation works much better :-) > Do you have a compiled iconv library on your system? No, any reason I would need one? Should I just download one from GNU and compile it? There seems to be no Cygwin package. Gerhard -- mail: gerhard <at> bigfoot <dot> de registered Linux user #64239 web: http://www.cs.fhm.edu/~ifw00065/ OpenPGP public key id AD24C930 public key fingerprint: 3FCC 8700 3012 0A9E B0C9 3667 814B 9CAA AD24 C930 reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))