On Mon, 2010-09-13 at 13:50 +, Martin Spott wrote:
> Now, did anyone succeed in building recent QGIS SVN trunk against a
> GRASS7 from SVN trunk ? As an example, I'm calling 'cmake' this way:
>
> cmake -D CMAKE_INSTALL_PREFIX=/opt/QGIS -D WITH_BINDINGS=TRUE \
> -D GRASS_INCLUDE_DIR=/opt/GRASS
Anne Ghisla wrote:
> cmake -Wno-dev \
> -DGRASS_INCLUDE_DIR=/usr/local/grass-6.4.0RC5/include \
> -DGRASS_PREFIX=/usr/local/grass-6.4.0RC5 \
[...]
Thanks for providing this example - at least it supports my assumption
that I did not completely misunderstand the various documentation
samples ;