Opened 9 years ago

Closed 9 years ago

#9095 closed Bugs (fixed)

Boost Mingw w64 config isn't detecting correctly

Reported by: Andrew Ho <helloworld922@…> Owned by: John Maddock
Milestone: To Be Determined Component: config
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

This is related to #8817.

There are some components dealing with Windows compatibility which are found in visualc.hpp rather than win32.hpp. Namely, these are components dealing with WindowsCE such as BOOST_HAS_THREADEX, BOOST_NO_SWPRINTF, and BOOST_HAS_GETSYSTEMTIMEASFILETIME.

The fix applied by #8817 only applies to the Thread library which was preventing a compilation of Boost.Thread, but did not resolve incorrect detection of compiler/platform features in Boost.Config.

It was suggested to open a separate ticket to handle the portion of Config which needs to be modified.

Attached is a patch containing only the parts related to Boost.Config.

Attachments (1)

mingw.config.patch (1.6 KB ) - added by Andrew Ho <helloworld922@…> 9 years ago.
patch only for config detection with MinGW and WinCE

Download all attachments as: .zip

Change History (2)

by Andrew Ho <helloworld922@…>, 9 years ago

Attachment: mingw.config.patch added

patch only for config detection with MinGW and WinCE

comment:1 by John Maddock, 9 years ago

Resolution: fixed
Status: newclosed

Fixed in develop.

Note: See TracTickets for help on using tickets.