We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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, '
libftdi1,' ./configure: line 4045:
How can I solve this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: