Why does this code suck?
util/env_win.cc:17:21: fatal error: shlwapi.h: No such file or directory
Winblows?
I get this as well trying to compile from source for Ubuntu.
I can compile other coins fine, using make -f makefile.unix USE_UPNP=-
This command should help:
chmod +x src/leveldb/build_detect_platform
Thanks, I get:
chmod: cannot access `src/leveldb/build_detect_platform': No such file or directory
Looks like I'm missing leveldb, apt-get I couldn't find anything for Ubuntu with it, what do you recommend?
I guess you're already inside src directory so you need to use the following:
chmod +x leveldb/build_detect_platform
EDIT:
This file is in the repo so you just need to find it and make it executable using chmod +x.
That was it, almost there maybe!
/user/QubitCoin/src/leveldb/util/options.cc:17: undefined reference to `leveldb::Env::Default()'
collect2: ld returned 1 exit status
make: *** [QubitCoind] Error 1
You should put a coin address in your sig, I hear being helpful sometimes pays

Maybe a note on the front page about this fix.