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 > > gcc -DPKGDATADIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DBIN > DIR=\"/usr/local/bin\" -DMUTTLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_C > ONFIG_H=1 -I. -I. -Iintl -I/usr/include/ncurses -I./intl -I/usr/local/include > -Wall -pedantic -g -O2 -c patchlist.c > In file included from mutt.h:51, > from patchlist.c:5: > 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?
Do you have a compiled iconv library on your system ? Either this or a patched mutt is necessary for a succesful compile (whch I've done many times on cygwin). Gruss Olaf Föllinger