Skip to content
New issue

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

Header file not found #89

Closed
martinscholz83 opened this issue Nov 13, 2020 · 1 comment
Closed

Header file not found #89

martinscholz83 opened this issue Nov 13, 2020 · 1 comment

Comments

@martinscholz83
Copy link

I'm currently facing the following issue.

/usr/local/opt/pcsc-lite/include/PCSC/winscard.h:41:10: error: 'pcsclite.h' file not found with <angled> include; use "quotes" instead
#include <pcsclite.h>
         ^~~~~~~~~~~~
         "pcsclite.h"
@LudovicRousseau
Copy link
Owner

pcsclite.h should be with winscard.h in /usr/local/opt/pcsc-lite/include/PCSC/

Use pkg-config to find the correct compiler and linker arguments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants