不知道为什么会这样:pkg-config proj --libs
给出:-lproj
什么时候应该:-L/usr/lib/x86_64-linux-gnu -lproj
因为proj.pc
在/usr/lib/x86_64-linux-gnu/pkgconfig/
现在,这个问题与proj_api.h not found in standard or given locations
? 我的 LMint 20.1 没有找到。我不断得到:
PROJ header location specified: -I/usr/include - check if proj_api.h is there...
checking proj_api.h usability... no
checking proj_api.h presence... no
checking for proj_api.h... no
configure: error: Did not find PROJ headers according to --with-proj-include - check the installation!
即使proj_api.h
在这里:
$ locate proj_api.h
/usr/include/proj_api.h
这是 PROJ4 版本 7.2.1-1 的问题吗?我发现了一些关于这个的帖子(例如这个关于 .bashrc 中的 PKG_CONFIG_PATH 的帖子)但没有解决方案。任何帮助深表感谢,
-- PROJ4 版本:
ii libproj-dev:amd64 7.2.1-1~focal0 amd64 Cartographic projection library (development files)
ii libproj19:amd64 7.2.1-1~focal0 amd64 Cartographic projection library
ii proj-bin 7.2.1-1~focal0 amd64 Cartographic projection library (tools)
ii proj-data 7.2.1-1~focal0 all Cartographic projection filter and library (datum package)