<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, May 26, 2013 at 2:48 AM, Dave Potts <span dir="ltr"><<a href="mailto:dave.potts@pinan.co.uk" target="_blank">dave.potts@pinan.co.uk</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">On 25/05/13 18:33, Stephen Woodbridge wrote:<br>
Hi Steve,<br>
<br>
Thanks for the prompt help,  in the end I hacked the makefile and did a normal make and compile a version.<br>
<br>
I did try your build instructions<br>
ie tools/doit  and got an error about    (missing: SPHINX_EXECUTABLE)<br>
<br>
I am using cmake version 2.8.11<br>
<br>
Dave.<br>
<br>
------------------------------<u></u>------------------------------<u></u>----------------------<br>
 tools/doit<br>
-- UNIX=1<br>
-- WIN32=<div class="im"><br>
-- POSTGRESQL_EXECUTABLE is /usr/lib/postgresql/9.1/bin/<u></u>postgres<br>
-- POSTGRESQL_PG_CONFIG is /usr/bin/pg_config<br>
-- POSTGRESQL_INCLUDE_DIR: /usr/include/postgresql/9.1/<u></u>server<br>
-- POSTGRESQL_LIBRARIES: /usr/lib<br>
-- Boost version: 1.48.0<br>
Boost headers were found here: /usr/include<br>
-- POSTGRESQL_VERSION_STRING is PostgreSQL 9.1.9<br>
-- POSTGRESQL_VERSION is 9.1.9<br>
-- Install directory for libraries is set to /usr/lib/postgresql/9.1/lib<br>
-- Install directory for SQL files is set to /usr/share/postgresql/9.1/<u></u>extension<br></div>
CMake Error at /usr/local/share/cmake-2.8/<u></u>Modules/<u></u>FindPackageHandleStandardArgs.<u></u>cmake:108 (message):<br>
  DEFAULT_MSG<br>
<br>
   (missing:  SPHINX_EXECUTABLE)<div class="im"><br>
Call Stack (most recent call first):<br></div>
/usr/local/share/cmake-2.8/<u></u>Modules/<u></u>FindPackageHandleStandardArgs.<u></u>cmake:315 (_FPHSA_FAILURE_MESSAGE)<br>
  cmake/FindSphinx.cmake:16 (find_package_handle_standard_<u></u>args)<br>
  doc/CMakeLists.txt:14 (find_package)<div class="im"><br>
<br>
<br>
-- Configuring incomplete, errors occurred!<br></div>
make: *** No targets specified and no makefile found. Stop</blockquote><div><br></div><div style>It includes building the documentation.</div><div style>If you don't need the documentation you can try like this:</div>

<div style><br></div><div style><pre class="" style="font-size:12px;line-height:16px;font-family:Consolas,'Liberation Mono',Courier,monospace;word-wrap:break-word;width:1225px;margin-top:0px;margin-bottom:0px;padding:0px;color:rgb(0,0,0)">

<div class="" id="file-build_pgrouting-sh-LC1"><span style="color:rgb(153,153,136);font-style:italic"># Clone the repository</span><br></div><div class="" id="file-build_pgrouting-sh-LC5">git clone git://<a href="http://github.com/pgRouting/pgrouting.git">github.com/pgRouting/pgrouting.git</a> <span class="" style="font-weight:bold">&&</span> <span class="" style="color:rgb(0,134,179)">cd </span>pgrouting</div>

<div class="" id="file-build_pgrouting-sh-LC6"> </div><div class="" id="file-build_pgrouting-sh-LC7"><span class="" style="color:rgb(153,153,136);font-style:italic"># Compile</span></div><div class="" id="file-build_pgrouting-sh-LC8">

sudo rm -Rf build <span class="" style="font-weight:bold">&&</span> cmake -H. -Bbuild -DWITH_DD<span class="" style="font-weight:bold">=</span>ON <span class="" style="font-weight:bold">&&</span> <span class="" style="color:rgb(0,134,179)">cd </span>build <span class="" style="font-weight:bold">&&</span> make <span class="" style="font-weight:bold">&&</span> <span class="" style="color:rgb(0,134,179)">cd</span> ..</div>

<div class="" id="file-build_pgrouting-sh-LC9"> </div><div class="" id="file-build_pgrouting-sh-LC10"><span class="" style="color:rgb(153,153,136);font-style:italic"># Build and replace package</span></div><div class="" id="file-build_pgrouting-sh-LC11">

sudo dpkg -r pgrouting <span class="" style="font-weight:bold">&&</span> <span class="" style="color:rgb(0,134,179)">cd </span>build <span class="" style="font-weight:bold">&&</span> sudo checkinstall -y --nodoc --pkgversion<span class="" style="font-weight:bold">=</span>2.0.0 --pkgname<span class="" style="font-weight:bold">=</span>pgrouting <span class="" style="font-weight:bold">&&</span> <span class="" style="color:rgb(0,134,179)">cd</span> ..</div>

<div class="" id="file-build_pgrouting-sh-LC12"> </div><div class="" id="file-build_pgrouting-sh-LC13"><br></div></pre></div><div style>Daniel</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div>

<div> </div></div>-- <br><span style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse">Georepublic UG & Georepublic Japan<br>eMail: <a href="mailto:daniel.kastl@georepublic.de" style="color:rgb(66,99,171)" target="_blank">daniel.kastl@georepublic.de</a><br>

Web: <a href="http://georepublic.de/" style="color:rgb(66,99,171)" target="_blank">http://georepublic.de</a></span>
</div></div>