Note that there are some explanatory texts on larger screens.

plurals
  1. PObuild boost with mingw from QtSDK
    primarykey
    data
    text
    <p>I'd like to use boost with QtCreator. I'm using Windows 7 and installed the QtSDK wich ship's with mingw. When I execute <code>bootstrap.bat</code> I get the following error</p> <pre><code>C:\boost\boost_1_49_0&gt;bootstrap Building Boost.Build engine 'cl' is not recognized as an internal or external command, operable program or batch file. Failed to build Boost.Build engine. Please consult bootstrap.log for furter diagnostics. You can try to obtain a prebuilt binary from http://sf.net/project/showfiles.php?group_id=7586&amp;package_id=72941 Also, you can file an issue at http://svn.boost.org Please attach bootstrap.log in that case. </code></pre> <p>The bootstrap.log contains the following</p> <pre><code>### ### Using 'msvc' toolset. ### C:\boost\boost_1_49_0\tools\build\v2\engine&gt;if exist bootstrap rd /S /Q bootstrap C:\boost\boost_1_49_0\tools\build\v2\engine&gt;md bootstrap C:\boost\boost_1_49_0\tools\build\v2\engine&gt;cl /nologo /GZ /Zi /MLd /Fobootstrap/ /Fdbootstrap/ -DNT -DYYDEBUG kernel32.lib advapi32.lib user32.lib /Febootstrap\jam0 command.c compile.c debug.c execnt.c expand.c filent.c glob.c hash.c hdrmacro.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 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.cmodules/sequence.c modules/order.c </code></pre> <p>My first guess would be that boost tries to build with MSVC instead of mingw, but I have no idea how to change that behaviour. Some help would be appreciated.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload