sadaszewski / concaveman-cpp

C++ port of mapbox's JS concaveman, with a Python wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build error when building .so library with gcc

vrmaurice opened this issue · comments

g++ -c -o concaveman.o concaveman.cpp
gcc -shared -o concaveman.so concaveman.o

Gives a bunch of errors
Are there any other ways to build to .so library?
I'm trying to build for Python wrappers.

I released a python package based on concaveman-cpp: https://github.com/cubao/concave_hull

Hope this helpful.