Re: [patch] disable concept checks

2006-07-10 Thread Angus Leeming
Georg Baum wrote: > Abdelrazak Younes wrote: >> AFAIS all files in gtk but one or two have this concept check disabled. >> Why not just erase all those #ifdef and #undef and just disable libsigc >> concept check in the config.h? > How would that work? We want the concept checks for as many files a

Re: [patch] disable concept checks

2006-07-10 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: AFAIS all files in gtk but one or two have this concept check disabled. Why not just erase all those #ifdef and #undef and just disable libsigc concept check in the config.h? How would that work? We want the concept checks for as many files as possib

Re: [patch] disable concept checks

2006-07-10 Thread Georg Baum
Abdelrazak Younes wrote: > AFAIS all files in gtk but one or two have this concept check disabled. > Why not just erase all those #ifdef and #undef and just disable libsigc > concept check in the config.h? How would that work? We want the concept checks for as many files as possible. Somebody sho

Re: [patch] disable concept checks

2006-07-10 Thread Abdelrazak Younes
Georg Baum wrote: this file does not compile with concept checks enabled because of libsigc. Committing now. AFAIS all files in gtk but one or two have this concept check disabled. Why not just erase all those #ifdef and #undef and just disable libsigc concept check in the config.h? Abdel.

[patch] disable concept checks

2006-07-10 Thread Georg Baum
this file does not compile with concept checks enabled because of libsigc. Committing now. GeorgIndex: src/frontends/gtk/GuiImplementation.C === --- src/frontends/gtk/GuiImplementation.C (Revision 14406) +++ src/frontends/gtk/GuiImpl

Re: [patch] disable concept checks for gcc 3.4 in gtk frontend

2005-01-29 Thread Georg Baum
Am Samstag, 29. Januar 2005 16:23 schrieb Lars Gullik Bjønnes: > Looks just ok to me. > > I take it that xpmName returns a GLib::ustring? Yes (almost): xpmName is a GLib::ustring. Georg

Re: [patch] disable concept checks for gcc 3.4 in gtk frontend

2005-01-29 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | The attached patch squashes two compiler warnings and disables concept | checks for gcc 3.4 and above in the gtk frontend. The latter is mainly | the result of a little sed script. | Note that some files that work with concept checks enabled when compiled

[patch] disable concept checks for gcc 3.4 in gtk frontend

2005-01-29 Thread Georg Baum
The attached patch squashes two compiler warnings and disables concept checks for gcc 3.4 and above in the gtk frontend. The latter is mainly the result of a little sed script. Note that some files that work with concept checks enabled when compiled with gcc 3.3.x don't work with enabled concept