announce (#11) - Binaries for 1.0.0.a available (#3) - Message List

Binaries for 1.0.0.a available

Hi Anton,

You can find my own binaries on my own web site at

1.  http://www.davidgis.fr/download/pgRouting-1.0.0.a-0_win32.zip only the zip file

2.  http://www.davidgis.fr/download/pgRouting-1.0.0.a-0_win32.exe an personal installer for pgrouting. I've used inno setup for that! With logos from pgrouting and postlbs ;)

I would like to know if people can try it in their own laptops or computers to check that everything is ok :)

Let me know!...It should work with PostgreSQL 8.2.4

Kind regards.

--david;  http://www.davidgis.fr

  • Message #5

    Hi David,

    Thank you so much!

    Did you include dijkstra shortest path into the compilation? May I put them onto our Downloads page?

    • Message #6

      Hi Anton,

      Please wait a while, I'm trying to compil dijkstra with postgresql 8.2 it

      thanks...I've got a small error with PG_MODULE_MAGIC but not very important

      pgdijkstra was compiled for 8.1 not for 8.2

      thanks.

      --david;

    • Message #7

      Hi Anton,

      Please wait a while, I'm trying to compil dijkstra with postgresql 8.2 it

      thanks...I've got a small error with PG_MODULE_MAGIC but not very important

      pgdijkstra was compiled for 8.1 not for 8.2

      thanks.

      --david;

      • Message #8

        Dear Anton,

        The shortest_path() doesn't work for me!!!

        shortest_path_astar(), tsp() yes

        Sorry I'm very sorry not checking that before

        • Message #9

          David,

          No problem. I will wait for the solution. By the way, what is a problem with shortest_path()? Probably, we can solve it together.

      • Message #10

        Dear Anton,

        The shortest_path() doesn't work for me!!!

        shortest_path_astar(), tsp() yes

        Sorry I'm very sorry not checking that before

        • Message #11

          I think the problem is that I've used binaries files for mingw...I've found at  http://nuwen.net/mingw.html

          boost with version 1.34

          I didn't compil it myself

          shortes_path_astar() works well!

          I am trying to compil boost 1.33.1 using the links you give me

          The error is that my server crashes when I used shortest_path()

          with boost.

          • Message #12

            It works now!!!!

            testgis=# UPDATE troncon_route_edges set reverse_cost = 1000000 where reverse_cost=-1; UPDATE 17 testgis=# select * from shortest_path('SELECT id,source,target,cost,reverse_cost,x1,y1,x2,y2 FROM troncon_route_edges',48,38,false,true);

            vertex_id | edge_id | cost


            48 | 53 | 13.0297765905234 49 | 59 | 4.35213704724091 43 | 60 | 5.23594066797949 35 | 39 | 1000000 34 | 61 | 3.8083349013935 10 | 10 | 3

            8 | 8 | 4 6 | 6 | 2.91421356237309 7 | 7 | 2.91421356237309 5 | 3 | 3 4 | 32 | 5.86670129625104

            30 | 38 | 2.42470775726398 32 | 43 | 7.08935847100446 37 | 47 | 2.28593953367386 41 | 46 | 1.76395914112196 39 | 44 | 2.81901636360908 38 | -1 | 0

            (17 lignes)

            Ok I will redo my zip file and my installer please wait for a while ;)

            • Message #13

              Great! Thanks, David!

              • Message #14

                Binaries are available at

                1.  http://www.davidgis.fr/download/pgRouting-1.0.0.a-0_win32.zip 2.  http://www.davidgis.fr/download/pgRouting-1.0.0.a-0_win32.exe

                tsp()..........................................................ok tsp_astar_as_geometry_internal_id_directed()...................ok

                shortest_path_astar()..........................................ok shortest_path_astar_as_geometry_internal_id_directed().........ok

                driving_distance...............................................ok

                I don't have any times to tests shortest_path_shooting_star()

                Not many times! You know I'm in France...I haven't sleep again!

                Need to go to sleep! Tired!

                Kind regards.

                --david;  http://www.davidgis.fr

                • Message #15

                  David,

                  Thanks once again!

                  Yes, I was so surprised when I received you first message so early today! Sweet dreams!

                  Anton.