Skip to Content.
Sympa Menu

overpass - Re: [overpass] Regular expressions

Subject: Overpass API developpement

List archive

Re: [overpass] Regular expressions


Chronological Thread 
  • From: Roland Olbricht <>
  • To:
  • Subject: Re: [overpass] Regular expressions
  • Date: Fri, 29 May 2015 07:55:08 +0200

Hi Malcolm,

please try now again with the updated file (should be now only 600 KB). It has slightly different installation instructions:

Replace

../src/configure --prefix="`pwd`/../"

by

./configure

and use afterwards

make CXXFLAGS="-O3"

instead of

make CXXFLAGS="-O3" install

The software then is in the directories

osm-3s_v0.7.52/bin
osm-3s_v0.7.52/cgi-bin

The background of this change is as follows. It looks like GNU Autotools make a software distribution with "make dist" (and otherwise assume that the current autotool toolchain stays available). A side effect of this distribution making is that the folder structure gets flattened. That's not a pity, but it needs changed installation instructions.

Best regards,

Roland




Archive powered by MHonArc 2.6.18.

Top of Page