Thanks for all the replys.
It seems I may have became a victim of a regression in gcc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58864
which helped me with this statement -
"it breaks with -march=i686 but works with -march=i586."
I then noticed I hadn't set these flags -
export LDFLAGS=""
export CXXFLAGS="-march=i486 -mtune=i486"
export CFLAGS="-march=i486 -mtune=i486"
Once I'd set the flags the compile went through to a successful conclusion
Thanks to all.
Alex
On Saturday 28 Dec 2013 13:08:10 Pierre-André Jacquod wrote:
Hello,
works fine by me. Did you try with another compiler / compiler version ?
I have
gcc version 4.7.2 20130108 [gcc-4_7-branch revision 195012] (SUSE
Linux)
and last commit in master being:
d8dedc775cedf0e9daf9284bc7e3a0331ccd2963
EMF+: Integer coordinate values are signed.
regards
Pierre-André
On 12/28/2013 10:52 AM, mcmurchy1917-libreoffice@yahoo.co.uk wrote:
Quite early on in compilling LO I get the following error. Any
suggestions
on how to resolve. It seems to suggest it's a problem with gcc not with
LO.>
/usr/bin/make -j 2 -rs -f
/home/libreoffice/Downloads/core/Makefile.gbuild \>>
\
\
\
all
[build DEP] LNK:Library/libbasegfxlo.so
[build DEP] LNK:Library/libucbhelper.so
[build LNK] Library/libucbhelper.so
[build CXX] basegfx/source/polygon/b2dsvgpolypolygon.cxx
[build CXX] basegfx/source/polygon/b3dpolygontools.cxx
[build CXX] basegfx/source/polygon/b3dpolypolygon.cxx
/home/libreoffice/Downloads/core/basegfx/source/polygon/b2dsvgpolypolyg
on
.cx x: In function 'rtl::OUString basegfx::tools::exportToSvgD(const
basegfx::B2DPolyPolygon&, bool, bool, bool)':
/home/libreoffice/Downloads/core/basegfx/source/polygon/b2dsvgpolypolyg
on
.c
xx:935:9: internal compiler error: in connect_traces, at
dwarf2cfi.c:2676>
}
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[1]: ***
[/home/libreoffice/Downloads/core/workdir/CxxObject/basegfx/source/polygo
n/
b2dsvgpolypolygon.o] Error 1 make[1]: *** Waiting for unfinished
jobs....
make: *** [build] Error 2
Alex
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
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.