Post
Topic
Board Announcements (Altcoins)
Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO |
by
CarlGraph
on 12/09/2016, 04:27:49 UTC

hi,

it seems the new wallet does not build with upnpc v 1.9 and after updating do v 2.0 neither.
i dont know what to do with these errors, maybe one of you knows Smiley

Code:
net.cpp: In function 'void ThreadMapPort()':
net.cpp:981:68: error: invalid conversion from 'int*' to 'unsigned char' [-fpermissive]
     devlist = upnpDiscover(2000, multicastif, minissdpdpath, 0, 0, &error);
                                                                    ^~~~~~
net.cpp:981:74: error: too few arguments to function 'UPNPDev* upnpDiscover(int, const char*, const char*, int, int, unsigned char, int*)'
     devlist = upnpDiscover(2000, multicastif, minissdpdpath, 0, 0, &error);

thanks!

We'll look into it. Thanks for the heads up.

i did disable miniupnpc now as follows
Code:
make -f makefile.unix USE_UPNP=
now i get this error
Code:
g++: error: leveldb/libleveldb.a: No such file or directory
g++: error: /root/Espers/src/leveldb/libleveldb.a: No such file or directory
g++: error: /root/Espers/src/leveldb/libmemenv.a: No such file or directory
makefile.unix:212: recipe for target 'Espersd' failed
but leveldb is on the system (arch linux)

EDIT: got it! copied the two files from another wallet.. Smiley