On Fri, Sep 11, 2015 at 12:27:40AM -0700, patrick keshishian wrote: > Any interest in this port? I need it for a project. Got it built on amd64 > and been testing it with an extract dump from BBBike.org. I'll be > expanding my tests as the project progresses. > > Things I had to tweak: > - configure.ac > . pickup HAVE_TERMIOS_H so passwords aren't echoed bcak. > . add --without-lua option. Lua is option its README says. I > figure this should be a FLAVOR > - Fixed a few warnings about printf() format strings. > - Fixed one warning about unused variable as it ends up inside > an #ifdef not compiled. > > After comments here I'll try and see how much of these changes > upstream may accept. > > Any comments? Did I miss stuff? etc.
Yes, there's interest in this - i thought we already had it but it was osm2pgrouting which got recently imported. I'm a bit surprised that all the deps are BDEPs, how is linking done ? Technically im not sure you need a RDEP on postgis, since you could be targetting a postgis db on a remote host.... Anyway, i'll look into this deeper nextnext weekend. Landry