concaveman-cpp icon indicating copy to clipboard operation
concaveman-cpp copied to clipboard

Build error when building .so library with gcc

Open vrmaurice opened this issue 3 years ago • 1 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.

vrmaurice avatar Jul 16 '22 20:07 vrmaurice

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

Hope this helpful.

district10 avatar Feb 04 '23 17:02 district10