Re: Build braker in drawinglayer

2011-12-31 Thread Armin Le Grand
Hi L'oiseau de mer, On 30.12.2011 13:22, L'oiseau de mer wrote: I have build success! Very thanks for your help. Fine. It was pure guessing, but if it helps it helps :-) I have comitted that change so noone else stumbles upon it. Just curious: What compiler was this...? [..]

Re: Build braker in drawinglayer

2011-12-31 Thread L'oiseau de mer
My Compiler is : SolarisStudio 12.3 (Sun Compiler) http://www.oracle.com/technetwork/server-storage/solarisstudio/overview/index.html 2012/1/1 Armin Le Grand armin.le.gr...@me.com:        Hi L'oiseau de mer, On 30.12.2011 13:22, L'oiseau de mer wrote: I have build success! Very thanks for

Re: Build braker in drawinglayer

2011-12-30 Thread L'oiseau de mer
I have build success! Very thanks for your help. 2011/12/30 Armin Le Grand armin.le.gr...@me.com:        Hi*, Address of bitfield is strange, but can only be a bitfield variable. The only one in the class TextBreakupHelper is mbNoDXArray, and it is only used internally. Address of bitfield

Re: Build braker in drawinglayer

2011-12-29 Thread Armin Le Grand
Hi*, Address of bitfield is strange, but can only be a bitfield variable. The only one in the class TextBreakupHelper is mbNoDXArray, and it is only used internally. Address of bitfield implies that it gets somewhere casted or given as pointer/reference to some call, but it gets not.

Re: Build braker in drawinglayer

2011-12-28 Thread L'oiseau de mer
This is the message that exec make -r , but i still not see which line in the file textbreakuphelper.cxx: [ build CXX ] drawinglayer/source/primitive2d/textbreakuphelper R=/UNIX-LAB/ooo S=$R/main O=$S/solver/340/unxsoli4.pro W=$O/workdir mkdir -p $W/CxxObject/drawinglayer/source/primitive2d/

Re: Build braker in drawinglayer

2011-12-27 Thread L'oiseau de mer
I build in solaris, and it appear these message: (many files appears this warn message has a high resolution time stamp When exec build --all:drawinglayer === build -- version: 275224 = Building module drawinglayer

Re: Build braker in drawinglayer

2011-12-27 Thread Ariel Constenla-Haile
Hi L'oiseau de mer, On Wed, Dec 28, 2011 at 09:35:06AM +0800, L'oiseau de mer wrote: I build in solaris, and it appear these message: (many files appears this warn message has a high resolution time stamp this is a known issue, but not a build breaker. See

Re: Build braker in drawinglayer

2011-12-22 Thread Pavel Janík
On Dec 22, 2011, at 11:01 AM, Armin Le Grand wrote: Yes, please feel free to change 'rViewInformation' - /*rViewInformation*/. It's only used in view-dependent primitives. Then you have to change also declarations and other functions using it and... Not that easy. -- Pavel Janík

Re: Build braker in drawinglayer

2011-12-22 Thread Armin Le Grand
On 21.12.2011 20:51, Pavel Janík wrote: The warning is: cc1plus: warnings being treated as errors /Users/pavel/BUILD/BuildDir/ooo_trunk_src/drawinglayer/source/primitive2d/patternfillprimitive2d.cxx:146: warning: unused parameter ‘rViewInformation’ I put up not-to-be-applied (but self

Re: Build braker in drawinglayer

2011-12-22 Thread Pavel Janík
Thanks, took a look. Some are not correctly changed, please let me do it :-) I'm on it, seems to be very compiler-dependent... Yes, yes. I'm ready to test for you with my compilers. -- Pavel Janík

Re: Build braker in drawinglayer

2011-12-22 Thread Armin Le Grand
On 22.12.2011 11:16, Pavel Janík wrote: Thanks, took a look. Some are not correctly changed, please let me do it :-) I'm on it, seems to be very compiler-dependent... Yes, yes. I'm ready to test for you with my compilers. Give me a moment, I'm fighting with the Linux build currently :-)

Re: Build braker in drawinglayer

2011-12-22 Thread Pavel Janík
On Dec 22, 2011, at 11:50 AM, Armin Le Grand wrote: On 22.12.2011 11:16, Pavel Janík wrote: Thanks, took a look. Some are not correctly changed, please let me do it :-) I'm on it, seems to be very compiler-dependent... Yes, yes. I'm ready to test for you with my compilers. Give me a

Re: Build braker in drawinglayer

2011-12-22 Thread Armin Le Grand
On 22.12.2011 11:53, Pavel Janík wrote: On Dec 22, 2011, at 11:50 AM, Armin Le Grand wrote: On 22.12.2011 11:16, Pavel Janík wrote: Thanks, took a look. Some are not correctly changed, please let me do it :-) I'm on it, seems to be very compiler-dependent... Yes, yes. I'm ready to test

Re: Build braker in drawinglayer

2011-12-22 Thread Pavel Janík
Okay, drawinglayer and svgio now chnaged to be WaE-free for gcc 4.6.1. Please fetch and check... Fetched svgreplacement's drawinglayer and svgio, compiles cleanly here with gcc version 4.2.1 (Apple Inc. build 5666) (dot 3) -- Pavel Janík

Re: Build braker in drawinglayer

2011-12-22 Thread Armin Le Grand
On 22.12.2011 14:30, Pavel Janík wrote: Okay, drawinglayer and svgio now chnaged to be WaE-free for gcc 4.6.1. Please fetch and check... Fetched svgreplacement's drawinglayer and svgio, compiles cleanly here with gcc version 4.2.1 (Apple Inc. build 5666) (dot 3) Jay! Tell me when there is

Re: Build braker in drawinglayer

2011-12-21 Thread Raphael Bircher
Am 20.12.11 13:23, schrieb Armin Le Grand: On 20.12.2011 13:05, eric b wrote: Hi Ariel, Le 20 déc. 11 à 12:25, Ariel Constenla-Haile a écrit : Hi Raphael, On Tue, Dec 20, 2011 at 12:11:28PM +0100, Raphael Bircher wrote: Hi at all server3:drawinglayer server3$ make -sr [ build DEP ]

Re: Build braker in drawinglayer

2011-12-21 Thread Armin Le Grand
On 21.12.2011 11:55, Raphael Bircher wrote: Am 20.12.11 13:23, schrieb Armin Le Grand: On 20.12.2011 13:05, eric b wrote: [..] Confirming. I built Win and Mac, seems as if that was not enough :-( Sigh... Building Linux now to solve those warnings.. I was building it succesfull without

Re: Build braker in drawinglayer

2011-12-21 Thread Raphael Bircher
Am 21.12.11 13:36, schrieb Armin Le Grand: On 21.12.2011 11:55, Raphael Bircher wrote: Am 20.12.11 13:23, schrieb Armin Le Grand: On 20.12.2011 13:05, eric b wrote: [..] Confirming. I built Win and Mac, seems as if that was not enough :-( Sigh... Building Linux now to solve those

Re: Build braker in drawinglayer

2011-12-21 Thread Pavel Janík
Armin, On Dec 21, 2011, at 1:36 PM, Armin Le Grand wrote: I'm also confused now, I just built the mac version with '--enable-werror', no problem. Trying Linux now... what Mac OS X system and compiler are you using? I use gcc version 4.2.1 (Apple Inc. build 5666) (dot 3) on 10.6.8. The

Re: Build braker in drawinglayer

2011-12-21 Thread Pavel Janík
The warning is: cc1plus: warnings being treated as errors /Users/pavel/BUILD/BuildDir/ooo_trunk_src/drawinglayer/source/primitive2d/patternfillprimitive2d.cxx:146: warning: unused parameter ‘rViewInformation’ I put up not-to-be-applied (but self explanatory) patch for WaE clean drawing

Re: Build braker in drawinglayer

2011-12-21 Thread Raphael Bircher
Hi Pavel Am 21.12.11 20:51, schrieb Pavel Janík: The warning is: cc1plus: warnings being treated as errors /Users/pavel/BUILD/BuildDir/ooo_trunk_src/drawinglayer/source/primitive2d/patternfillprimitive2d.cxx:146: warning: unused parameter ‘rViewInformation’ I put up not-to-be-applied (but

Re: Build braker in drawinglayer

2011-12-21 Thread Pavel Janík
I put up not-to-be-applied (but self explanatory) patch for WaE clean drawing layer at: http://tmp.janik.cz/AOOo/drawinglayer-WaE.diff It also contains patch from #i110731#. There is realy a problem. I use the same GCC as you and I run in the same problem again today evening. So thanks

Re: Build braker in drawinglayer

2011-12-21 Thread eric b
Hi Pavel, Le 21 déc. 11 à 23:11, Pavel Janík a écrit : I put up not-to-be-applied (but self explanatory) patch for WaE clean drawing layer at: http://tmp.janik.cz/AOOo/drawinglayer-WaE.diff It also contains patch from #i110731#. There is realy a problem. I use the same GCC as you and I run

Build braker in drawinglayer

2011-12-20 Thread Raphael Bircher
Hi at all server3:drawinglayer server3$ make -sr [ build DEP ] LNK:Library/libdrawinglayer.dylib [ build CXX ] drawinglayer/source/primitive2d/patternfillprimitive2d cc1plus: warnings being treated as errors

Re: Build braker in drawinglayer

2011-12-20 Thread Ariel Constenla-Haile
Hi Raphael, On Tue, Dec 20, 2011 at 12:11:28PM +0100, Raphael Bircher wrote: Hi at all server3:drawinglayer server3$ make -sr [ build DEP ] LNK:Library/libdrawinglayer.dylib [ build CXX ] drawinglayer/source/primitive2d/patternfillprimitive2d cc1plus: warnings being treated as errors

Re: Build braker in drawinglayer

2011-12-20 Thread Armin Le Grand
On 20.12.2011 12:11, Raphael Bircher wrote: Hi at all server3:drawinglayer server3$ make -sr [ build DEP ] LNK:Library/libdrawinglayer.dylib [ build CXX ] drawinglayer/source/primitive2d/patternfillprimitive2d cc1plus: warnings being treated as errors

Re: Build braker in drawinglayer

2011-12-20 Thread eric b
Hi Ariel, Le 20 déc. 11 à 12:25, Ariel Constenla-Haile a écrit : Hi Raphael, On Tue, Dec 20, 2011 at 12:11:28PM +0100, Raphael Bircher wrote: Hi at all server3:drawinglayer server3$ make -sr [ build DEP ] LNK:Library/libdrawinglayer.dylib [ build CXX ]

Re: Build braker in drawinglayer

2011-12-20 Thread Armin Le Grand
On 20.12.2011 13:05, eric b wrote: Hi Ariel, Le 20 déc. 11 à 12:25, Ariel Constenla-Haile a écrit : Hi Raphael, On Tue, Dec 20, 2011 at 12:11:28PM +0100, Raphael Bircher wrote: Hi at all server3:drawinglayer server3$ make -sr [ build DEP ] LNK:Library/libdrawinglayer.dylib [ build CXX ]

Re: Build braker in drawinglayer

2011-12-20 Thread Raphael Bircher
Am 20.12.11 13:23, schrieb Armin Le Grand: On 20.12.2011 13:05, eric b wrote: Hi Ariel, Le 20 déc. 11 à 12:25, Ariel Constenla-Haile a écrit : Hi Raphael, On Tue, Dec 20, 2011 at 12:11:28PM +0100, Raphael Bircher wrote: Hi at all server3:drawinglayer server3$ make -sr [ build DEP ]