ccminer
ccminer copied to clipboard
Fails to build...required file 'compat/Makefile.in' not found
running ./autogen.sh
gives the following output and exits with code 1:
Makefile.am:6: warning: JANSSON_INCLUDES was already defined in condition TRUE, which includes condition WANT_JANSSON ...
Makefile.am:4: ... 'JANSSON_INCLUDES' previously defined here
Makefile.am:82: warning: nvcc_ARCH multiply defined in condition TRUE ...
Makefile.am:81: ... 'nvcc_ARCH' previously defined here
configure.ac:126: error: required file 'compat/Makefile.in' not found
I have no idea what's wrong there. Somebody who knows more about autogen than me should answer that
Adding an empty file compat/Makefile.am
fixes the issue for me
it seems AC_CONFIG_FILES missing "compat/Makefile" in configure.am
This should not be an issue for KlausT 8.23; close if resolved please.