ccminer icon indicating copy to clipboard operation
ccminer copied to clipboard

Fails to build...required file 'compat/Makefile.in' not found

Open markasoftware opened this issue 7 years ago • 4 comments

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

markasoftware avatar Apr 11 '17 04:04 markasoftware

I have no idea what's wrong there. Somebody who knows more about autogen than me should answer that

KlausT avatar Apr 11 '17 14:04 KlausT

Adding an empty file compat/Makefile.am fixes the issue for me

jlippuner avatar May 14 '17 05:05 jlippuner

it seems AC_CONFIG_FILES missing "compat/Makefile" in configure.am

klautz avatar May 25 '17 21:05 klautz

This should not be an issue for KlausT 8.23; close if resolved please.

platinum4 avatar Dec 02 '18 09:12 platinum4