The way you use the PCSC framework on Mac OS X is not correct.
You should use:
#include <PCSC/winscard.h>
to include the header with no need to define libpcsclite_CFLAGS
Use libpcsclite_LIBS="-framework PCSC" instead of
libpcsclite_LIBS="-Wl,-framework,PCSC"
Proposed patch attached.
Original issue reported on code.google.com by ludovic....@gmail.com on 12 May 2012 at 8:44
Original issue reported on code.google.com by
ludovic....@gmail.com
on 12 May 2012 at 8:44Attachments: