<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Ok found out the reason why. You need to explicitly specify the full base path, within the application package as follows for GRASS_PREFIX<div><br><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; color: rgb(153, 102, 51); ">GRASS_PREFIX=/Applications/GRASS/GRASS-6.4.app/Contents/MacOS</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; color: rgb(153, 102, 51); ">GRASS_INCLUDE_DIR=/Applications/GRASS/GRASS-6.4.app/Contents/MacOS/include&nbsp;</div></div><div><br></div><div>This builds the grass plugin just fine!! :-) Whew!!&nbsp;</div><div><br><div><div>On Sep 22, 2008, at 1:47 PM, Elvis Dowson wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi,</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; I tried to rebuild qgis-0.11.0 with the following commands</div><div><br></div><div>ccmake CMakeLists.txt</div><div><br></div><div>and set the following options</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; color: rgb(153, 102, 51); ">GRASS_PREFIX=/Applications/GRASS/GRASS-6.4.app</div></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; color: rgb(153, 102, 51); ">GRASS_INCLUDE_DIR=/Applications/GRASS/GRASS-6.4.app/Contents/MacOS/include</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; color: rgb(153, 102, 51); ">WITH_GRASS=ON</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; color: rgb(153, 102, 51); "><br></div></div><div>But still qgis doesnt detect the gdal-grass plugin. What should I do?</div><div><br></div><div>Best regards,</div><div><br></div><div>Elvis</div><br><div><div>On Sep 22, 2008, at 1:28 PM, Elvis Dowson wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I found out that you have to first build gdal without grass support, then build grass, and then download the gdal-grass plugin and try to build it with grass.<br><br>This is outlined here: <a href="http://trac.osgeo.org/gdal/wiki/GRASS">http://trac.osgeo.org/gdal/wiki/GRASS</a><br><br> I then type the following configure command<br><br>./configure --with-gdal=/usr/local/bin/gdal-config --with-grass=/Applications/GRASS/GRASS-6.4.app/Contents/MacOS<br><br>And then it configures correctly!! :-)<br><br>Note that the libraries are located in /Applications/GRASS/GRASS-6.4.app/Contents/MacOS/lib but you should just specify Applications/GRASS/GRASS-6.4.app/Contents/MacOS &nbsp;(i.e. do not explicitly specify the lib directory).<br><br><br>Best regards,<br><br>Elvis Dowson<br><br>On Sep 22, 2008, at 12:16 PM, Elvis Dowson wrote:<br><br><blockquote type="cite">Hi,<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I cannot seem to find the grass-6.4.0 plugin in qgis-0.11.0 plugin preferences.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Could you tell me where it is normally built and if I have to copy the grass-6.4.0 plugin into the qgis-0.11.0 plugin directory?<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Also, which compilation step builds the plugin? The grass-6.4.0 or the qgis-0.11.0 one?<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Best regards,<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Elvis Dowson<br></blockquote><br></div></blockquote></div><br></div></blockquote></div><br></div></div></body></html>