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?
Comments
Post a Comment