#3789: [intl] --with-included-gettext not working on Mac OS X
--------------------+----------------------
 Reporter:  adunn   |      Owner:  mutt-dev
     Type:  defect  |     Status:  new
 Priority:  major   |  Milestone:
Component:  build   |    Version:  1.5.24
 Keywords:  mac     |
--------------------+----------------------
 I was testing the Homebrew build of mutt
 (https://github.com/Homebrew/homebrew/blob/master/Library/Formula/mutt.rb)
 and noticed that it was throwing a fatal error in the `make` step that for
 some reason wasn't stopping the build
 (https://gist.github.com/dunn/d903c746e7b2d40b7120#file-02-make-L30-L33):

 {{{
 ./lib.h:45:12: fatal error: 'libintl.h' file not found
 #  include <libintl.h>
            ^
 }}}

 Declaring a dependency on gettext fixes that, but it'd nice to use
 `--with-included-gettext` and save users from installing another
 dependency. Unfortunately that produces the very same error:
 https://gist.github.com/dunn/f44982d9afbe679eeb5c#file-02-make-L30-L33

 I notice that it's `libgnuintl.h` in the `intl/` directory, rather than
 `libintl.h`.

 Is this a Mac-specific thing, or am I missing something obvious?

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/3789>
Mutt <http://www.mutt.org/>
The Mutt mail user agent

Reply via email to