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
When trying make, an error occur (on OS X for me) In file included from fast.c:10: ./mpsse.h:9:10: fatal error: 'ftdi.h' file not found
I think that as fast.c include maps.h, it need LIBFTDI1 define for its compilation.
The text was updated successfully, but these errors were encountered:
Debug Makefile.in, it should fix devttys0#8
2c2f5df
As fast.c include maps.h, it need LIBFTDI1 define (compilation error on OS X without that).
Merge branch 'devttys0#8'
ce84d90
No branches or pull requests
When trying make, an error occur (on OS X for me)
In file included from fast.c:10:
./mpsse.h:9:10: fatal error: 'ftdi.h' file not found
include <ftdi.h>
I think that as fast.c include maps.h, it need LIBFTDI1 define for its compilation.
The text was updated successfully, but these errors were encountered: