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

MacOSX installation not working on macOS Sonoma 14.5 #141

Open
danielmorozoff opened this issue Jun 15, 2024 · 1 comment
Open

MacOSX installation not working on macOS Sonoma 14.5 #141

danielmorozoff opened this issue Jun 15, 2024 · 1 comment
Assignees

Comments

@danielmorozoff
Copy link

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
Copy link
Owner

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

@LudovicRousseau LudovicRousseau self-assigned this Jun 16, 2024
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