I'm trying to install r.stream.extract, r.stream.basin, r.stream.order and r.fuzzy but I get always the same error line at the end:<div><br></div><div><div>lipo: can't figure out the architecture type of: /var/folders/5j/jb8xwzg57kbcpw6sq69_s_gc0000gn/T//cce8ZQSk.out</div>

<div>make: *** [OBJ.i386-apple-darwin11.3.0/close.o] Error 1</div><div><br></div><div>I was working as well with the compilation of Grass and I've make some changes to the configuration file, I've erased these lines:</div>

<div><br></div><div><div><div>--with-fftw-includes=/Library/Frameworks/FFTW3.framework/unix/include \</div><div>--with-fftw-libs=/Library/Frameworks/FFTW3.framework/unix/lib \</div><div>--with-cxx \</div><div>--with-ffmpeg \</div>

<div>--with-ffmpeg-includes="/usr/local/include /usr/local/include/libavcodec /usr/local/include/libavdevice /usr/local/include/libavformat /usr/local/include/libavutil /usr/local/include/libswscale" \</div><div>

--with-ffmpeg-libs=/usr/local/lib \</div></div></div><div><br></div><div>And as result I get less errors:</div><div><br></div><div><div>GRASS GIS compilation log</div><div>-------------------------</div><div>Started compilation: Thu May 31 22:22:07 COT 2012</div>

<div>--</div><div>Errors in:</div><div>/Users/jdmonto0/Downloads/grass/grass64_release/gui/wxpython</div><div>/Users/jdmonto0/Downloads/grass/grass64_release/visualization/nviz</div><div>--</div><div>In case of errors please change into the directory with error and run 'make'.</div>

<div>If you get multiple errors, you need to deal with them in the order they</div><div>appear in the error log. If you get an error building a library, you will</div><div>also get errors from anything which uses the library.</div>

<div>--</div></div><div><br></div><div>I ran make into both directories. The first one ran without problem, the second one has this result:</div><div><div><br></div><div>Undefined symbols for architecture x86_64:</div><div>

  "_GetPortBounds", referenced from:</div><div>      _SetMacBufRect in togl.o</div><div>ld: symbol(s) not found for architecture x86_64</div><div>collect2: ld returned 1 exit status</div><div>make[1]: *** [nvwish] Error 1</div>

<div>make: *** [default] Error 2</div></div><div><br></div><div>The version of Xcode that I have is the 4.3.2 with the CLI tools. I tried to follow the recommendations of William, but I don't get it, Where should I paste the folder <span class="Apple-style-span" style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">MacOSX10.6.sdk?</span></div>

<div><span class="Apple-style-span" style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span class="Apple-style-span" style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">Thanks</span></div>

<div><br></div><div class="gmail_quote">On Wed, May 30, 2012 at 4:23 AM, Markus Neteler <span dir="ltr"><<a href="mailto:neteler@osgeo.org" target="_blank">neteler@osgeo.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On Wed, May 30, 2012 at 5:52 AM, David Montoya <<a href="mailto:jdmonto0@gmail.com">jdmonto0@gmail.com</a>> wrote:<br>
> I installed Grass using the files from kyngchaos and I need to compile some<br>
> addons.<br>
<br>
</div>Please tell us which.<br>
<div class="im"><br>
> I tried to install them by two ways, using g.extensions but it<br>
> doesn't work, and through modbuild following the instruction but I get the<br>
> following error:<br>
> My Os is MacOS Lion 10.7<br>
><br>
> MacBook-Pro-de-Jose:r.stream.extract jdmonto0$ make GRASS_HOME='~/modbuild'<br>
>  GRASS_APP='/Applications/GRASS-6.4.app'<br>
> ../../include/Make/Module.make:25: warning: overriding commands for target<br>
> `install'<br>
> ../../include/Make/Rules.make:90: warning: ignoring old commands for target<br>
> `install'<br>
> gcc -I~/modbuild/dist.i386-apple-darwin11.3.0/include<br>
> -I/Applications/GRASS-6.4.app/Contents/MacOS/include  -Os -fexceptions<br>
> -arch i386 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk<br>
> -I/Library/Frameworks/GDAL.framework/Versions/1.9/Headers<br>
> -I/Library/Frameworks/GEOS.framework/Versions/3/unix/include<br>
> -DPACKAGE=\""grassmods"\"  -I~/modbuild/dist.i386-apple-darwin11.3.0/include<br>
> -I/Applications/GRASS-6.4.app/Contents/MacOS/include -o<br>
> OBJ.i386-apple-darwin11.3.0/close.o -c close.c<br>
> In file included from close.c:1:<br>
> /Applications/GRASS-6.4.app/Contents/MacOS/include/grass/gis.h:24:19: error:<br>
> stdio.h: No such file or directory<br>
<br>
</div>This is a fundamental system file. On my Linux box, it is in a<br>
package called "glibc-headers". No idea how that's called on MacOSX.<br>
The lack of this file causes all subsequent errors.<br>
<br>
...<br>
<div class="im">> I tried also to compile Grass by my own, but I get some errors when I run<br>
> the command make. The configuration that I use is as follow:<br>
><br>
> ./configure \<br>
<br>
</div>...<br>
<div class="im">> At this point, everything seems to be ok, but when I run make, I get this<br>
> error:<br>
</div>...<br>
<div class="im">> Errors in:<br>
> /Users/jdmonto0/Downloads/grass/grass64_release/lib/iostream<br>
> /Users/jdmonto0/Downloads/grass/grass64_release/gui/wxpython<br>
> /Users/jdmonto0/Downloads/grass/grass64_release/raster/r.terraflow<br>
> /Users/jdmonto0/Downloads/grass/grass64_release/visualization/nviz<br>
> --<br>
> In case of errors please change into the directory with error and run<br>
> 'make'.<br>
<br>
</div>--> please do this and report the errors.<br>
<span class="HOEnZb"><font color="#888888"><br>
Markus<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>David Montoya González<br>Ing. Forestal, Universidad Nacional de Colombia<br>Laboratorio de Sistemas Complejos, UNAL Medellin<br><br>
</div>