#2820: Mutt doesn't build with --without-wc-funcs Changes (by brendan):
* status: new => closed * resolution: => fixed Old description: > {{{ > When I configure Mutt using --without-wc-funcs (this should be better > under Mac OS X as its wcwidth function is buggy), I get the following > error when running make: > > gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../intl -I../intl -Wall -pedantic > -g -O2 -MT auth.o -MD -MP -MF .deps/auth.Tpo -c -o auth.o auth.c > In file included from ../protos.h:24, > from ../mutt.h:956, > from auth.c:27: > ../mbyte.h:16: error: parse error before '(' token > ../mbyte.h:17: error: parse error before '(' token > ../mbyte.h:18: error: parse error before '(' token > make[2]: *** [auth.o] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > >How-To-Repeat: > >Fix: > Unknown > }}} New description: {{{ When I configure Mutt using --without-wc-funcs (this should be better under Mac OS X as its wcwidth function is buggy), I get the following error when running make: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../intl -I../intl -Wall -pedantic -g -O2 -MT auth.o -MD -MP -MF .deps/auth.Tpo -c -o auth.o auth.c In file included from ../protos.h:24, from ../mutt.h:956, from auth.c:27: ../mbyte.h:16: error: parse error before '(' token ../mbyte.h:17: error: parse error before '(' token ../mbyte.h:18: error: parse error before '(' token make[2]: *** [auth.o] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 >How-To-Repeat: >Fix: Unknown }}} Comment: Build error fixed. Defects in the included wc functions may need a separate bug, or perhaps this one should be reopened and retitled. -- Ticket URL: <http://dev.mutt.org/trac/ticket/2820#comment:3>