boost icon indicating copy to clipboard operation
boost copied to clipboard

Compilation without BOOST_LOG_WITHOUT_EVENT_LOG fails on Windows

Open dutow opened this issue 8 years ago • 2 comments

The compilation of the log component fails because a missing header file: simple_event_log.h

This file should be generated with the mc tool, but instead, the CMakeLists adds the mc file to the sources.

dutow avatar Oct 02 '17 19:10 dutow

Do you know how to run this tool with cmake? I can then integrate the cmake code into the build.

pfultz2 avatar Oct 02 '17 20:10 pfultz2

Poco has some code for finding it.

I'm, not sure why they limited the registry lookup for the Visual Studio generator - I think those lookups should always work on windows, and definitely when the MSVC variable is 1 (such as when compiling with cl and ninja - I'll test this.

dutow avatar Oct 02 '17 20:10 dutow