Boost logo

Boost Users :

Subject: Re: [Boost-users] [mpl] Cannot open include file
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2014-06-09 03:09:48


Le 09/06/14 01:01, Christian Henning a écrit :
> I have the following error when using Visual Studio 2013 on the boost
> master branch:
>
> 1>c:\boost\boost\mpl\vector\aux_\include_preprocessed.hpp(49): fatal
> error C1083: Cannot open include file:
> 'boost/mpl/vector/aux_/preprocessed/plain/vector10.hpp': No such file
> or directory
>
> I have run "b2 headers".
>
>
Hi,

could you try

     git fetch
     git submodule update --init

if this not works could you try with

     git submodule foreach --recursive "git checkout master; git pull"

HTH,
Vicente


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net