Re: [dev] Re: [tools-dev] Re: [council-esc] Re: [tools-dev] OOo SCM project

2008-08-29 Thread Jens-Heiner Rechtien
Hi Stephan, the integration of a CWSs will usually happen in a single step, so it's principally not possible to attach single file commit messages to the changed files. But we can have a kind of Changlog attached to the integration revision with the logs of every commit together with the

Re: [dev] SDK on Mac OS X 10.4

2008-08-29 Thread Pierre Doyon
Hi Stephan, On 08/28/08 18:32, Pierre Doyon wrote: Hi, The undefined symbols come from the following warnings ld: warning can't open dynamic library: @loader_path/ libuno_sal.dylib.3 referenced from: /Users/pdoyon/ OpenOffice.org3.0_SDK/macosx/lib/libuno_cppuhelpergcc3.dylib (checking for

Re: [dev] Re: [tools-dev] Re: [council-esc] Re: [tools-dev] OOo SCM project

2008-08-29 Thread Stephan Bergmann
Heiner convinced me off-line that the current approach already does allow to reconstruct all commit comments relevant for a given file with modest effort. -Stephan On 08/29/08 12:35, Jens-Heiner Rechtien wrote: Hi Stephan, the integration of a CWSs will usually happen in a single step, so

Re: [dev] SDK on Mac OS X 10.4

2008-08-29 Thread Juergen Schmidt
Pierre Doyon wrote: Hi, The undefined symbols come from the following warnings ld: warning can't open dynamic library: @loader_path/libuno_sal.dylib.3 referenced from: /Users/pdoyon/OpenOffice.org3.0_SDK/macosx/lib/libuno_cppuhelpergcc3.dylib (checking for undefined symbols may be affected)

Re: [dev] SDK on Mac OS X 10.4

2008-08-29 Thread Stephan Bergmann
On 08/29/08 14:36, Pierre Doyon wrote: Hi Stephan, On 08/28/08 18:32, Pierre Doyon wrote: Hi, The undefined symbols come from the following warnings ld: warning can't open dynamic library: @loader_path/libuno_sal.dylib.3 referenced from:

Re: [dev] SDK on Mac OS X 10.4

2008-08-29 Thread Juergen Schmidt
Stephan Bergmann wrote: On 08/29/08 14:36, Pierre Doyon wrote: Hi Stephan, On 08/28/08 18:32, Pierre Doyon wrote: Hi, The undefined symbols come from the following warnings ld: warning can't open dynamic library: @loader_path/libuno_sal.dylib.3 referenced from:

[dev] gcc 4.3.1 warnings

2008-08-29 Thread Caolán McNamara
gcc 4.3.1 has some new warnings. 1. strange forward declarations... e.g. class foo::bar; fix is namespace foo { class bar; } 2. suspicious ; placement in for/while loops e.g. for (i = 0; i 10; ++i); { //do something } fix is either... for (i = 0; i 10; ++i) { //do something }

[dev] debug macros in tools and trailing ;

2008-08-29 Thread Caolán McNamara
If we look at the debug macros in tools, e.g. #ifdef DBG_UTIL #define DBG_ASSERT( sCon, aError ) \ if ( DbgIsAssert() )\ { \ if ( !( sCon ) )\ {

Re: [dev] SDK on Mac OS X 10.4

2008-08-29 Thread Pierre Doyon
Hi Juergen, Stephan Bergmann wrote: On 08/29/08 14:36, Pierre Doyon wrote: Hi Stephan, On 08/28/08 18:32, Pierre Doyon wrote: Hi, The undefined symbols come from the following warnings ld: warning can't open dynamic library: @loader_path/ libuno_sal.dylib.3 referenced from: