Hi, Not sure how to report this - when compiling the current SVN-version of osm2pgsql for macosx, I receive a compiler error (malloc.h: No such file or directory).
It seems including malloc.h is anyway unnecessary, as stdlib.h already takes care to get the correct malloc implementation - so after removing the line #include <malloc.h> in the file middle-pgsql.c, everything went fine. thanks Michael _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

