Post
Topic
Board Development & Technical Discussion
Re: Building headless Bitcoin and Bitcoin-qt on Windows
by
old c coder
on 25/12/2013, 00:32:46 UTC
Well Ron, looks like I was blind and forgot to un-comment the lines in -qt.pro before compile... oppps
Now we are making progress but another issue has come up please take a look

...

Hello skyisthelimit

All I see (over and over again Grin ) Is that the linker can't find any boost multi-threaded, static, debug, MinGW gcc 4.6.x version 1.53 library files?

So, did you "make" boost as per step 2.3? Did you use gcc 4.6.x to do it? Did you use boost 1.53 (the nitrogenetics recipe calls for 1.54)?

If you did do those things, did you put them where gcc is looking for them?

Somewhere in there is your answer.

I find MSVC++ is easier to work with in setting up the library and include directories, though one still must (usually) build them oneself.

Ron