安装mapnik-rasterizers失败

时间:2012-11-21 15:14:37

标签: install mapnik

我想根据自述文件安装mapnik-rasterizers:https://github.com/stellaeof/mapnik-rasterizers

现在的问题是“make install”给我这个错误信息:

hiwi1102@hiwi1102:~/mapnik-rasterizers-master$ make install
make: mapnik-config: Kommando nicht gefunden
make: mapnik-config: Kommando nicht gefunden
make: mapnik-config: Kommando nicht gefunden
g++ -c  -fPIC -I/usr/include/agg2  -MMD -MP -MF .heatmap_datasource.cpp.d heatmap_datasource.cpp -o heatmap_datasource.os
In file included from rasterizer_datasource.hpp:11:0,
                 from heatmap_datasource.hpp:10,
                 from heatmap_datasource.cpp:7:
chained_datasource.hpp:12:30: schwerwiegender Fehler: mapnik/feature.hpp: Datei oder Verzeichnis nicht gefunden
Kompilierung beendet.
make: *** [heatmap_datasource.os] Fehler 1
hiwi1102@hiwi1102:~/mapnik-rasterizers-master$

有人可以帮我解决这个问题吗?

我的机器上运行了python-mapnik2 apt-show-versions python-mapnik2显示:python-mapnik2 / exact uptodate 2.0.0 + ds1-3build1
Ubuntu版本:Ubuntu 12.04.1。

“make install”之后带有此fork(https://github.com/springmeyer/mapnik-rasterizers)的错误消息

hiwi1102@hiwi1102:~/mapnik-rasterizers-master$ make install 
make: mapnik-config: Kommando nicht gefunden
make: mapnik-config: Kommando nicht gefunden
make: mapnik-config: Kommando nicht gefunden
g++ -c  -fPIC -I/Users/dane/projects/mapnik/deps/agg/include  -MMD -MP -MF .heatmap_datasource.cpp.d heatmap_datasource.cpp -o heatmap_datasource.os
In file included from rasterizer_datasource.hpp:11:0,
                 from heatmap_datasource.hpp:10,
                 from heatmap_datasource.cpp:7:
chained_datasource.hpp:12:30: schwerwiegender Fehler: mapnik/feature.hpp: Datei oder Verzeichnis nicht gefunden
Kompilierung beendet.
make: *** [heatmap_datasource.os] Fehler 1

1 个答案:

答案 0 :(得分:1)

原作者目前没有维护光栅化器代码。请在https://github.com/springmeyer/mapnik-rasterizers使用我的前叉。根据你的mapnik版本,我需要对代码进行一些调整,所以请根据我的fork编译来发布mapnik版本的问题和确切的错误。