Author

Topic: Help Compiling the Boost Libraries (Read 1829 times)

member
Activity: 84
Merit: 10
May 04, 2013, 08:57:06 PM
#13
figured it out, I forgot to include the MSYS Basic Package when installing MINGW
legendary
Activity: 947
Merit: 1042
Hamster ate my bitcoin
May 04, 2013, 07:40:45 PM
#12
What version of mingw are you using?
member
Activity: 84
Merit: 10
May 04, 2013, 06:57:12 PM
#11
here is what I found in the bootstrap text file...

Code:
###
### Using 'mingw' toolset.
###

c:\deps\boost_1_53_0\tools\build\v2\engine>if exist bootstrap rd /S /Q bootstrap

c:\deps\boost_1_53_0\tools\build\v2\engine>md bootstrap

c:\deps\boost_1_53_0\tools\build\v2\engine>gcc -DNT -o bootstrap\jam0.exe  command.c compile.c constants.c debug.c execnt.c filent.c function.c glob.c hash.c hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c object.c option.c output.c parse.c pathunix.c regexp.c rules.c scan.c search.c subst.c timestamp.c variable.c modules.c strings.c filesys.c builtins.c md5.c pwd.c class.c w32_getreg.c native.c modules/set.c modules/path.c modules/regex.c modules/property-set.c modules/sequence.c modules/order.c

c:\deps\boost_1_53_0\tools\build\v2\engine>.\bootstrap\jam0 -f build.jam --toolset=mingw "--toolset-root= "  clean
...found 1 target...
...updating 1 target...
...updated 1 target...

c:\deps\boost_1_53_0\tools\build\v2\engine>.\bootstrap\jam0 -f build.jam --toolset=mingw "--toolset-root= " 
...found 50 targets...
...updating 3 targets...
[MKDIR] bin.ntx86
member
Activity: 84
Merit: 10
May 04, 2013, 06:50:46 PM
#10
i fixed the gcc error but i still have this

legendary
Activity: 947
Merit: 1042
Hamster ate my bitcoin
May 04, 2013, 06:45:30 PM
#9
If you haven't tried it already, I would recommend you take a look at MSYS. It has a number of helpful tools for building cross platform libraries.
member
Activity: 84
Merit: 10
May 04, 2013, 06:37:59 PM
#8
Thanks, that's excatly it, I found here right before you posted that: http://windowsitpro.com/systems-management/how-can-i-add-new-folder-my-system-path

much much appreciated

Must say I have learned a lot about how all these OS's work from working on compiling all this stuff.
legendary
Activity: 947
Merit: 1042
Hamster ate my bitcoin
member
Activity: 84
Merit: 10
May 04, 2013, 06:23:32 PM
#6
I think this is what I didn't do but not sure how to do it:

1.3. Add MinGW bin folder to your PATH environment variable (C:\MinGW\bin if you used installer defaults).
hero member
Activity: 576
Merit: 514
May 04, 2013, 04:49:18 PM
#5
Check if you have a gcc.exe where you installed gcc.
Try "echo %PATH%" to get a list of your current paths for programs; gcc should be in there.
If not, you could try to reinstall gcc (assuming it would add the path) or you do it yourself. I think it's somewhere in computer->properties->advanced->environment
Or you edit the bat file and use the complete path to your gcc.exe in it.
member
Activity: 84
Merit: 10
May 04, 2013, 04:01:10 PM
#4
Do I need to reinstall the GCC compiler somewhere?
hero member
Activity: 576
Merit: 514
May 04, 2013, 03:46:57 PM
#3
"gcc is not recognized" sounds like gcc isn't in your path. Either add it or try to use the full path.
"b2" further down isn't recognized either.
member
Activity: 84
Merit: 10
May 04, 2013, 03:34:27 PM
#2
any help?
member
Activity: 84
Merit: 10
May 04, 2013, 01:13:22 PM
#1
I was attempting to compile litecoin (I'm doing it to learn the process for an altcoin I'm working on) on windows using the following directions from this thread:

https://bitcointalksearch.org/topic/building-headless-bitcoin-and-bitcoin-qt-on-windows-149479

I successfully did the Berkley DB and OpenSSL compiles, but ran into the following when doing the Bootstrap.bet mingw command



any help?


(Also, does anyone know where I can find an windows binary of Multicoin)
Jump to: