iainctduncan / scheme-for-pd

Pure Data port of the Scheme For Max external, providing an embedded S7 Scheme/Lisp interpreter for scripting and live-coding Pure Data in Scheme Lisp.
BSD 3-Clause "New" or "Revised" License
64 stars 5 forks source link

Fix build on x86_64 mac #9

Closed jukkae closed 2 years ago

jukkae commented 2 years ago

s4pd doesn't compile without explicitly including system headers stdlib.h and unistd.h. After this change, just cloning the project and running make correctly builds it.