Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation without BOOST_LOG_WITHOUT_EVENT_LOG fails on Windows #5

Open
dutow opened this issue Oct 2, 2017 · 2 comments
Open

Compilation without BOOST_LOG_WITHOUT_EVENT_LOG fails on Windows #5

dutow opened this issue Oct 2, 2017 · 2 comments

Comments

@dutow
Copy link

dutow commented Oct 2, 2017

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.

@pfultz2
Copy link
Member

pfultz2 commented Oct 2, 2017

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

@dutow
Copy link
Author

dutow commented Oct 2, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants