manecante wrote:
Hi, I can't find comport.pd_linux , using puredyne-9.11 with pd-extended-0.42. I DL pd source from svn but when trying to compile comport I get many errors (no such file or directory for: sys/time.h, fcntl.h, sys/ioctl.h, termios.h, unistd.h, glob.h, string.h, errno.h, stdio.h, etc )
Those are all atndard c headers, you probably need to install the libc-dev package. (I think it's libc6-dev now)
Martin