Closed juifa-tsai closed 5 years ago
I don't have a mac, so my comments are just guess, I have no way to duplicate
_ArrayGetNItems", referenced from:
_pgr_get_bigIntArr in arrays_input.c.o
_ArrayGetNItems
is a postgres function
What I see is that only where postgres is needed things failed, (Mainly C files) kind of postgres not really being linked
Can you make (a clean build) with this flags
cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DPGROUTING_DEBUG=ON ..
Output will be huge, paste the
But really anything I can tell you is a guess. I haven't being able to make a travis test (since 2013 that I started on the team) for macOS, because I have no idea of how mac works
This is a travis test with postgres 9.6 (on trusty) https://travis-ci.org/pgRouting/pgrouting/jobs/431985880
Hi expert,
I am trying to install the pgrouting in Mac. But I got the error in end of installation with
sudo make install
as following error message:Steps to reproduce the problem
I built with
cmake
and installed by following the README.md, the log of cmake shows all the package seems are okay. Thecmake
log isSpecifications like the version of pgRouting/PostGIS and PostgreSQL as well as Operating System
My environments are
Not sure if I miss something, I hope someone can point out the right step for me.
Many thanks! J.F.