package (#21) - Compiling PgRouting? 1.0.0.a on Win32 (#4) - Message List

Compiling PgRouting? 1.0.0.a on Win32

Hi

First of all, many thanks for this new web site for pgrouting

I've got a problem tryinh building pgrouting 1.0.0a on win32

I succeed in compiling 1.0.0.a with boost using mingw/msys..so I can use function for shortest_path, *_astar*()

i've succeeded in compiling gaul on win32 using dev-c++ but got error with pgrouting with "make"

But no for tsp(), I need gaul for that

Any idea on how to compil it on win32 and using pgrouting for that.

--david;

  • Message #1

    Oh, I just sent you an email to invite you here :)

    Well, can you try to make a ticket for that problem? I will assign it to our engineer who made win binaries for previous versions.

    • Message #2

      Hi,

      I've posted the ticket ;)...thanks for your invitation :)

      Building with boost with mingw could be done without error!

      But it is difficult to try using tsp()

      :)

      Furthermore, with PostgreSQL 8.2.4, in tsp.c and dijkstra.c, I have to comment out

      ifndef PG_MODULE_MAGIC

      and

      endif

      --david;