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".
Here is the code I'm trying to compile:
// cpp_test.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
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
participants (2)
-
Christian Henning
-
Vicente J. Botet Escriba