1 | ./configure --with-cgal=/usr/local/cgal --with-gaul=/usr/local/gaul --with-boost=/usr/local/boost
|
---|
2 | checking for gcc... gcc
|
---|
3 | checking for C compiler default output file name... a.out
|
---|
4 | checking whether the C compiler works... yes
|
---|
5 | checking whether we are cross compiling... no
|
---|
6 | checking for suffix of executables...
|
---|
7 | checking for suffix of object files... o
|
---|
8 | checking whether we are using the GNU C compiler... yes
|
---|
9 | checking whether gcc accepts -g... yes
|
---|
10 | checking for gcc option to accept ANSI C... none needed
|
---|
11 | checking for g++... g++
|
---|
12 | checking whether we are using the GNU C++ compiler... yes
|
---|
13 | checking whether g++ accepts -g... yes
|
---|
14 | checking how to run the C preprocessor... gcc -E
|
---|
15 | checking for egrep... grep -E
|
---|
16 | checking for ANSI C header files... yes
|
---|
17 | configure: checking for BOOST ...
|
---|
18 | configure: checking for astar_search.hpp in /usr/local/boost/include/boost/graph ...
|
---|
19 | configure: checking for CGAL ...
|
---|
20 | find: /usr/share/CGAL: No such file or directory
|
---|
21 | find: /usr/local/cgal/make: No such file or directory
|
---|
22 | configure: checking for GAUL ...
|
---|
23 | configure: creating ./config.status
|
---|
24 | config.status: creating Makefile
|
---|
25 | [root@mapxl routing]# make
|
---|
26 | make: pg_config: Command not found
|
---|
27 | Makefile:55: no file name for `include'
|
---|
28 | g++ -O2 -g -fpic -I/usr/local/boost/include/boost/graph -c boost_wrapper.cpp
|
---|
29 | In file included from boost_wrapper.cpp:30:
|
---|
30 | dijkstra.h:25:22: postgres.h: No such file or directory
|
---|
31 | In file included from boost_wrapper.cpp:30:
|
---|
32 | dijkstra.h:32: error: `float8' does not name a type
|
---|
33 | dijkstra.h:33: error: `float8' does not name a type
|
---|
34 | dijkstra.h:40: error: `float8' does not name a type
|
---|
35 | boost_wrapper.cpp:56: error: `float8' does not name a type
|
---|
36 | boost_wrapper.cpp: In function `int boost_dijkstra(edge_t*, unsigned int, int, int, bool, bool, path_element_t**, int*, char**)':
|
---|
37 | boost_wrapper.cpp:85: error: 'struct Vertex' has no member named 'cost'
|
---|
38 | boost_wrapper.cpp:85: error: 'struct edge' has no member named 'cost'
|
---|
39 | boost_wrapper.cpp:95: error: 'struct Vertex' has no member named 'cost'
|
---|
40 | boost_wrapper.cpp:95: error: 'struct edge' has no member named 'reverse_cost'
|
---|
41 | boost_wrapper.cpp:99: error: 'struct Vertex' has no member named 'cost'
|
---|
42 | boost_wrapper.cpp:99: error: 'struct edge' has no member named 'cost'
|
---|
43 | boost_wrapper.cpp:121: error: `float8' was not declared in this scope
|
---|
44 | boost_wrapper.cpp:121: error: template argument 1 is invalid
|
---|
45 | boost_wrapper.cpp:121: error: template argument 2 is invalid
|
---|
46 | boost_wrapper.cpp:121: error: invalid type in declaration before '(' token
|
---|
47 | boost_wrapper.cpp:124: error: `cost' is not a member of `Vertex'
|
---|
48 | boost_wrapper.cpp:125: error: invalid types `int[int]' for array subscript
|
---|
49 | boost_wrapper.cpp:160: error: 'struct path_element' has no member named 'cost'
|
---|
50 | boost_wrapper.cpp:160: error: invalid types `int[boost_dijkstra::vertex_descriptor]' for array subscript
|
---|
51 | boost_wrapper.cpp:181: error: 'struct path_element' has no member named 'cost'
|
---|
52 | boost_wrapper.cpp:181: error: 'struct Vertex' has no member named 'cost'
|
---|
53 | make: *** [boost_wrapper.o] Error 1 |
---|