Re: Failure to build 3.6 branch

2013-01-11 Thread Alexander Thurgood
Le 10/01/13 19:06, Lubos Lunak a écrit :

Hi Lubos,

  I'd rather guess simply a bug in the compiler (since it's on Mac, it's the 
 old gcc-4.0.1, right?). Try if the file compiles successfully with 'make 
 DEBUG=1', that will disable optimizations.
 


No, it is actually gcc 4.2.1, but I'll try your tip anwyay, thanks.

Alex

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


Re: Failure to build 3.6 branch

2013-01-11 Thread Alexander Thurgood
Le 11/01/13 14:57, Alexander Thurgood a écrit :

 
  I'd rather guess simply a bug in the compiler (since it's on Mac, it's the 
 old gcc-4.0.1, right?). Try if the file compiles successfully with 'make 
 DEBUG=1', that will disable optimizations.


No joy, still fails at exactly the same place, even if I just attempt to
build with

make DEBUG=1 unotools.all.

Will try a general non-debug enabled build instead, but that kind of
defeats my aim.


Alex


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


Re: Failure to build 3.6 branch

2013-01-10 Thread Alexander Thurgood
Le 09/01/13 23:19, Lubos Lunak a écrit :

Hi Lubos,

  Should be fixed now.
 

This still fails for me on Mac today with a fresh pull and complete
clean. First few lines of error message below :

/Users/Shared/Repos/LO/core/unotools/source/misc/fontcvt.cxx:1535:
internal compiler error: Segmentation fault: 11
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://developer.apple.com/bugreporter for instructions.
{standard input}:4636:non-relocatable subtraction expression,
L__ZTV23StarSymbolToMSMultiFont$non_lazy_ptr minus L011$pb
{standard input}:4636:symbol:
L__ZTV23StarSymbolToMSMultiFont$non_lazy_ptr can't be undefined in a
subtraction expression
{standard input}:1842:non-relocatable subtraction expression,
L__ZTV23StarSymbolToMSMultiFont$non_lazy_ptr minus L004$pb
{standard input}:1842:symbol:
L__ZTV23StarSymbolToMSMultiFont$non_lazy_ptr can't be undefined in a
subtraction expression
{standard input}:1814:non-relocatable subtraction expression,
L__ZTV23StarSymbolToMSMultiFont$non_lazy_ptr minus L003$pb
{standard input}:1814:symbol:
L__ZTV23StarSymbolToMSMultiFont$non_lazy_ptr can't be undefined in a
subtraction expression
{standard input}:8747:non-relocatable subtraction expression,
L___gxx_personality_v0$non_lazy_ptr minus L0
{standard input}:8747:symbol: L___gxx_personality_v0$non_lazy_ptr
can't be undefined in a subtraction expression
{standard input}:unknown:Undefined local symbol
L__ZTV23StarSymbolToMSMultiFont$non_lazy_ptr
{standard input}:unknown:Undefined local symbol
L___gxx_personality_v0$non_lazy_ptr
{standard input}:unknown:Undefined local symbol LASF0
{standard input}:unknown:Undefined local symbol LASF1
{standard input}:unknown:Undefined local symbol LASF2
{standard input}:unknown:Undefined local symbol LASF3
{standard input}:unknown:Undefined local symbol LASF4...ad nauseam



Alex

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


Re: Failure to build 3.6 branch

2013-01-10 Thread Alexander Thurgood
Le 09/01/13 23:19, Lubos Lunak a écrit :

Ooops, forgot to mention that I'm building from master, sorry.

Alex




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


Re: Failure to build 3.6 branch

2013-01-10 Thread Caolán McNamara
On Thu, 2013-01-10 at 11:38 +0100, Alexander Thurgood wrote:
 /Users/Shared/Repos/LO/core/unotools/source/misc/fontcvt.cxx:1535:
 internal compiler error: Segmentation fault: 11
 Please submit a full bug report,

I wonder if that file has grown too big for your toolchain. Try
splitting up the file into two and see if you can get it to compile that
way.

C.

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


Re: Failure to build 3.6 branch

2013-01-10 Thread Alexander Thurgood
Le 10/01/13 12:24, Caolán McNamara a écrit :

Hi Caolán,


 I wonder if that file has grown too big for your toolchain. Try
 splitting up the file into two and see if you can get it to compile that
 way.

Hmm, if I try and build just unotools, I get the following error when
building unotools_inc :
gb_Deliver-deliver : file does not exist in solver, and cannot be
delivered :
/Users/Shared/Repos/LO/core/solver/unxmacxi.pro/lib/libcomphelpgcc3.dylib


It appears that libcomphelpgcc3.dylib is in /solver/unxmacxi and not
unxmacxi.pro. Copying that file to unxmacxi and re-attempting make in
unotools then throws another error that libtllo.dylib does not exist in
solver. Sorry, but I'm a bit lost here.


Alex









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


Re: Failure to build 3.6 branch

2013-01-10 Thread Lubos Lunak
On Thursday 10 of January 2013, Alexander Thurgood wrote:
 Le 10/01/13 12:24, Caolán McNamara a écrit :

 Hi Caolán,

  I wonder if that file has grown too big for your toolchain. Try
  splitting up the file into two and see if you can get it to compile that
  way.

 Hmm, if I try and build just unotools, I get the following error when
 building unotools_inc :
 gb_Deliver-deliver : file does not exist in solver, and cannot be
 delivered :
 /Users/Shared/Repos/LO/core/solver/unxmacxi.pro/lib/libcomphelpgcc3.dylib

 make unotools.all

-- 
 Lubos Lunak
 l.lu...@suse.cz
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Failure to build 3.6 branch

2013-01-10 Thread Alexander Thurgood
Le 10/01/13 12:24, Caolán McNamara a écrit :

 I wonder if that file has grown too big for your toolchain. Try
 splitting up the file into two and see if you can get it to compile that
 way.
 

Unfortunately, you have lost me there. I wouldn't know how to do that.
I'm only trying to build at all to do get a debug build for QA.
Development coding will be a very long way off yet.

Alex


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


Re: Failure to build 3.6 branch

2013-01-10 Thread Lubos Lunak
On Thursday 10 of January 2013, Alexander Thurgood wrote:
 Le 10/01/13 12:24, Caolán McNamara a écrit :
  I wonder if that file has grown too big for your toolchain. Try
  splitting up the file into two and see if you can get it to compile that
  way.

 Unfortunately, you have lost me there. I wouldn't know how to do that.
 I'm only trying to build at all to do get a debug build for QA.
 Development coding will be a very long way off yet.

 I'd rather guess simply a bug in the compiler (since it's on Mac, it's the 
old gcc-4.0.1, right?). Try if the file compiles successfully with 'make 
DEBUG=1', that will disable optimizations.

-- 
 Lubos Lunak
 l.lu...@suse.cz
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Failure to build 3.6 branch

2013-01-09 Thread Alex Thurgood
Le 09/01/2013 19:46, Ruslan Kabatsayev a écrit :

Hi Ruslan,

 I was trying to build latest libreoffice-3-6 branch, and got
 compilation failure. Here's output:
 
 _
 [ build CXX ] unotools/source/streaming/streamwrap.cxx
 /fastdocs/programmer/libreoffice/libo/unotools/source/misc/fontcvt.cxx:

FWIW, I get a build failure in tail_build too with the same file,
fontcvt.cxx, on Mac...


Alex




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


Re: Failure to build 3.6 branch

2013-01-09 Thread Lubos Lunak
On Wednesday 09 of January 2013, Ruslan Kabatsayev wrote:
 Hi all,

 I was trying to build latest libreoffice-3-6 branch, and got
 compilation failure. Here's output:

 _
 [ build CXX ] unotools/source/streaming/streamwrap.cxx
 /fastdocs/programmer/libreoffice/libo/unotools/source/misc/fontcvt.cxx:
 In member function ‘sal_Unicode ConvertChar::RecodeChar(sal_Unicode)
 const’:
 /fastdocs/programmer/libreoffice/libo/unotools/source/misc/fontcvt.cxx:1447
:180: error: call of overloaded ‘valueOf(sal_Unicode, int)’ is ambiguous

 Should be fixed now.

-- 
 Lubos Lunak
 l.lu...@suse.cz
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice