martinpaljak / osx-ccid-installer

Easy-to-use (graphical) open source CCID driver installer for OSX El Capitan (10.11) / macOS Sierra (10.12)
40 stars 18 forks source link

Installation Errors #14

Open Walt-H opened 6 years ago

Walt-H commented 6 years ago

Hey guys!

After installing some GNU tools via Brew (i.e autoconf, automake, libtool), I cloned and ran the make as directed.

Getting pretty far in the installation, I ran into the following error:

checking for ar... ar
checking the archiver (ar) interface... ar
./configure: line 4641: PKG_PROG_PKG_CONFIG: command not found
./configure: line 4645: syntax error near unexpected token `libpcsclite,'
./configure: line 4645: `PKG_CHECK_EXISTS(libpcsclite,'
+ r=2
+ rm -f src/Info.plist
+ exit 2
make: *** [/Users/walt/Downloads/osx-ccid-installer/target/usr/local/libexec/SmartCardServices/drivers/ifd-ccid.bundle] Error 2

Any ideas on how I can go about resolving this?

Working in macOS version 10.13.5 (17F77)

Walt-H commented 6 years ago

Just read what versions you support: 10.11 and 10.12 :(

martinpaljak commented 6 years ago

This specific issue could come from the absence of pkg-config? This package has not been tested for a while, as the architecture has changed as has the update cycle from Apple.