Re: Compile (Linking) Error in Client

2008-04-17 Thread rgheck
Pavel Sanda wrote: here too. bisect leads me here: http://www.lyx.org/trac/changeset/24249 Andre'? Well, it's not exactly surprising that replacing an empty assert macro with one that actually barks increases the noise level ;-) And no, that change is not the problem... i'm no

Re: Compile (Linking) Error in Client

2008-04-17 Thread Pavel Sanda
> > > > Well, it's not exactly surprising that replacing an empty assert macro > > > > with one that actually barks increases the noise level ;-) > > > > > > > > And no, that change is not the problem... > > > > > > i'm not claiming that it is the root of the problem. just that before > > > this

Re: Compile (Linking) Error in Client

2008-04-17 Thread Andre Poenitz
On Thu, Apr 17, 2008 at 10:51:25PM +0200, Pavel Sanda wrote: > > > > here too. > > > > > > > > bisect leads me here: > > > > http://www.lyx.org/trac/changeset/24249 > > > > Andre'? > > > > > > Well, it's not exactly surprising that replacing an empty assert macro > > > with one that actually bark

Re: Compile (Linking) Error in Client

2008-04-17 Thread Pavel Sanda
> > > here too. > > > > > > bisect leads me here: > > > http://www.lyx.org/trac/changeset/24249 > > > Andre'? > > > > Well, it's not exactly surprising that replacing an empty assert macro > > with one that actually barks increases the noise level ;-) > > > > And no, that change is not the probl

Re: Compile (Linking) Error in Client

2008-04-16 Thread Pavel Sanda
> > here too. > > > > bisect leads me here: > > http://www.lyx.org/trac/changeset/24249 > > Andre'? > > Well, it's not exactly surprising that replacing an empty assert macro > with one that actually barks increases the noise level ;-) > > And no, that change is not the problem... i'm not claim

Re: Compile (Linking) Error in Client

2008-04-16 Thread Andre Poenitz
On Wed, Apr 16, 2008 at 09:09:40AM +0200, Pavel Sanda wrote: > > g++ -g -O2 -o lyxclient boost.o client.o debug.o gettext.o Messages.o > > ../../src/support/.libs/liblyxsupport.a -L/usr/lib -lQtCore > > ../../boost/.libs/liblyxboost.a -lSM -lICE -lz -L/usr/lib64 -lX11 > > ../../src/support/.libs

Re: Compile (Linking) Error in Client

2008-04-16 Thread Pavel Sanda
> g++ -g -O2 -o lyxclient boost.o client.o debug.o gettext.o Messages.o > ../../src/support/.libs/liblyxsupport.a -L/usr/lib -lQtCore > ../../boost/.libs/liblyxboost.a -lSM -lICE -lz -L/usr/lib64 -lX11 > ../../src/support/.libs/liblyxsupport.a(debug.o): In function here too. bisect leads me h

Compile (Linking) Error in Client

2008-04-15 Thread rgheck
g++ -g -O2 -o lyxclient boost.o client.o debug.o gettext.o Messages.o ../../src/support/.libs/liblyxsupport.a -L/usr/lib -lQtCore ../../boost/.libs/liblyxboost.a -lSM -lICE -lz -L/usr/lib64 -lX11 ../../src/support/.libs/liblyxsupport.a(debug.o): In function `lyx::LyXErr::disable()': /cvs/lyx-