$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] How compile with clang ?
From: Andy (borucki.andrzej_at_[hidden])
Date: 2017-03-01 19:11:10
I have installed Clang at "c:\Program Files\LLVM"
try:
b2 clean
b2 toolset=clang cxxflags="-std=c++1y -stdlib=libc++"
linkflags="-stdlib=libc++" --prefix=c:\boost -j 4 stage release
b2 install toolset=clang cxxflags="-std=c++1y -stdlib=libc++"
linkflags="-stdlib=libc++" --prefix=c:\boost
but is error:
fatal error: 'corecrt.h' file not found
#include <corecrt.h>