[OSM-dev] Error while compiling osm2pgsql

Jan-Benedict Glaw jbglaw at lug-owl.de
Sun Jan 4 17:20:44 GMT 2009


On Sun, 2009-01-04 18:08:49 +0100, Jan-Benedict Glaw <jbglaw at lug-owl.de> wrote:
> On Sun, 2009-01-04 16:53:17 +0100, Joerg Ostertag (OSM Tettnang/Germany) <openstreetmap at ostertag.name> wrote:
> > It seems the File
> > 	output-gazetteer.h
> > is needed to compile osm2pgsql.
> > Can someone tell me in which package I should find this File?
> > 
> > 
> > debian lenny 32Bit
> > http://svn.openstreetmap.org/applications/utils/export/osm2pgsql
> > 
> > make
> > osm2pgsql.c:44:30: error: output-gazetteer.h: No such file or directory
> > osm2pgsql.c:44:30: error: output-gazetteer.h: No such file or directory
> 
> jbglaw at jblaptop:~/GPS/svn.openstreetmap.org/applications/utils/export/osm2pgsql$ grep output-gazetteer *
> jbglaw at jblaptop:~/GPS/svn.openstreetmap.org/applications/utils/export/osm2pgsql$ 
> 
> Sounds like you're using an ancient version?

Urgs, no, I was wrong here. It was just introduced. I guess this is a
missing file rename in SVN, or it simply wasn't committed. As it
seems, the change was quite simple:

@@ -41,14 +41,14 @@
 #include "keyvals.h"
 #include "middle-pgsql.h"
 #include "middle-ram.h"
-#include "output-pgsql.h"
+#include "output-gazetteer.h"
 #include "sanitizer.h"
 #include "reprojection.h"
 #include "text-tree.h"

MfG, JBG

-- 
      Jan-Benedict Glaw      jbglaw at lug-owl.de              +49-172-7608481
Signature of:            http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
the second  :
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.openstreetmap.org/pipermail/dev/attachments/20090104/2b38268d/attachment.pgp>


More information about the dev mailing list