Note that there are some explanatory texts on larger screens.

plurals
  1. POTrouble building Boost Libraries
    primarykey
    data
    text
    <p>OS: Win7<br> IDE: Visual Studio 2010 Professional<br> Boost Lib Version: 1.47</p> <ol> <li>Downloaded "boost_1_47_setup.exe" installer from <a href="http://www.boostpro.com/download/" rel="nofollow noreferrer">http://www.boostpro.com/download/</a></li> <li>Initially installed everything for VS 10, then just checked every box (5+ GB install!)</li> <li>Added the "boost\boost_1_47" path into "Additional Include Directories" in C++->General</li> <li>Copy/Pasted code from "Getting Started on Windows: 4 - Build a Simple Program Using Boost"</li> <li>Compiled without issue</li> <li>Included boost/regex.hpp and re-compiled</li> <li>Received Error:<br> LINK : fatal error LNK1104: cannot open file 'libboost_regex-vc100-mt-gd-1_47.lib'<br> Expected, haven't built the binaries yet.</li> <li>Ran "Visual Studio Command Prompt" from tools folder in my VS 10 installation as admin</li> <li>cd'ed to boost root</li> <li>Ran bootstrap.bat from command line</li> <li><p>Received Error:<br> Building Boost.Build engine The system cannot find the path specified. '.\build.bat' is not recognized as an internal or external command, operable program or batch file.</p> <p>Failed to build Boost.Build engine. Please consult bootstrap.log for furter diagnostics.</p></li> </ol> <p>Everything I did came from the Getting Started page on Boost.org. Not sure if its just dated or if I'm doing something wrong.</p> <p>Came here looking for answers, found some similar issues, namely the following:</p> <p>Problem with C++ Boost installation (can't find file) in VC++ 2010 <a href="https://stackoverflow.com/questions/4554466/problem-with-c-boost-installation-cant-find-file-in-vc-2010">Problem with C++ Boost installation (can&#39;t find file) in VC++ 2010</a></p> <p>Boost C++ Libraries linker error libboost_serialization-vc100-mt-gd-1_47.lib <a href="https://stackoverflow.com/questions/6784810/boost-c-libraries-linker-error-libboost-serialization-vc100-mt-gd-1-47-lib">Boost C++ Libraries linker error libboost_serialization-vc100-mt-gd-1_47.lib</a></p> <p>No dice. Any help would be appreciated. Thanks</p>
    singulars
    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.
 

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