Try in the main source code directory:
make htmldocs-single
it should build also the Vector_Library docs (lib/vector/) but on the server it
fails for unknown reasons. Does that work for you?
On Wed, 2008-11-12 at 22:39 +0100, Markus Neteler wrote:
Try in the main source code directory:
make htmldocs-single
it should build also the Vector_Library docs (lib/vector/) but on the
server it
fails for unknown reasons. Does that work for you?
I guess not
nik@vertical:/usr/local/src/grass6_devel$ make htmldocs-single
(cd lib/ ; make cleandocs ; make htmldocs-single)
make[1]: Entering directory `/usr/local/src/grass6_devel/lib'
rm -rf ./latex ./html
make[1]: Leaving directory `/usr/local/src/grass6_devel/lib'
make[1]: Entering directory `/usr/local/src/grass6_devel/lib'
/bin/sh: line 0: type: doxygen: not found
ERROR: Install 'doxygen' software first (get from http://www.doxygen.org)
make[1]: *** [checkdoxygen] Error 1
make[1]: Leaving directory `/usr/local/src/grass6_devel/lib'
make: *** [htmldocs-single] Error 2
On Wed, Nov 12, 2008 at 10:54 PM, Nikos Alexandris
<nikos.alexandris@felis.uni-freiburg.de> wrote:
Sorry...
On Wed, 2008-11-12 at 22:47 +0100, Nikos Alexandris wrote:
doxygen
# install it first... :-0
sudo apt-get install doxygen
# and then
make htmldocs-single
[...]
Generating file index...
Generating directory index...
Generating example index...
Generating file member index...
HTML reference in directory ./html/index.html
make[1]: Leaving directory `/usr/local/src/grass6_devel/swig'
Seems it works
Please check if the desired vector library pages were generated.
Just start to navigate from ./html/index.html
I would like to understand if we have a broken doxygen on the main
server or a problem in our Makefile(s).
On Fri, Nov 14, 2008 at 4:32 PM, Markus Neteler <neteler@osgeo.org> wrote:
On Fri, Nov 14, 2008 at 2:42 PM, Nikos Alexandris
On Fri, 2008-11-14 at 10:03 +0100, Markus Neteler wrote:
On Thu, Nov 13, 2008 at 7:44 PM, Nikos Alexandris
> ( file:///usr/local/src/grass6_devel/lib/html/Vector_Library.html )
>
> yes it works fine (screenshot attached).
...
Maybe there is a bug preventing Vector_Library to be built on the server.
...apparently yes, with my local 1.5.3 the Vector lib docs are generated.
doxygen --version
1.5.5
Hopefully the problem can be traced quickly. Cheers, Nikos
I hope so too... this requires a ticket in the trac of OSGeo, though...