c++ - cannot find Boost headers version -


in windows, when ./configure command in mysys terminal mingw installed within project error: configure: error: cannot find boost headers version >= 1.60.0. have checked version of boost suggested another thread , have same version (1.60.0). have installed recent version of cmake (3.6.0-rc2). configuring on linux , mac works.

boost installed in root of drive (c:\boost_1_60_0). including , linking library within projects works fine.

i bit new makefiles , os compatible libraries. ideas on how make detect boost library?

terminal screenshot of error


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -