[postgis-users] PostGIS CVS on Solaris

Andrew Seales andrew.seales at ed.ac.uk
Mon May 16 03:24:47 PDT 2005


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

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




More information about the postgis-users mailing list