[postgis-users] PostGIS CVS on Solaris

strk at refractions.net strk at refractions.net
Mon May 16 04:40:24 PDT 2005


On Mon, May 16, 2005 at 11:24:47AM +0100, Andrew Seales wrote:
> Hi Strk,
> 
> >Same request for you... would you test HEAD branch of postgis CVS
> >and help find out appropriate compiler / linker flags ?
> >
> >TIA
> >
> >--strk;
> >
> >  
> >
> The configure stuff ran ok, however it didn't detect that libxml and
> libxslt wasn't install so when it tried to build the documentation, make
> crashed out saying it couldn't find "xsltproc". Once I installed those
> packages, I got the following error:
> 
> [snip]
> make[1]: Entering directory
> `/<pathtopgsql>/postgresql-8.0.1/contrib/postgis-cvs/doc'
> xsltproc \
>         --output html/postgis.html \
>         --param shade.verbatim 1 \
>         --param section.autolabel 1 \
>         --param section.label.includes.component.label 1 \
>         --param chunk.section.depth 0 \
>         --stringparam html.stylesheet style.css \
>         /html/docbook.xsl \
>         postgis-out.xml
> warning: failed to load external entity "/html/docbook.xsl"
> cannot parse /html/docbook.xsl
> make[1]: *** [html/postgis.html] Error 4
> make[1]: Leaving directory
> `/<pathtopgsql>/postgresql-8.0.1/contrib/postgis-cvs/doc'
> make: *** [docs] Error 2

You need docbook.xsl installed somewhere.
If you can 'locate' it just add its path to the list
starting on line 192 of configure.in 

I'd add the already produced html file into CVS but I'm
not sure about differences between xsltproc versions
and/or docbook.xsl. Does anyone have hints on best
practice for this ? Should we be shipping the
docbook.xsl with postgis ?

--strk;

> 
> The code was checkout using the following command:
> cvs co -r HEAD postgis
> 
> Also, I used the GNU compiler and linker as I couldn't get the Sun ones
> to work.
> 
> Andrew
> 
> -- 
> Andrew Seales
> 
> EDINA                   tel: +44 (0) 131 651 1430
> Edinburgh University    fax: +44 (0) 131 650 3308
> Main Library Building   url: http://edina.ac.uk
> George Square           email: andrew.seales at ed.ac.uk
> Edinburgh EH8 9LJ
> 
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users



More information about the postgis-users mailing list