Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ELT] Electron, a new Blake-256 coin for GPU/FPGA
by
Monk3ynutz
on 29/05/2014, 01:50:58 UTC
Trying to compile from source from the github repo on Ubuntu, I get the following error:

auxpow.cpp:127:1: fatal error: opening dependency file obj/auxpow.d: No such file or directory
compilation terminated.
make: *** [obj/auxpow.o] Error 1

There is no obj directory in fact, that might have something to do with it.  Did I miss something or repo missing something?



cd electron/src
mkdir obj

compile again

Thanks shimlbit, that worked.  I also had a make the leveldb/build_detect_platform script executable.