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
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 $
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
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.
--
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