Re: [GRASS-user] fatal error: 'libintl.h' file not found (OSX)

2014-10-15 Thread Markus Neteler
On Wed, Oct 15, 2014 at 1:57 AM, Michael Barton michael.bar...@asu.edu wrote: I do bundle it in my GRASS binaries. My point is that there is no functional reason that internationalization (which is otherwise optional in configuration for GRASS) should be needed to compile r.stream. extract.

Re: [GRASS-user] fatal error: 'libintl.h' file not found (OSX)

2014-10-15 Thread Markus Neteler
On Tue, Oct 14, 2014 at 9:16 PM, Michael Barton michael.bar...@asu.edu wrote: I do compile GRASS with internationalization for 6.4.3 and above. However, there have repeatedly been some problems with the way this is implemented on the Mac. Mainly, the internal checks for what is the system

Re: [GRASS-user] fatal error: 'libintl.h' file not found (OSX)

2014-10-15 Thread William Kyngesburye
Right, so we're back to the problem, if libintl.h is bundled in the GRASS app include dir, why isn't it found? I just looked, yes it's there, in the right place, it should work. Svein, is there more before the error? I'm looking for a line that starts with 'gcc' or 'clang'. On Oct 15, 2014,

Re: [GRASS-user] fatal error: 'libintl.h' file not found (OSX)

2014-10-15 Thread Svein Harald Sønderland
Hi, I upgraded from v6.4.3 to v6.4.4 and used the KyngChaos installer package. After having installed all the necessary packages listed on that page the error message about libintl.h was no longer appearing. Using this version I currently have no problems neither installing nor using the addons I

Re: [GRASS-user] fatal error: 'libintl.h' file not found (OSX)

2014-10-15 Thread Michael Barton
I’m glad this worked. But I don’t have a 6.4.5 package. The only GRASS 6.x package I have is 6.4.4 stable, the same one that William has. So I wonder what the difference is? I do compile this with internationalization on but otherwise, it is pretty much the same as William. Michael

Re: [GRASS-user] fatal error: 'libintl.h' file not found (OSX)

2014-10-15 Thread Svein Harald Sønderland
:-) Correct, the package provided by you said GRASS 6.4.4 stable (svn snapshot with bug fixes) http://grassmac.wdfiles.com/local--files/downloads/GRASS-6.4.4svn.pkg.zip on the download page, but upon launching the Grass application, the terminal window said v6.4.5-svn. I became a bit suspicious,

Re: [GRASS-user] fatal error: 'libintl.h' file not found (OSX)

2014-10-14 Thread Michael Barton
I do compile GRASS with internationalization for 6.4.3 and above. However, there have repeatedly been some problems with the way this is implemented on the Mac. Mainly, the internal checks for what is the system language implemented in the GUI have tended to only look at environment settings

Re: [GRASS-user] fatal error: 'libintl.h' file not found (OSX)

2014-10-14 Thread William Kyngesburye
It's included from a GRASS header, so it's needed for compiling extensions. You would have to add it to your bundle.make to package it into the installer. On Oct 14, 2014, at 2:16 PM, Michael Barton michael.bar...@asu.edu wrote: I do compile GRASS with internationalization for 6.4.3 and above.

Re: [GRASS-user] fatal error: 'libintl.h' file not found (OSX)

2014-10-14 Thread Michael Barton
I do bundle it in my GRASS binaries. My point is that there is no functional reason that internationalization (which is otherwise optional in configuration for GRASS) should be needed to compile r.stream. extract. Michael C. Michael Barton Director, Center for Social

Re: [GRASS-user] fatal error: 'libintl.h' file not found (OSX)

2014-10-13 Thread William Kyngesburye
libintl.h is not part of the OS X system, so it needs to be included in the GRASS app. I don't build my GRASS app with libintl, but I think Michael Barton does. But first, make sure you have the latest version of GRASS, 6.4.4. Michael may have missed libintl.h in older versions but fixed it

[GRASS-user] fatal error: 'libintl.h' file not found (OSX)

2014-10-12 Thread Svein Harald Sønderland
Anyone know how to get the r.stream addons to work on mac?? When trying to install I get this error: /Applications/GRASS/GRASS-6.4.app/Contents/MacOS/include/grass/glocale.h:9:10: fatal error: 'libintl.h' file not found #include libintl.h Installed grass gis 6.4.3 on my mac OSX v.10.9.5. GIS