Re: tr problem with Qt

2004-09-03 Thread Georg Baum
Lars Gullik Bjønnes wrote: > I'd like configure to run to completion and then give a nice message > about how it went. This was easy. I only had to replace AC_MSG_ERROR by LYX_ERROR in my patch. I am going to commit it right now. Georg

Re: tr problem with Qt

2004-08-28 Thread John Levon
On Sat, Aug 28, 2004 at 03:35:46PM +0200, Georg Baum wrote: > Lars, can you please explain why you don't want configure to stop if the qt > frontend can't be built? IMO it should tell that it can't do what the user > requested and stop. I agree totally (but Lars knows that ...) john

Re: tr problem with Qt

2004-08-28 Thread Georg Baum
Lars Gullik Bjønnes wrote: > Georg Baum <[EMAIL PROTECTED]> > writes: > > | No No No! configure should detect that uic is not installed and stop > | with an error message instead of failing silently. I have no time to > | investigate further, but the attached patch fixes that. Another > | possibi

Re: tr problem with Qt

2004-08-26 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | Martin Vermeer wrote: > >> Forget it, sorry about the noise. It works fine with the latest Qt, >> *provided also qt-devel is installed*. >> >> Creeping into a corner in shame. > | No No No! configure should detect that uic is not installed and stop with an

Re: tr problem with Qt

2004-08-26 Thread Georg Baum
Martin Vermeer wrote: > Forget it, sorry about the noise. It works fine with the latest Qt, > *provided also qt-devel is installed*. > > Creeping into a corner in shame. No No No! configure should detect that uic is not installed and stop with an error message instead of failing silently. I have

Re: tr problem with Qt

2004-08-26 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | On Wed, 2004-08-25 at 13:20, Lars Gullik Bjønnes wrote: >> Martin Vermeer <[EMAIL PROTECTED]> writes: >> >> | Having installed Fedora Core 2 and trying to compile CVS for the Qt >> | front-end, I get this error in lyx-devel/src/frontends/qt2/ui: >> >

Re: tr problem with Qt

2004-08-25 Thread Martin Vermeer
On Wed, 2004-08-25 at 13:20, Lars Gullik BjÃnnes wrote: > Martin Vermeer <[EMAIL PROTECTED]> writes: > > | Having installed Fedora Core 2 and trying to compile CVS for the Qt > | front-end, I get this error in lyx-devel/src/frontends/qt2/ui: > > What can I say? FC2 here as well. No problems with

Re: tr problem with Qt

2004-08-25 Thread Georg Baum
Martin Vermeer wrote: > The culprit seems to be in Makefile.in: > > --- > %.h: %.ui > $(UIC) $(UICFLAGS) $< -o $@ > %.C: %.h %.ui $(PCH_FILE) > $(UIC) $(UICFLAGS) -impl `echo $^ | sed 's/pch.h.gch//'` -o $@ > --- > Here $(UICFLAGS) apparently is -tr qt_ and I have no idea what $

Re: tr problem with Qt

2004-08-25 Thread Martin Vermeer
On Wed, 2004-08-25 at 13:20, Lars Gullik BjÃnnes wrote: > Martin Vermeer <[EMAIL PROTECTED]> writes: > > | Having installed Fedora Core 2 and trying to compile CVS for the Qt > | front-end, I get this error in lyx-devel/src/frontends/qt2/ui: > > What can I say? FC2 here as well. No problems with

Re: tr problem with Qt

2004-08-25 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | Having installed Fedora Core 2 and trying to compile CVS for the Qt | front-end, I get this error in lyx-devel/src/frontends/qt2/ui: What can I say? FC2 here as well. No problems with Qt. Although I have not tested with the latest Qt update. --

tr problem with Qt

2004-08-25 Thread Martin Vermeer
Having installed Fedora Core 2 and trying to compile CVS for the Qt front-end, I get this error in lyx-devel/src/frontends/qt2/ui: --- Making all in . make[1]: Entering directory `/home/mv/lyx-devel/src/frontends/qt2/ui' tr qt_ BiblioModuleBase.ui -o BiblioModuleBase.h tr: invalid option -- o Try