agraef / pd-lua

Lua bindings for Pd, updated for Lua 5.3+
https://agraef.github.io/pd-lua/
GNU General Public License v2.0
47 stars 10 forks source link

Makefile 'include' folder on MacOS Sierra #4

Closed mariobuoninfante closed 1 year ago

mariobuoninfante commented 5 years ago

Hi,

I just noticed that using the makefile on MacOS Sierra 10.12.6, I was getting the following error: pdlua.c:51:10: fatal error: 's_stuff.h' file not found That's because makefile was looking for: /Applications/Pd-0.49-1.app/Contents/include that doesn't exist on my system, while instead I have /Applications/Pd-0.49-1.app/Contents/src So changing that, then it worked fine. Tested on MacOS Sierra 10.12.6 with Pd 0.49.1

Mario

agraef commented 1 year ago

Fixed in rev. a78e5ce08e4651ae3b1f7f89eda2873b25f68e82.