Author

Topic: Qt wallet won't start (Read 462 times)

full member
Activity: 326
Merit: 100
April 20, 2014, 01:58:02 AM
#1
Trying to make a Qt-wallet for an alt-coin, and finally got it to compile with the -B command as recommended by a post somewhere.

It makes a .exe file, but when I run it absolutely nothing happens.

Without the -B, it gives me errors like this:

Code:
./build\leveldb.o:leveldb.cpp:(.text+0x425): undefined reference to `leveldb::Ne
wBloomFilterPolicy(int)'
./build\leveldb.o:leveldb.cpp:(.text+0x6a3): undefined reference to `leveldb::En
v::Default()'
./build\leveldb.o:leveldb.cpp:(.text+0x768): undefined reference to `leveldb::St
atus::ToString() const'
./build\leveldb.o:leveldb.cpp:(.text+0x913): undefined reference to `leveldb::St
atus::ToString() const'
c:/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/bi
n/ld.exe: ./build\leveldb.o: bad reloc address 0x2 in section `.text$_ZN13leveld
b_errorD1Ev[__ZN13leveldb_errorD1Ev]'
collect2.exe: error: ld returned 1 exit status
Makefile.Release:287: recipe for target 'release\Altcoin-qt.exe' failed
mingw32-make: *** [release\Altcoin-qt.exe] Error 1

Any ideas on why this is happening?
Jump to: