AndrewWalker / pydubins

Python wrapper of the C version of the Dubins-Curves library
MIT License
72 stars 53 forks source link

fix windows compilation problem for py2 and py3 #17

Closed gonultasbu closed 3 years ago

gonultasbu commented 3 years ago

The master branch gives compilation errors as mentioned in other issues. This PR fixes these issues for Python 2.x and 3.x both.

gonultasbu commented 3 years ago

Looks like it gives the following error

path did not initialise correctly

closing this PR for now.

gonultasbu commented 3 years ago

Turns out compiling with mingw works for py2 and py3. Haven't been able to find a solution by modifying the C source code for now. Keeping this here for future reference.