Re: [Libreoffice] Build Failure in binfilter - bf_offwrp, Linux Ubuntu 11.10 32bit

2011-10-30 Thread Alex Thurgood

Le 29/10/2011 18:09, Bjoern Michaelsen a écrit :

Hi Bjoern,


Does applying:

http://anonscm.debian.org/gitweb/?p=pkg-openoffice/libreoffice.git;a=blob;f=patches/ubuntufixes-binfilter.diff;h=193fe9f297bdf132b23689eb7baae861b2a8f506;hb=refs/heads/ubuntu-oneiric-3.4

help? If so, please push to master if nobody objects.


No sorry, made no difference, build is still failing in binfilter, even 
after make clean. Seeing as the build completes on my Mac, I'm guessing 
this is Ubuntu-specific ?



Alex

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] Build Failure in binfilter - bf_offwrp, Linux Ubuntu 11.10 32bit

2011-10-29 Thread Alex Thurgood

Hi all, FYI


Attempting to build binfilter from master (fresh pull) :

Entering /home/alex/LODEV/core/binfilter/filter/source/bf_offwrp

Making:libbf_wrapperlo.so
../../../unxlngi6.pro/lib/libbf_sdlib.a(sd_sdlib.o): In function 
`binfilter::SdDrawDocShell::ClassFactory()':
sd_sdlib.cxx:(.text+0x34e): undefined reference to 
`SotFactory::PutSuperClass(SotFactory const*)'
../../../unxlngi6.pro/lib/libbf_sdlib.a(sd_sdlib.o): In function 
`binfilter::SdGraphicDocShell::ClassFactory()':
sd_sdlib.cxx:(.text+0x5c0): undefined reference to 
`SotFactory::PutSuperClass(SotFactory const*)'
../../../unxlngi6.pro/lib/libbf_ysch.a(sch_schlib.o): In function 
`binfilter::SchChartDocShell::ClassFactory()':
sch_schlib.cxx:(.text+0x354): undefined reference to 
`SotFactory::PutSuperClass(SotFactory const*)'
../../../unxlngi6.pro/lib/libbf_ysm.a(starmath_smlib.o): In function 
`binfilter::SmDocShell::ClassFactory()':
starmath_smlib.cxx:(.text+0x348): undefined reference to 
`SotFactory::PutSuperClass(SotFactory const*)'
../../../unxlngi6.pro/lib/libbf_swlib.a(sw_swlib.o): In function 
`binfilter::SwDocShell::ClassFactory()':
sw_swlib.cxx:(.text+0xc62): undefined reference to 
`SotFactory::PutSuperClass(SotFactory const*)'
../../../unxlngi6.pro/lib/libbf_swlib.a(sw_swlib.o):sw_swlib.cxx:(.text+0xed2): 
more undefined references to `SotFactory::PutSuperClass(SotFactory 
const*)' follow

collect2: ld returned 1 exit status
dmake:  Error code 1, while making 
'../../../unxlngi6.pro/lib/libbf_wrapperlo.so'



Alex


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] Build Failure in binfilter - bf_offwrp, Linux Ubuntu 11.10 32bit

2011-10-29 Thread Bjoern Michaelsen
On Sat, Oct 29, 2011 at 06:30:22PM +0100, Alex Thurgood wrote:
 Attempting to build binfilter from master (fresh pull) :
 
 Entering /home/alex/LODEV/core/binfilter/filter/source/bf_offwrp
 
 Making:libbf_wrapperlo.so
 ../../../unxlngi6.pro/lib/libbf_sdlib.a(sd_sdlib.o): In function
 `binfilter::SdDrawDocShell::ClassFactory()':
 sd_sdlib.cxx:(.text+0x34e): undefined reference to
 `SotFactory::PutSuperClass(SotFactory const*)'
 ../../../unxlngi6.pro/lib/libbf_sdlib.a(sd_sdlib.o): In function
 `binfilter::SdGraphicDocShell::ClassFactory()':
 sd_sdlib.cxx:(.text+0x5c0): undefined reference to
 `SotFactory::PutSuperClass(SotFactory const*)'
 ../../../unxlngi6.pro/lib/libbf_ysch.a(sch_schlib.o): In function
 `binfilter::SchChartDocShell::ClassFactory()':
 sch_schlib.cxx:(.text+0x354): undefined reference to
 `SotFactory::PutSuperClass(SotFactory const*)'
 ../../../unxlngi6.pro/lib/libbf_ysm.a(starmath_smlib.o): In function
 `binfilter::SmDocShell::ClassFactory()':
 starmath_smlib.cxx:(.text+0x348): undefined reference to
 `SotFactory::PutSuperClass(SotFactory const*)'
 ../../../unxlngi6.pro/lib/libbf_swlib.a(sw_swlib.o): In function
 `binfilter::SwDocShell::ClassFactory()':
 sw_swlib.cxx:(.text+0xc62): undefined reference to
 `SotFactory::PutSuperClass(SotFactory const*)'
 ../../../unxlngi6.pro/lib/libbf_swlib.a(sw_swlib.o):sw_swlib.cxx:(.text+0xed2):
 more undefined references to `SotFactory::PutSuperClass(SotFactory
 const*)' follow
 collect2: ld returned 1 exit status
 dmake:  Error code 1, while making
 '../../../unxlngi6.pro/lib/libbf_wrapperlo.so'
Does applying:

http://anonscm.debian.org/gitweb/?p=pkg-openoffice/libreoffice.git;a=blob;f=patches/ubuntufixes-binfilter.diff;h=193fe9f297bdf132b23689eb7baae861b2a8f506;hb=refs/heads/ubuntu-oneiric-3.4

help? If so, please push to master if nobody objects.

Best,

Bjoern
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] Build Failure in binfilter - bf_offwrp, Linux Ubuntu 11.10 32bit

2011-10-29 Thread Alex Thurgood

Le 29/10/2011 18:09, Bjoern Michaelsen a écrit :

Hi Bjoern,


Does applying:

http://anonscm.debian.org/gitweb/?p=pkg-openoffice/libreoffice.git;a=blob;f=patches/ubuntufixes-binfilter.diff;h=193fe9f297bdf132b23689eb7baae861b2a8f506;hb=refs/heads/ubuntu-oneiric-3.4

help? If so, please push to master if nobody objects.


Thanks, will try it out and report back. I have no commit rights 
however, should the patch be OK.



Alex

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice