<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi dear list,</div><div><br></div><div>I'm trying to add knob object to purr-data so I could use Zynpadsynth patch. But i've trouble making the knob makefile. I don't know if it come from the knob makefile, my distribution (ubuntu studio 18.02) or purr-data, but maybe someone more skilled than me could help me find an answer...</div><div><br></div><div>I took the knob object from A. Graef Github: <a href="https://github.com/agraef/purr-data/tree/master/externals/footils/knob">https://github.com/agraef/purr-data/tree/master/externals/footils/knob</a></div><div><br></div><div>And changed the directory at the top of the makefile like that:</div><div>PD_DIR= /opt/purr-data/lib/pd-l2ork/extra</div><div>That's what I understood from the readme but i'm not sure of what I did...</div><div><br></div><div>Here is my terminal output:</div><div>jokoko@jokoko-K56CB:~/Bureau/patch/synth/knob$ sudo make<br>cc -O2 -Wall -DPD -fPIC -I../../src -I/opt/purr-data/lib/pd-l2ork/extra//src -c knob.c <br>knob.c:24:10: fatal error: m_imp.h: Aucun fichier ou dossier de ce type<br> #include "m_imp.h"<br>          ^~~~~~~~~<br>compilation terminated.<br>makefile:81: recipe for target 'knob.pd_linux' failed<br>make: *** [knob.pd_linux] Error 1<br></div><div><br></div><div><br></div><div>I'm not at all used to compile files, so I don't understand the issue.</div><div>*little translation point: "aucun fichier ou dossier de ce type" means "no file or folder of this kind".</div><div><br></div><div>Any idea?</div><div><br></div><div>Thank you everyone, and keep going on for opensources!<br></div><div><br></div></div></div></div></div>