[PD] compiling pd-extended on arch linux

Mathieu Bouchard matju at artengine.ca
Tue Jul 6 13:56:43 CEST 2010


On Tue, 6 Jul 2010, James Dunn wrote:

> Seems like I just had to install pkg-config. It now finds the 
> imagemagick library but fails with a new error:
> videoV4L2.cpp:389:31: error: ‘fstat’ was not declared in this scope
> videoV4L2.cpp:394:27: error: ‘S_ISCHR’ was not declared in this scope

Try adding this line near the top :

   #include <sys/stat.h>

  _ _ __ ___ _____ ________ _____________ _____________________ ...
| Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801


More information about the Pd-list mailing list