Hi,
I am building up (slowly) a Windows 7 Eclipse (Mars) development environment.
I have installed the OSGeo4W instrastructure.
I have installed the ‘grass7_trunk’ SVN repository locally under C:\OSGeo4W\src.
I want to run:
make htmldocs
make pdfdocs
I know I need to run ‘make’ from the MSYS shell.
How/where do you normally install doxygen in this particular development environment?
From MSYS shell:
Ruth@Ruth-PC ~
$ which doxygen
which: doxygen: unknown command
Ruth@Ruth-PC ~
$ where doxygen
INFO: Could not find files for the given pattern(s).
Ruth@Ruth-PC ~
$ echo $PATH
.:/usr/local/bin:/mingw/bin:/bin:/osgeo4w/bin:/c/windows/system32:/c/windows:/c/windows/WBem:/usr/bin:/osgeo4w/apps/Python27/Scripts
From OSGeo4W shell:
C:\Users\Ruth\Desktop>where doxygen
C:\Program Files\doxygen\bin\doxygen.exe
C:\Users\Ruth\Desktop>
Regards,
Rob Parsons
Raleigh NC
On Sun, Jul 26, 2015 at 1:42 PM, Rob Parsons <jrobparsons@gmail.com> wrote:
Hi,
I am building up (slowly) a Windows 7 Eclipse (Mars) development
environment.
If it makes sense, please consider to eventually update
http://grasswiki.osgeo.org/wiki/Eclipse
I have installed the OSGeo4W instrastructure.
I have installed the 'grass7_trunk' SVN repository locally under
C:\OSGeo4W\src.
I want to run:
make htmldocs
make pdfdocs
I know I need to run 'make' from the MSYS shell.
How/where do you normally install doxygen in this particular development
environment?
From MSYS shell:
---------------------------
Ruth@Ruth-PC ~
$ which doxygen
which: doxygen: unknown command
Ruth@Ruth-PC ~
$ where doxygen
INFO: Could not find files for the given pattern(s).
Ruth@Ruth-PC ~
$ echo $PATH
.:/usr/local/bin:/mingw/bin:/bin:/osgeo4w/bin:/c/windows/system32:/c/windows:/c/windows/WBem:/usr/bin:/osgeo4w/apps/Python27/Scripts
From OSGeo4W shell:
--------------------------------
C:\Users\Ruth\Desktop>where doxygen
C:\Program Files\doxygen\bin\doxygen.exe
C:\Users\Ruth\Desktop>
Please try
echo $PATH
also in the OSGeo4W shell, perhaps there is a subtle difference. Or,
add C:\Program Files\doxygen\bin\ to the path in MSYS.
Markus
Yes.
I will update the wiki once I get everything working.
Here is what I had to do to get document generation to complete successfully:
Build documentation
···
On Wed, Jul 29, 2015 at 9:06 AM, Markus Neteler <neteler@osgeo.org> wrote:
On Sun, Jul 26, 2015 at 1:42 PM, Rob Parsons <jrobparsons@gmail.com> wrote:
Hi,
I am building up (slowly) a Windows 7 Eclipse (Mars) development
environment.
If it makes sense, please consider to eventually update
http://grasswiki.osgeo.org/wiki/Eclipse
I have installed the OSGeo4W instrastructure.
I have installed the ‘grass7_trunk’ SVN repository locally under
C:\OSGeo4W\src.
I want to run:
make htmldocs
make pdfdocs
I know I need to run ‘make’ from the MSYS shell.
How/where do you normally install doxygen in this particular development
environment?
From MSYS shell:
Ruth@Ruth-PC ~
$ which doxygen
which: doxygen: unknown command
Ruth@Ruth-PC ~
$ where doxygen
INFO: Could not find files for the given pattern(s).
Ruth@Ruth-PC ~
$ echo $PATH
.:/usr/local/bin:/mingw/bin:/bin:/osgeo4w/bin:/c/windows/system32:/c/windows:/c/windows/WBem:/usr/bin:/osgeo4w/apps/Python27/Scripts
From OSGeo4W shell:
C:\Users\Ruth\Desktop>where doxygen
C:\Program Files\doxygen\bin\doxygen.exe
C:\Users\Ruth\Desktop>
Please try
echo $PATH
also in the OSGeo4W shell, perhaps there is a subtle difference. Or,
add C:\Program Files\doxygen\bin\ to the path in MSYS.
Markus