Hello all,

 

My PC details:

Windows XP sp 3.

Mingw (latest, added path)

 

Here are the steps I took:

 

1) After checking out the latest Boost from CVS I went and build bjam using mingw:

> cd C:\Dev\Checkout\boost\tools\jam\src

> build mingw

 

2) After build I copied the bjam.exe to boot++ root dir (C:\Dev\Checkout\boost)

 

Result)

got this error while trying to run it:

C:\Dev\Checkout\boost>bjam "-sTOOLS=mingw" -s"MINGW_ROOT_DIRECTORY=C:\MinGW" toolset=mingw install

mingw.jam: No such file or directory

C:/Dev/Checkout/boost/tools/build/v2/build\toolset.jam:27: in toolset.using

rule mingw.init unknown in module toolset.

C:/Dev/Checkout/boost/tools/build/v2\build-system.jam:195: in load

C:\Dev\Checkout\boost\tools\build\v2/kernel\modules.jam:261: in import

C:\Dev\Checkout\boost\tools\build\v2/kernel/bootstrap.jam:132: in boost-build

C:\Dev\Checkout\boost\boost-build.jam:9: in module scope

------

 

Here is the gcc output  from compiling :

------

C:\Dev\Checkout\boost\tools\jam\src>build.bat mingw

###

### Using 'mingw' toolset.

###

 

C:\Dev\Checkout\boost\tools\jam\src>rd /S /Q bootstrap

The system cannot find the file specified.

 

C:\Dev\Checkout\boost\tools\jam\src>md bootstrap

 

C:\Dev\Checkout\boost\tools\jam\src>gcc -DNT -o bootstrap\jam0.exe  command.c compile.c debug.c execnt.c expand.c filent.c glob.c hash.c hdr

macro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c newstr.c option.c output.c parse.c pathunix.c regexp.c rules.c scan.c sea

rch.c subst.c timestamp.c variable.c modules.c strings.c filesys.c builtins.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:\Dev\Checkout\boost\tools\jam\src>.\bootstrap\jam0 -f build.jam --toolset=mingw "--toolset-root= " clean

...found 1 target...

...updating 1 target...

...updated 1 target...

 

C:\Dev\Checkout\boost\tools\jam\src>.\bootstrap\jam0 -f build.jam --toolset=mingw "--toolset-root= "

...found 47 targets...

...updating 2 targets...

[MKDIR] bin.ntx86

[COMPILE] bin.ntx86\bjam.exe

...updated 2 targets...

----

 

Am I missing something?

Thank you,

Gal