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


On 10/31/2011 02:20 PM, Rafael Dominguez wrote:
I tried to compile all the project with debug flags enabled (
--enable-dbgutil --enable-debug ) , and im getting this error

Compiling: connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx
In file included from
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/debug/debug.h:126,
                  from
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/stl_algobase.h:71,
                  from
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/bits/stl_tree.h:62,
                  from
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/map:60,
                  from ./MNSINIParser.hxx:35,
                  from
/home/ralph/Proyectos/libreoffice/core/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx:31:
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/debug/formatter.h:
In constructor
'__gnu_debug::_Error_formatter::_Parameter::_Parameter(const
__gnu_debug::_Safe_iterator<_Iterator, _Sequence>&, const char*,
__gnu_debug::_Error_formatter::_Is_iterator)':
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/debug/formatter.h:213:

connectivity/source/drivers/mozab/makefile_mozab.mk contains an explicit -fno-rtti, in three places, for various platforms. This file looks odd, smells like these settings are there to ensure some form of ABI compatibility with linked-against Mozilla code, but enabling GCC's -frtti should have no negative consequences here, anyway.

Please re-try with those three lines removed.

Stephan

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.