Post
Topic
Board Announcements (Altcoins)
Re: [ANN][QBT- QubitCoin] Qubit - new secure hashing (cpu only)
by
lest
on 08/02/2014, 11:53:14 UTC
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:

Code:
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:

Code:
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.