c++ - Compiling boost 1.57 with intel compiler -


i tried compile boost 1.57 intel compiler , got error message:

*** argument error * rule get-msvc-version-from-vc-string ( vc-string ) * called with: () * missing argument vc-string 

do know how can solve problem. thank you

as can see here right command use intel command prompt (after bootstrap.bat in order compile b2.exe) is

b2 toolset=intel-14.0-vc12

instead of

b2 toolset=intel

14.0-vc12 because version of intel compiler 14.xx.xx (check running icl command) , visual studio version 2012/2013.


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -