New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20478 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

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

comment:1 Changed 4 years ago by jmr@…

  • Owner changed from macports-tickets@… to nox@…
  • Type changed from request to enhancement

comment:2 Changed 4 years ago by nox@…

  • Status changed from new to assigned

comment:3 Changed 4 years ago by nox@…

  • Status changed from assigned to closed
  • Resolution set to fixed
  • Summary changed from Include support for GLIBCXX_DEBUG to Include support for GLIBCXX_DEBUG in boost

comment:4 Changed 4 years ago by takanori@…

It should be _GLIBCXX_DEBUG, not _GLIBCXX_debug. (r57769)

Note: See TracTickets for help on using tickets.