lucasjones / cpuminer-multi

Multi-algo CPUMiner & Reference Cryptonote Miner (JSON-RPC 2.0)
Other
638 stars 1.5k forks source link

Unable to run ./autogen.sh on Ubuntu 14 #7

Open pcdinh opened 10 years ago

pcdinh commented 10 years ago

Makefile.am:17: warning: source file 'sha3/sph_keccak.c' is in a subdirectory, Makefile.am:17: but option 'subdir-objects' is disabled automake: warning: possible forward-incompatibility. automake: At least a source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled. For now, the corresponding output automake: object file(s) will be placed in the top-level directory. However, automake: this behaviour will change in future Automake versions: they will automake: unconditionally cause object files to be placed in the same subdirectory automake: of the corresponding sources. automake: You are advised to start using 'subdir-objects' option throughout your automake: project, to avoid future incompatibilities. Makefile.am:17: warning: source file 'sha3/sph_hefty1.c' is in a subdirectory, Makefile.am:17: but option 'subdir-objects' is disabled Makefile.am:17: warning: source file 'sha3/sph_groestl.c' is in a subdirectory, Makefile.am:17: but option 'subdir-objects' is disabled Makefile.am:17: warning: source file 'sha3/sph_skein.c' is in a subdirectory, Makefile.am:17: but option 'subdir-objects' is disabled Makefile.am:17: warning: source file 'sha3/sph_bmw.c' is in a subdirectory, Makefile.am:17: but option 'subdir-objects' is disabled Makefile.am:17: warning: source file 'sha3/sph_jh.c' is in a subdirectory, Makefile.am:17: but option 'subdir-objects' is disabled Makefile.am:17: warning: source file 'sha3/sph_shavite.c' is in a subdirectory, Makefile.am:17: but option 'subdir-objects' is disabled Makefile.am:17: warning: source file 'sha3/sph_blake.c' is in a subdirectory, Makefile.am:17: but option 'subdir-objects' is disabled Makefile.am:17: warning: source file 'sha3/sph_luffa.c' is in a subdirectory, Makefile.am:17: but option 'subdir-objects' is disabled Makefile.am:17: warning: source file 'sha3/sph_cubehash.c' is in a subdirectory, Makefile.am:17: but option 'subdir-objects' is disabled Makefile.am:17: warning: source file 'sha3/sph_simd.c' is in a subdirectory, Makefile.am:17: but option 'subdir-objects' is disabled Makefile.am:17: warning: source file 'sha3/sph_echo.c' is in a subdirectory, Makefile.am:17: but option 'subdir-objects' is disabled Makefile.am:17: warning: source file 'crypto/oaes_lib.c' is in a subdirectory, Makefile.am:17: but option 'subdir-objects' is disabled Makefile.am:17: warning: source file 'crypto/c_keccak.c' is in a subdirectory, Makefile.am:17: but option 'subdir-objects' is disabled Makefile.am:17: warning: source file 'crypto/c_groestl.c' is in a subdirectory, Makefile.am:17: but option 'subdir-objects' is disabled Makefile.am:17: warning: source file 'crypto/c_blake256.c' is in a subdirectory, Makefile.am:17: but option 'subdir-objects' is disabled Makefile.am:17: warning: source file 'crypto/c_jh.c' is in a subdirectory, Makefile.am:17: but option 'subdir-objects' is disabled Makefile.am:17: warning: source file 'crypto/c_skein.c' is in a subdirectory, Makefile.am:17: but option 'subdir-objects' is disabled Makefile.am:17: warning: source file 'crypto/hash.c' is in a subdirectory, Makefile.am:17: but option 'subdir-objects' is disabled Makefile.am:17: warning: source file 'crypto/aesb.c' is in a subdirectory, Makefile.am:17: but option 'subdir-objects' is disabled Makefile.am:10: error: required directory ./compat,sha3,crypto does not exist

NullNoname commented 10 years ago

Adding "AUTOMAKE_OPTIONS = subdir-objects" to bottom of Makefile.am fixed it for me. (same issue as ccminer: https://github.com/cbuchner1/ccminer/issues/8)