Subject: | Different include path on Debian systems |
On a Debian/jessie system with libmpcdec-dev installed the compilation still fails:
...
check.c:2:27: fatal error: mpcdec/mpcdec.h: No such file or directory
#include <mpcdec/mpcdec.h>
^
compilation terminated.
...
Reason is that mpcdec.h is installed here in /usr/include/mpc, not /usr/include/mpcdec.