Re: [Libreoffice] build breaks on i686

2011-05-20 Thread Caolán McNamara
On Wed, 2011-05-18 at 20:51 +0100, Michael Meeks wrote: Hi David, On Wed, 2011-05-18 at 12:22 +0200, David Tardon wrote: Caolan fixed similar build problem in Fedora some time ago. Does the attached patch allow you finish the build? Urk - I guess we should have that in master and

Re: [Libreoffice] build breaks on i686

2011-05-18 Thread David Tardon
On Sun, Apr 24, 2011 at 02:43:44PM +0200, Andreas Radke wrote: [ build LNK ] Library/vbaobj.uno.so [ build CXX ] sw/source/ui/utlui/textcontrolcombo [ build CXX ] sw/source/ui/utlui/tmplctrl [ build CUT ] sc_ucalc [ build CXX ] sw/source/ui/utlui/uiitems `.L121' referenced in section

Re: [Libreoffice] build breaks on i686

2011-05-18 Thread Andreas Radke
Am Wed, 18 May 2011 12:22:53 +0200 schrieb David Tardon dtar...@redhat.com: This happens only on i686, so I guess it's stlport related. this is the only difference to my x86_64 build that finishes to compile. gcc is 4.6. Caolan fixed similar build problem in Fedora some time ago. Does

Re: [Libreoffice] build breaks on i686

2011-05-18 Thread Michael Meeks
Hi David, On Wed, 2011-05-18 at 12:22 +0200, David Tardon wrote: Caolan fixed similar build problem in Fedora some time ago. Does the attached patch allow you finish the build? Urk - I guess we should have that in master and on the -3-4 branch too - at least the DLLPUBLIC piece of it

Re: [Libreoffice] build breaks on i686

2011-05-17 Thread Andreas Radke
Am Sun, 24 Apr 2011 14:43:44 +0200 schrieb Andreas Radke a.ra...@arcor.de: of /build/src/build/solver/300/unxlngi6.pro/workdir/CxxObject/sc/source/ui/vba/vbasheetobjects.o collect2: ld returned 1 exit status make[1]: ***

Re: [Libreoffice] build breaks on i686

2011-05-17 Thread Jonathan Aquilina
I can confirm i have seen this in building as well on 64bit, running gcc 4.5 on kubuntu natty 11.04, the only difference is that the build continues for me and somehow successfully completes. If you take a look at my last tinbuild the dmake error appears somewhere in the tinbuild log. On

Re: [Libreoffice] build breaks on i686

2011-05-06 Thread Andreas Radke
./../../unxlngi6.pro/bin/odkcommon/idl/com/sun/star/awt/grid/SelectionEventType.idl ... ./../../unxlngi6.pro/bin/odkcommon/idl/com/sun/star/awt/grid/XGridSelection.idl ... ./../../unxlngi6.pro/bin/odkcommon/idl/com/sun/star/awt/grid/UnoControlGridModel.idl ... Compiling:

Re: [Libreoffice] build breaks on i686

2011-05-06 Thread Michael Meeks
Hi Andreas, On Fri, 2011-05-06 at 09:20 +0200, Andreas Radke wrote: ./../../unxlngi6.pro/bin/odkcommon/idl/com/sun/star/awt/grid/SelectionEventType.idl ... ./../../unxlngi6.pro/bin/odkcommon/idl/com/sun/star/awt/grid/XGridSelection.idl ...

Re: [Libreoffice] build breaks on i686

2011-05-05 Thread Andreas Radke
Any idea? This is still broken here in 3.4beta3. -Andy ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] build breaks on i686

2011-04-26 Thread Noel Power
On 24/04/11 13:43, Andreas Radke wrote: `.text._ZN19ScVbaCollectionBaseIN4cppu15WeakImplHelper1IN3ooo3vba11XCollection4ItemERKN3com3sun4star3uno3AnyESD_[non-virtual thunk to ScVbaCollectionBasecppu::WeakImplHelper1ooo::vba::XCollection ::Item(com::sun::star::uno::Any const,

Re: [Libreoffice] build breaks on i686

2011-04-26 Thread Andreas Radke
That's 3.4 beta2. x86_64 compiles fine, i686 fails. The only difference should be the stlport which is built for 686 and not on x86_64. build options: http://projects.archlinux.org/svntogit/packages.git/tree/libreoffice/trunk/PKGBUILD -Andy ___