Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#20478 closed enhancement (fixed)

Include support for GLIBCXX_DEBUG in boost

Reported by: sebastian.sturm@… Owned by: nox@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: devel Cc:
Port: boost

Description

Using the boost +debug variant, I have been unable to compile a program using the boost::program_options library with Xcode 3, GCC 4.0. Problem description and accompanying solution can be found at the following blog (not mine): http://blog.netherlabs.nl/articles/2008/9

Building the program_options library with bjam variant=debug define=_GLIBCXX_debug worked for me, so I'd like to see this change being incorporated into the boost+debug port.

Best regards, Sebastian Sturm

Change History (4)

comment:1 Changed 15 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to nox@…
Type: requestenhancement

comment:2 Changed 15 years ago by nox@…

Status: newassigned

comment:3 Changed 15 years ago by nox@…

Resolution: fixed
Status: assignedclosed
Summary: Include support for GLIBCXX_DEBUGInclude support for GLIBCXX_DEBUG in boost

comment:4 Changed 15 years ago by takanori@…

It should be _GLIBCXX_DEBUG, not _GLIBCXX_debug. (r57769)

Note: See TracTickets for help on using tickets.