Closed AlmuHS closed 6 years ago
I solved the problem, installing other older version of libftdi
A workaround for this (at least on my Fedora system) is to compile from source and after running ./autogen.sh
edit the configure
file, replacing libftdi
with libftdi1
everywhere (make sure to check with pkg-config --cflags libftdi1
that you actually have this package installed).
After that you just ./configure && make
There is probably a better way todo this, but I just needed the binary working.
I did this, but now I have other error in compile phase
Solved: Removed directory, reclone repository and change libftdi to libftdi1 in configure file
Hi all:
I'm trying to compile papilio-prog in a Gentoo x86_64 system
When I try to compile papilio-prog, in the configure step, i found this error: