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
Required user to install automake, autoconf, libtool, and check.
Fails to build from the github download with the following error:
./configure: line 3030: syntax error near unexpected tokenCHECK,check'
./configure: line 3030: PKG_CHECK_MODULES(CHECK,check >= 0.8.2,have_check="yes",'
The text was updated successfully, but these errors were encountered:
For what it's worth, copying the m4 into main and making sure automake, autoconf, libtool, and check were installed did not do the trick for me. Installing pkgconfig as well, however, did make that error message disappear.
Required user to install automake, autoconf, libtool, and check.
Fails to build from the github download with the following error:
./configure: line 3030: syntax error near unexpected token
CHECK,check'./configure: line 3030:
PKG_CHECK_MODULES(CHECK,check >= 0.8.2,have_check="yes",'
The text was updated successfully, but these errors were encountered: