[pgrouting-users] sew-devel-2_0 build problems

Daniel Kastl daniel at georepublic.de
Sat May 25 10:57:39 PDT 2013


On Sun, May 26, 2013 at 2:48 AM, Dave Potts <dave.potts at pinan.co.uk> wrote:

> On 25/05/13 18:33, Stephen Woodbridge wrote:
> Hi Steve,
>
> Thanks for the prompt help,  in the end I hacked the makefile and did a
> normal make and compile a version.
>
> I did try your build instructions
> ie tools/doit  and got an error about    (missing: SPHINX_EXECUTABLE)
>
> I am using cmake version 2.8.11
>
> Dave.
>
> ------------------------------**------------------------------**
> ----------------------
>  tools/doit
> -- UNIX=1
> -- WIN32=
>
> -- POSTGRESQL_EXECUTABLE is /usr/lib/postgresql/9.1/bin/**postgres
> -- POSTGRESQL_PG_CONFIG is /usr/bin/pg_config
> -- POSTGRESQL_INCLUDE_DIR: /usr/include/postgresql/9.1/**server
> -- POSTGRESQL_LIBRARIES: /usr/lib
> -- Boost version: 1.48.0
> Boost headers were found here: /usr/include
> -- POSTGRESQL_VERSION_STRING is PostgreSQL 9.1.9
> -- POSTGRESQL_VERSION is 9.1.9
> -- Install directory for libraries is set to /usr/lib/postgresql/9.1/lib
> -- Install directory for SQL files is set to /usr/share/postgresql/9.1/**
> extension
> CMake Error at /usr/local/share/cmake-2.8/**Modules/**
> FindPackageHandleStandardArgs.**cmake:108 (message):
>   DEFAULT_MSG
>
>    (missing:  SPHINX_EXECUTABLE)
>
> Call Stack (most recent call first):
> /usr/local/share/cmake-2.8/**Modules/**FindPackageHandleStandardArgs.**cmake:315
> (_FPHSA_FAILURE_MESSAGE)
>   cmake/FindSphinx.cmake:16 (find_package_handle_standard_**args)
>   doc/CMakeLists.txt:14 (find_package)
>
>
>
> -- Configuring incomplete, errors occurred!
> make: *** No targets specified and no makefile found. Stop


It includes building the documentation.
If you don't need the documentation you can try like this:

# Clone the repository
git clone git://github.com/pgRouting/pgrouting.git && cd pgrouting

# Compile

sudo rm -Rf build && cmake -H. -Bbuild -DWITH_DD=ON && cd build && make && cd ..

# Build and replace package

sudo dpkg -r pgrouting && cd build && sudo checkinstall -y --nodoc
--pkgversion=2.0.0 --pkgname=pgrouting && cd ..


Daniel






-- 
Georepublic UG & Georepublic Japan
eMail: daniel.kastl at georepublic.de
Web: http://georepublic.de
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pgrouting-users/attachments/20130526/008906ef/attachment.html>


More information about the Pgrouting-users mailing list