Re: [dev] debug macros in tools and trailing ";"

2008-08-29 Thread Frank Schönheit - Sun Microsystems Germany
Hi Caolán, > Do we want to fix this, or ignore it entirely :-). If it gets fixed, > which do we want, change the DBG_ set of macros to follow what people > are generally doing with them, i.e. make them expect a trailing ";", or > fix the usages to remove the ";". make them expect a trailing ";".

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: /Users/pdoyon/

Re: [dev] debug macros in tools and trailing ";"

2008-08-29 Thread Thorsten Behrens
On Fri, Aug 29, 2008 at 04:17:09PM +0100, Caolán McNamara wrote: > Do we want to fix this, or ignore it entirely :-). If it gets fixed, > which do we want, change the DBG_ set of macros to follow what people > are generally doing with them, i.e. make them expect a trailing ";", or > fix the usages

[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] gcc 4.3.1 warnings

2008-08-29 Thread Hubert Figuiere
On Fri, 2008-08-29 at 15:57 +0100, Caolán McNamara wrote: > or, if it is intentional, introduce some white-space to silence gcc, > e.g. from > > for (int nCount = 0; nCount++ != nIndex; ++nCount, ++p); > to > for (int nCount = 0; nCount++ != nIndex; ++nCount, ++p) ; > > FWIW, I've filed individua

[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 someth

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: /Users/pdoyon/OpenOffice.org3

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: /Users/pdoyon/OpenOffice.org3.0_SDK/macosx/lib/libuno_

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] 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 it

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 u

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 f

Re: [dev] SDK on Mac OS X 10.4

2008-08-29 Thread Stephan Bergmann
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 undefined symbol