ここから README に従って 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/precise uptodate 2.0.0+ds1-3build1
Ubuntu-Version: Ubuntu 12.04.1.
「make install」後のこのフォーク (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