GadgetFactory/Papilio-Loader

Error compiling papilio-prog under Debian

Opened this issue · 0 comments

I'm trying to compile papilio-prog under Debian. I installed libftdi1-dev and libftdi1, and I try to compile using

./autogen.sh
./configure

But, in configure step, the script shows this error:

checking whether ln -s works... yes
./configure: line 4045: syntax error near unexpected token libftdi1,' ./configure: line 4045: PKG_CHECK_MODULES(libftdi1, libftdi1 >= 0.19, '

How can I solve this?