On Sun, 2009-01-04 18:08:49 +0100, Jan-Benedict Glaw <[email protected]> wrote: > On Sun, 2009-01-04 16:53:17 +0100, Joerg Ostertag (OSM Tettnang/Germany) > <[email protected]> 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 > > jbg...@jblaptop:~/GPS/svn.openstreetmap.org/applications/utils/export/osm2pgsql$ > grep output-gazetteer * > jbg...@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 [email protected] +49-172-7608481
Signature of: http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
the second :
signature.asc
Description: Digital signature
_______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

