-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install problem with 'mapnik::proj_transform' #250
Comments
looks like you are using mapnik@master to build python-mapnik. mapnik@master have been updated to support proj >7.2.0 and therefore had some breaking changes. You would need to change all occurences of Or pull the proj6 branch in. |
Hello, will get:
|
I do get the same error with |
Install of python-mapnik failed with errors citing 'mapnik::proj_transform' at:
sudo python3 setup.py install
I'm no linux specialist, but last command run was:
clang++ -DNDEBUG -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.7m -c src/mapnik_proj_transform.cpp -o build/temp.linux-x86_64-3.7/src/mapnik_proj_transform.o -I/usr/local/include -I/usr/local/include/mapnik/agg -I/usr/local/include/mapnik/deps -I/home/jb/OSM/mapnik/mason_packages/.link/include -I/home/jb/OSM/mapnik/mason_packages/.link/include/freetype2 -I/home/jb/OSM/mapnik/mason_packages/.link/include/libpng16 -I/home/jb/OSM/mapnik/mason_packages/linux-x86_64/libgdal/2.2.3/include -I/home/jb/OSM/mapnik/mason_packages/.link/include/cairo -I/home/jb/OSM/mapnik/mason_packages/.link/include/pixman-1 -DMAPNIK_MEMORY_MAPPED_FILE -DMAPNIK_HAS_DLCFN -DBIGINT -DBOOST_REGEX_HAS_ICU -DHAVE_JPEG -DMAPNIK_USE_PROJ -DMAPNIK_PROJ_VERSION=70201 -DHAVE_PNG -DHAVE_WEBP -DHAVE_TIFF -DLINUX -DMAPNIK_THREADSAFE -DBOOST_SPIRIT_NO_PREDEFINED_TERMINALS=1 -DBOOST_PHOENIX_NO_PREDEFINED_TERMINALS=1 -DBOOST_SPIRIT_USE_PHOENIX_V3=1 -DNDEBUG -DHAVE_CAIRO -DGRID_RENDERER -DSVG_RENDERER -std=c++14 -DU_USING_ICU_NAMESPACE=0 -D_GLIBCXX_USE_CXX11_ABI=0 -fvisibility-inlines-hidden -pthread -ftemplate-depth-300 -O3
with error message:
Don't know if more info is needed, but I'm in a dead end.
The text was updated successfully, but these errors were encountered: