LudovicRousseau / CCID

CCID driver
https://ccid.apdu.fr/
GNU Lesser General Public License v2.1
223 stars 79 forks source link

MacOSX installation not working on macOS Sonoma 14.5 #141

Open danielmorozoff opened 1 week ago

danielmorozoff commented 1 week ago

Attempted Commands

 ./MacOSX/configure

yields error: ./MacOSX/configure: line 130: ./configure: No such file or directory

Code in ./configure @ line 130

set -x
./configure \
    CFLAGS="$CFLAGS" \
    PCSC_CFLAGS="$PCSC_CFLAGS" \
    PCSC_LIBS="$PCSC_LIBS" \
    LIBUSB_CFLAGS="$LIBUSB_CFLAGS" \
    LIBUSB_LIBS="$LIBUSB_LIBS" \
    LDFLAGS="$LDFLAGS" \
    --enable-usbdropdir="$DROPDIR" \
    $CONFIGURE_ARGS \
    "$@"

Seems ./configure is the culprit.

LudovicRousseau commented 1 week ago

libccid uses meson now. See https://blog.apdu.fr/posts/2024/06/libccid-now-uses-meson-build-tool/ configure is no more generated and distributed.

See also https://ccid.apdu.fr/#MacOSX