Opened 18 years ago

Closed 18 years ago

#9379 closed defect (fixed)

BUG: Mutt port doesn't build correctly (missing header include)

Reported by: brad@… Owned by: yeled@…
Priority: High Milestone:
Component: ports Version: 1.2
Keywords: Cc:
Port:

Description

Just installed darwin ports today and ran port -d selfupdate so I should have all of the latest.. here is the output from building mutt:

macintosh:/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_mail_mutt/work/mutt-1.4.2.1 root# make make all-recursive Making all in m4 make[2]: Nothing to be done for `all'. Making all in po make[2]: Nothing to be done for `all'. Making all in intl make[2]: Nothing to be done for `all'. Making all in doc

test -f manual.html test -f manual.txt
make manual.html cp ./manual*.html ./
make manual.txt cp ./manual.txt ./

Making all in contrib make[2]: Nothing to be done for `all'. gcc -DPKGDATADIR=\"/opt/local/share/mutt\" -DSYSCONFDIR=\"/opt/local/etc\" -DBINDIR=\"/opt/local/bin\" -DMUTTLOCALEDIR=\"/opt/local/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -Iintl -I/opt/local/include -I./intl -I/opt/local/include -g -O2 -c addrbook.c In file included from mutt_menu.h:23,

from addrbook.c:20:

keymap.h:83: error: array type has incomplete element type make[2]: * [addrbook.o] Error 1 make[1]: * [all-recursive] Error 1 make: * [all-recursive-am] Error 2

--

If you just add #include "mapping.h" to keymap.h, it compiles/builds/works just fine.

Change History (3)

comment:1 Changed 18 years ago by yeled@…

Cc: yeled@… added

comment:2 Changed 18 years ago by mww@…

Cc: yeled@… removed
Owner: changed from darwinports-bugs@… to yeled@…
Summary: Mutt port doesn't build correctly (missing header include)BUG: Mutt port doesn't build correctly (missing header include)

comment:3 Changed 18 years ago by yeled@…

Resolution: fixed
Status: newclosed

thanks. fixed.

Note: See TracTickets for help on using tickets.