Author

Topic: Hire people to guide on EasyWinBuilder compilation of Maxcoin (Read 914 times)

legendary
Activity: 1386
Merit: 1009
Have you resolved the issue?
I think I can help Smiley
full member
Activity: 280
Merit: 100
Hire people to guide on EasyWinBuilder compilation of Maxcoin

Will pay 0.05 BTC, about $20-$30 worth of usd at current rate, I will need help on compile Maxcoin using EasyWinBuilder.

Seems to have something wrong with my CryptoPP folder, I include the library folder in my .pro file and its still unable to find the CryptoPP lib.

I got an error like undefined reference to CryptoPP::Integer.
I got the environment fully setup using easy win builder, just the part on building this qt got some issue.

I will pay the amount of 0.05 BTC upon successfully compile of max coin using Easy Win Builder and able to execute with my Window 7.

If you got the answer or solution to fix this, please pm me, include your BTC wallet address too.

Thanks  Tongue I don't need maxcoin compiled wallet binary file, I trying to learn how to use Easy Win Builder.
If you think my payment is too low for your work, do pm me and negotiate a price for this job.

I will reply promptly.

E.g as shown below

Code:
g++ -Wl,--dynamicbase -Wl,--nxcompat -Wl,--large-address-aware -Wl,-s -mthreads
-Wl,-subsystem,windows -o release/maxcoin-qt.exe object_script.maxcoin-qt.Releas
e  -L'c:/Qt/4.8.5/lib' -lmingwthrd -lmingw32 -lqtmain build/bitcoin-qt_res.o -Ll
ibs/miniupnpc-1.8 -lminiupnpc -liphlpapi C:/deps/maxcoin/src/cryptopp/libcryptop
p.a -lshlwapi C:/deps/maxcoin/src/leveldb/libleveldb.a C:/deps/maxcoin/src/level
db/libmemenv.a -lshlwapi -Llibs/boost_1_54_0/stage/lib -Llibs/db-4.8.30.NC/build
_unix -Llibs/openssl-1.0.1e -lssl -lcrypto -ldb_cxx -lws2_32 -lshlwapi -lmswsock
 -lole32 -loleaut32 -luuid -lgdi32 -lboost_system-mgw46-mt-1_54 -lboost_filesyst
e....
...
./build/key.o:key.cpp:(.text+0x1c13): undefined reference to `CryptoPP::Integer:
:ByteCount() const'
./build/key.o:key.cpp:(.text+0x1c8d): undefined reference to `CryptoPP::ECP::Enc
odePoint(unsigned char*, CryptoPP::ECPPoint const&, bool) const'
./build/key.o:key.cpp:(.text+0x1e6e): undefined reference to `CryptoPP::Integer:
:Encode(unsigned char*, unsigned int, CryptoPP::Integer::Signedness) const'
c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: ./build/ke
y.o: bad reloc address 0x6 in section `.text$_ZN8CryptoPP8ClonableD1Ev[CryptoPP:
:Clonable::~Clonable()]'
collect2: ld returned 1 exit status
Makefile.Release:281: recipe for target 'release/maxcoin-qt.exe' failed
mingw32-make: *** [release/maxcoin-qt.exe] Error 1
Jump to: