Post
Topic
Board Announcements (Altcoins)
Re: [ANN][PoW][MN] raven dark (xrd) - fair launch!
by
j4ys0n
on 07/01/2019, 14:58:08 UTC
Tnx for the windows wallet.
Earlier I tried to make one myself and got this error:

Quote
osboxes@osboxes:~/Downloads/rdm/depends$ make HOST=x86_64-w64-mingw32 -j4
make: *** No targets specified and no makefile found. Stop.

What could be wrong?

cd depends/
make download-win
sudo apt-get install g++-mingw-w64-i686 mingw-w64-i686-dev g++-mingw-w64-x86-64 mingw-w64-x86-64-dev
make HOST=x86_64-w64-mingw32 -j4
cd..
./configure --prefix=`pwd`/depends/x86_64-w64-mingw32
make