pramsey / pgsql-postal

PostgreSQL binding for libpostal
MIT License
138 stars 20 forks source link

postal.c:46:10: fatal error: 'libpostal/libpostal.h' file not found #15

Closed funkonaut closed 3 years ago

funkonaut commented 3 years ago

Running MacOS 10.15 and postgres 13.1 -Checked that my paths were correctly specified using pkg-config --cflags --libs libpostal -pg_config is on path

As per the suggestion here Changing CFLAGS_SL to PG_CFLAGS cleared up the issue.

pramsey commented 3 years ago

Maybe 105a6ca makes things better.