#3611: Commit #36b0cc717ecc causes build failure on OSX 10.5 PPC.
------------------------+---------------------------------------------------
Reporter: balderdash | Owner: mutt-dev
Type: defect | Status: new
Priority: major | Milestone:
Component: mutt | Version: 1.5.21
Keywords: |
------------------------+---------------------------------------------------
Commit #36b0cc717ecc causes build failure on OSX 10.5 PPC. Here is the
error I see:
gcc -DPKGDATADIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\"
-DBINDIR=\"/usr/local/bin\" -DMUTTLOCALEDIR=\"/usr/local/share/locale\"
-DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/ssl/include
-I./intl -Wall -pedantic -Wno-long-long -g -O2 -MT signal.o -MD -MP -MF
.deps/signal.Tpo -c -o signal.o signal.c
signal.c: In function ‘sighandler’:
signal.c:90: error: ‘SIGWINCH’ undeclared (first use in this function)
signal.c:90: error: (Each undeclared identifier is reported only once
signal.c:90: error: for each function it appears in.)
signal.c: In function ‘mutt_signal_init’:
signal.c:144: error: ‘SIGWINCH’ undeclared (first use in this function)
signal.c: In function ‘mutt_block_signals’:
signal.c:180: error: ‘SIGWINCH’ undeclared (first use in this function)
signal.c:180: warning: left-hand operand of comma expression has no effect
signal.c:180: warning: statement with no effect
make[2]: *** [signal.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Here are my configure flags, which I've used for years without problem
until just now:
--enable-debug
--enable-imap
--enable-pop
--enable-smtp
--enable-hcache
--with-ssl=/usr/local/ssl
--with-sasl
--with-tokyocabinet
The build failure persisted even after make distclean and even after
freshly cloning the hg repo.
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3611>
Mutt <http://www.mutt.org/>
The Mutt mail user agent