KlausT / ccminer

Software for mining various cryptocoins
GNU General Public License v3.0
403 stars 312 forks source link

build regression: "No rule to make target 'x15/whirlpool.cpp', needed by 'x15/ccminer-whirlpool.o'. Stop." #252

Closed salfter closed 6 years ago

salfter commented 6 years ago

Just updated my Gentoo ebuild to pull the latest version and got this when I tried rebuilding. A build log is attached.

build.log

KlausT commented 6 years ago

I don't know what's wrong there. It complains about whirlpool.cpp, but it's right there: https://github.com/KlausT/ccminer/blob/78b052f5286be10e082976dc21bc41754edbf511/Makefile.am#L55

KlausT commented 6 years ago

Oh, I see, the filenames are wrong. Should be fixed now.

salfter commented 6 years ago

Looks like that fixed it...thanks!