Am Dienstag, 28. Februar 2017 um 14:45:06, schrieb Liviu Andronic 
<landr...@lyx.org>
> On Tue, Feb 28, 2017 at 1:39 PM, Kornel Benko <kor...@lyx.org> wrote:
> 
> > Am Dienstag, 28. Februar 2017 um 13:31:42, schrieb Liviu Andronic <
> > landr...@lyx.org>

...

> Still no luck.
> 
> geek@liv-inspiron:~/Build/Devel/lyx$ export QT_SELECT=qt4
> geek@liv-inspiron:~/Build/Devel/lyx$ env | grep -i qt_se
> QT_SELECT=qt4
> geek@liv-inspiron:~/Build/Devel/lyx$ make
> [...]
> Making all in src
> make[2]: Entering directory `/home/geek/Build/Devel/lyx/src'
> rm -f hash-temp \
> @echo " GEN lyx_commit_hash.h";hash=`cd ".." && git log -1
> --pretty=format:%H 2>/dev/null || echo none` ; \
> sed s/@LYX_GIT_COMMIT_HASH@/$hash/ "."/lyx_commit_hash.h.in >hash-temp ; \
> cmp -s lyx_commit_hash.h hash-temp || cp hash-temp lyx_commit_hash.h ; \
> rm -f hash-temp
> GEN moc_Compare.cpp
> Unknown options: q, t, =, q, t, 4.
> make[2]: *** [moc_Compare.cpp] Error 1
> make[2]: Leaving directory `/home/geek/Build/Devel/lyx/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/geek/Build/Devel/lyx'
> make: *** [all] Error 2

I am out of suggestions.
I retried on clean build tree without any error.
        # cd <build-dir>
        # <source-dir>/configure --bindir=/usr/local/bin 
--datarootdir=/usr/local/share/lyx2.3 --with-version-suffix=2.3
        # make

Maybe the PATH env is not OK, or you have an alias for moc?
        # which moc
                /usr/bin/moc
        # moc -v
                Qt Meta Object Compiler version 63 (Qt 4.8.6)

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to