[pgrouting-users] Build problems with postgres 8.3 on Debian Lenny

Stephen Woodbridge woodbri at swoodbridge.com
Thu Mar 26 12:39:30 EDT 2009


Anton Patrushev wrote:
> Hi Steve,
> 
> First, what's wrong with you email address? I always get an error
> message from the mail server when I write you from my Gmail account. I
> tried few times and then I gave up.
> 
> And second, we already had a problem with new Boost version from
> Debian repositories
> (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495204). Is it the
> same one?
> 
> Anton.

Anton,

Looking a little closer at the error message we are compiling:

/u/software/pgrouting/core/src/dijkstra.c

Which is a C routine, but one of the includes starts to pull in C++ 
header files. This sounds like it is going to be problematic. This seems 
to be the root of most of the error messages.

-Steve


[  8%] Building C object core/src/CMakeFiles/routing.dir/dijkstra.o
In file included from /usr/include/boost/config/select_stdlib_config.hpp:20,
                  from /usr/include/boost/config.hpp:40,
                  from /usr/include/CGAL/config.h:38,
                  from /usr/include/CGAL/basic.h:28,
                  from /usr/include/CGAL/number_type_basic.h:45,
                  from /usr/include/CGAL/float.h:28,
                  from 
/usr/include/postgresql/8.3/server/utils/timestamp.h:18,
                  from /usr/include/postgresql/8.3/server/access/xlog.h:19,
                  from 
/usr/include/postgresql/8.3/server/storage/bufpage.h:20,
                  from 
/usr/include/postgresql/8.3/server/access/relscan.h:18,
                  from 
/usr/include/postgresql/8.3/server/access/heapam.h:18,
                  from /usr/include/postgresql/8.3/server/executor/spi.h:26,
                  from /u/software/pgrouting/core/src/dijkstra.c:23:
/usr/include/boost/config/no_tr1/utility.hpp:21:21: error: utility: No 
such file or directory




More information about the Pgrouting-users mailing list