Skip to content

Terrabits/boost-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boost Log

An example c++ project with boost::log, based on the tutorial:
Getting Started Quickly With C++ Logging | Scalyr Blog.

build

Windows

The build suggested in conan/profiles/cmake-3.25.0-mingw-builds-8.1 uses:

  • cmake 3.25.0
  • mingw-builds 8.1
  • msys2 20210105

scripts

See scripts folder for build scripts for common actions.

Known Bugs

Windows

Conan's Boost/1.80.0 includes build tool binaries that rely on the MSVC++ 2015 redistributables. Because of this, building with mingw instead of Visual Studio causes the following error:

docs/screenshots/bugs/boost-tool-b2-missing-msvcp140.png

A workaround is to install the MSVC redistributables.

See Latest supported Visual C++ Redistributable downloads | Microsoft Learn for the latest installer, which as of 2022 Sept 21 is the MSVC 2017 redistributables, which provides 2015-2019-compatible (backwards and forwards?) binaries.

About

An example c++ project with boost::log

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors