Cheers cinnamon_carter, your guide on cryptocointalk helped me a lot recently
I will try that tonight when I get home from work. Non static wallets work, but give me an exit error (I thought that was a known issue for "older" coins?)
I forgot to say I already used a lot of different versions to compile though
mingw46/mingw49
QT 4.8.6/QT4.8.6 (static compile)/QT4.8.4/QT4.8.4 (static compile)
Boost 157/boost 155/boost 153 / I even tried with 154 which sucks lol
Installed all deps about 2x myself
Found and downloaded FooCoin-deps (outdated)
Found and downloaded CloneCoin-deps(These give me the error I guess, they are compiled with mingw49 I think)
Really annoying that you cant compile static if your boost for instance is compiled with some other version of mingw then the rest of the deps. sighs
I also tried crosscompiling with gitian, I found out that is definetly out of my leaque without a decent gitian compile for dummies guide.
Crosscompile on Ubuntu with /mxe/.../user/...../qmake created a static wallet for me, but I cant open it at all
As you can see I tried about 90% of the available options. and that explains how much time I lost already with recompiling all this stuff over and over again
I will try a fresh install of deps again and try it with mingw46 and QT 4.8.5.
I also tried to compile bitcoinQT which gives me the same error when static build, So I guess it is something with my deps folder/mingw/qt lol
To be continued
EDIT: Just have to say this is pretty hard for a non-coder
But I will not give up! I dont want to be dependent on releases anymore, I want to compile the wallets myself
Linux is no problem but windows is a real pain in the ass
I found something other in the litecoin.pro which confuses me.
https://github.com/litecoin-project/litecoin/blob/master-0.8/bitcoin-qt.pro#L107-L115Which line do I comment out? I tried commenting out both, and one at a time. Not commenting out line 115 gives the compile error as expected. Commenting out both lines compiles. Commenting out line 115 but not 108 compiles too... (sorry if this may sound confusing) I doubt this is my problem though, since I had the same error with running bitcoin-qt