You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to build the latest (OS X), everything was looking good but failed with this:
$ make all
.
.
.
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make -C hidapi
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in mac
CC hid.lo
libtool: Version mismatch error. This is libtool 2.4.2, but the
libtool: definition of this LT_INIT comes from libtool 2.4.6.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2
libtool: and run autoconf again.
make[3]: *** [hid.lo] Error 63
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [hidapi/mac/.libs/libhidapi.a] Error 2
The text was updated successfully, but these errors were encountered:
Trying to build the latest (OS X), everything was looking good but failed with this:
The text was updated successfully, but these errors were encountered: