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

Research MXE compile warning about IPC #62

Open
shane-kerr opened this issue Apr 16, 2018 · 0 comments
Open

Research MXE compile warning about IPC #62

shane-kerr opened this issue Apr 16, 2018 · 0 comments

Comments

@shane-kerr
Copy link
Member

We get the following warning from our MXE cross-compile in a couple of places during our Qt build:

src/qt/qtipcserver.cpp:22:2: warning: #warning Compiling without BOOST_INTERPROCESS_HAS_WINDOWS_KERNEL_BOOTTIME and BOOST_INTERPROCESS_HAS_KERNEL_BOOTTIME uncommented in boost/interprocess/detail/tmp_dir_helpers.hpp or using a boost version before 1.49 may have unintended results see svn.boost.org/trac/boost/ticket/5392 [-Wcpp]

We're using Boost 1.60, so that should not be a problem, but maybe we have to define one of the two defines there for our Qt build?

We need to figure out what these messages mean and deal with them in any case.

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

No branches or pull requests

1 participant