#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: | request → enhancement |
comment:2 Changed 15 years ago by nox@…
Status: | new → assigned |
---|
comment:3 Changed 15 years ago by nox@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Summary: | Include support for GLIBCXX_DEBUG → Include 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.
r55868