r-spatial / lwgeom

bindings to the liblwgeom library
https://r-spatial.github.io/lwgeom/
58 stars 23 forks source link

configure: error: proj_api.h not found in standard or given locations[lwgeom@0.1.2] #66

Closed Tom-python0121 closed 3 years ago

Tom-python0121 commented 3 years ago

see:

[root@centos8 lwgeom]# make install
1 error found in build log:
     132    checking for inttypes.h... yes
     133    checking for stdint.h... yes
     134    checking for unistd.h... yes
     135    checking proj_api.h usability... no
     136    checking proj_api.h presence... no
     137    checking for proj_api.h... no
  >> 138    configure: error: proj_api.h not found in standard or given locations.
     139    ERROR: configuration failed for package 'lwgeom'

I don't know why.Here is my system:

* **Python:** 3.6.8
* **Platform:** linux-centos8-aarch64
* **Concretizer:** original
Tom-python0121 commented 3 years ago

see the #67 and can resolve it.