<div dir="ltr"><div><div><div><div><div>Yes.<br></div>I will update the wiki once I get everything working.<br><br></div>Here is what I had to do to get document generation to complete successfully:<br><br><br>Build documentation<br>--------------------<br><br>Install latest Graphviz binary distribution for windows from here:<br><a href="http://graphviz.org/Download_windows.php">http://graphviz.org/Download_windows.php</a><br> <br>Install latest Doxygen binary distribution for Windows from here:<br><a href="http://www.stack.nl/~dimitri/doxygen/download.html">http://www.stack.nl/~dimitri/doxygen/download.html</a><br><br>Install latest basic TeX/LaTeX system for Windows from here:<br><a href="http://miktex.org/download">http://miktex.org/download</a><br><br>After the TeX/LaTeX system is installed, and during the first time 'make pdfdocs' is run, expect to be prompted for additional packages that must be installed to complete the TeX/LaTex system.<br><br>In MSYS shell, add the path to doxygen.exe and dot.exe<br><br>$ export PATH=$PATH:/c/"Program Files"/doxygen/bin<br><br>$ export PATH=$PATH:/c/graphviz-2.38/release/bin<br><br>$ export PATH=$PATH:/c/"Program Files (x86)"/"MiKTeX 2.9"/miktex/bin<br><br>$ echo $PATH<br><br>$ cd /c/OSGeo4W/src/grass7_trunk/<br><br>$ make htmldocs<br><br>$ make pdfdocs<br><br><br><br><br></div>Regards,<br></div>Rob Parsons<br></div>Raleigh NC<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 29, 2015 at 9:06 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"><span class="">On Sun, Jul 26, 2015 at 1:42 PM, Rob Parsons <<a href="mailto:jrobparsons@gmail.com">jrobparsons@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
> I am building up (slowly) a Windows 7 Eclipse (Mars) development<br>
> environment.<br>
<br>
</span>If it makes sense, please consider to eventually update<br>
<a href="http://grasswiki.osgeo.org/wiki/Eclipse" rel="noreferrer" target="_blank">http://grasswiki.osgeo.org/wiki/Eclipse</a><br>
<div><div class="h5"><br>
> I have installed the OSGeo4W instrastructure.<br>
> I have installed the 'grass7_trunk' SVN repository locally under<br>
> C:\OSGeo4W\src.<br>
><br>
> I want to run:<br>
><br>
> make htmldocs<br>
> make pdfdocs<br>
><br>
> I know I need to run 'make' from the MSYS shell.<br>
><br>
> How/where do you normally install doxygen in this particular development<br>
> environment?<br>
><br>
><br>
> From MSYS shell:<br>
> ---------------------------<br>
><br>
> Ruth@Ruth-PC ~<br>
> $ which doxygen<br>
> which: doxygen: unknown command<br>
><br>
> Ruth@Ruth-PC ~<br>
> $ where doxygen<br>
> INFO: Could not find files for the given pattern(s).<br>
><br>
> Ruth@Ruth-PC ~<br>
> $ echo $PATH<br>
> .:/usr/local/bin:/mingw/bin:/bin:/osgeo4w/bin:/c/windows/system32:/c/windows:/c/windows/WBem:/usr/bin:/osgeo4w/apps/Python27/Scripts<br>
><br>
><br>
> From OSGeo4W shell:<br>
> --------------------------------<br>
><br>
> C:\Users\Ruth\Desktop>where doxygen<br>
> C:\Program Files\doxygen\bin\doxygen.exe<br>
><br>
> C:\Users\Ruth\Desktop><br>
<br>
</div></div>Please try<br>
echo $PATH<br>
also in the OSGeo4W shell, perhaps there is a subtle difference. Or,<br>
add C:\Program Files\doxygen\bin\ to the path in MSYS.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
Markus<br>
</font></span></blockquote></div><br></div>