Hi list,
This is probably the wrong place to post this, but I've hit an issue with the
homebrewed version of R. See:
https://github.com/Homebrew/homebrew-science/pull/676
It looks like the --with-libintl-prefix configure option is not adding the
proper include directory when installing packages. Is explicitly exporting
CPPFLAGS the proper way to get packages to use a non-standard gettext
installation or should --with-libintl-prefix do this automatically?
The alternative of using the included gettext also works, but homebrew already
packages gettext:
https://github.com/Homebrew/homebrew-science/pull/674
Any comments/suggestsions either on the list or on github would be appreciated.
Thanks