Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


On Monday 11 of July 2011, Caolán McNamara wrote:
I think the whole mixing code with and without -D_GLIBCXX_DEBUG is sadly
hopeless. "this flag changes the sizes and behavior of standard class
templates such as std::vector, and therefore you can only link code
compiled with debug mode and code compiled without debug mode if no
instantiation of a container is passed between the two translation
units."

I reckon we probably have to bite the bullet and drop -D_GLIBCXX_DEBUG
from solenv ?

 I think we could simply force --without-system-libs (or at least for C++ 
libs) when --enable-debug is used and that could do. I don't how much is 
_GLIBCXX_DEBUG is worth, but --without-system-libs doesn't look like that big 
price to pay.

p.s. There is another hack e.g. include <debug/list> vs include <list>
which might be work investigating.

 How would that work? The non-debug 3rd-party lib will always use non-debug 
version of list and that means we'd have to manually somehow use non-debug 
version of list as well when interfacing with the library. That sounds pretty 
unfeasible in practice to me.

-- 
 Lubos Lunak
 l.lunak@suse.cz

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.