octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't build stable


From: Mike Miller
Subject: Re: Can't build stable
Date: Fri, 2 Dec 2016 10:26:38 -0800
User-agent: NeoMutt/20161104 (1.7.1)

On Fri, Dec 02, 2016 at 14:47:22 +0100, JuanPi wrote:
> I am hitting this bug
> https://savannah.gnu.org/bugs/?45543

Not really, that bug was about --disable-gui, you are trying to build
the GUI. But I see the error message is the same.

> when running
> 
> > make
>   GEN      libinterp/builtin-defun-decls.h
>   GEN      libgui/graphics/ui-annotation-dialog.h
>   GEN      libgui/src/ui-settings-dialog.h
> Qt User Interface Compiler version 4.8.7
> Usage: uic [options] <uifile>
> 
>   -h, -help                 display this help and exit
>   -v, -version              display version
>   -d, -dependencies         display the dependencies
>   -o <file>                 place the output into <file>
>   -tr <func>                use func() for i18n
>   -p, -no-protection        disable header protection
>   -n, -no-implicit-includes disable generation of #include-directives
>                             for forms generated by uic3
>   -g <name>                 change generator
> 
>   GEN      test/.bc-overload-tests-stamp
>   GEN      test/sparse.tst
> Makefile:27253: recipe for target
> 'libgui/graphics/ui-annotation-dialog.h' failed
> make: *** [libgui/graphics/ui-annotation-dialog.h] Error 1
> make: *** Waiting for unfinished jobs....

How about rerunning this with `make V=1` so you can see what command is
trying to run?

Might as well show us the output of

  grep -E '^(QT|LREL|MOC|RCC|UIC).* = ' Makefile

-- 
mike



reply via email to

[Prev in Thread] Current Thread [Next in Thread]