gsohler / openscad

OpenSCAD - The Programmers Solid 3D CAD Modeller
https://www.openscad.org
Other
14 stars 6 forks source link

Build fix: specify more path to node.h #13

Closed dmdeemer closed 7 months ago

dmdeemer commented 7 months ago

Building on Ubuntu with Python 3.8, there is a /usr/include/python3.8/node.h, which was being included before ./src/core/node.h.

Resolved the conflict by specifying a complete relative path in manifold-applyops.cc, which appears to be the only place node.h is referenced.

gsohler commented 7 months ago

thank you!