I am trying to install Boost.Log on Fedora 17 and already did yum install boost-*. All related tutorials, and answers to similar questions involve moving lib/log into boost source directory and executing bootstrap.sh. I cannot find the boost source directory, or the bootstrap.sh file in my system (did find / -name '*bootstrap.sh' 2> /dev/null). All I can find is /usr/share/boost-build/ with lots of jam files in it. Concluding that the yum installation does not contain the source directory and bootstrap.sh, I tried to build it manually but the Boost.Log source files include windows specific headers and I got double confused. Can anyone shed a light on this?
I am trying to install Boost.Log on Fedora 17 and already did yum install
Share
Wrote the following Makefile to compile and install, which does not include files referring to
windows.h, I believe it works: