Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#8639 closed Bugs (wontfix)

Boost.Log (trunk: r84587) fails to build with g++ 4.1

Reported by: Wade Berrier <wberrier@…> Owned by: Andrey Semashev
Milestone: To Be Determined Component: log
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

This is on centos 5.9 32bit, with the following compiler:

g++ (GCC) 4.1.2 20080704 (Red Hat 4.1.2-54)

Previous versions of Boost.Log (r737 from sourceforge) built with this compiler.

It should be noted that r867 from sourceforge also failed.

Attachments (1)

boost.log.failure.gcc4.1.log.bz2 (21.5 KB ) - added by Wade Berrier <wberrier@…> 9 years ago.

Download all attachments as: .zip

Change History (3)

by Wade Berrier <wberrier@…>, 9 years ago

comment:1 by Andrey Semashev, 9 years ago

Resolution: wontfix
Status: newclosed

Sorry, this compiler is not supported. It fails to handle TR1 result_of protocol correctly, which is necessary for the part of Boost.Log that uses Boost.Phoenix.

If you have a patch and it's not overhauling the whole library, you can reopen this ticket. Closing it for now.

comment:2 by riccardi@…, 9 years ago

Please update the documentation to state that gcc 4.1 is not supported: http://www.boost.org/doc/libs/1_55_0/libs/log/doc/html/log/installation.html

Currently it only says it doesn't work with 4.0 and older.

Note: See TracTickets for help on using tickets.