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

java - How to compare two classes -

c# - Get the Class name in a class with atribute inside a attribute method -

python - AttributeError: 'bool' object has no attribute 'count' -