octave-maintainers
[Top][All Lists]
Advanced

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

Re: I cant compile (53440f9bffba)


From: Daniel J Sebald
Subject: Re: I cant compile (53440f9bffba)
Date: Sun, 1 Apr 2018 13:45:42 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 04/01/2018 01:17 PM, Mike Miller wrote:
On Sun, Apr 01, 2018 at 14:05:45 -0400, Doug Stewart wrote:
This is the first error :

libgui/qterminal/libqterminal/unix/moc-Emulation.cc:18:2: error: #error
"This file was generated using the moc from 5.5.1. It"
  #error "This file was generated using the moc from 5.5.1. It"

An Ideas of how to fix it?

It looks like you are compiling with some mixed versions of Qt packages
on your system. Did you recently upgrade or change the version of Qt you
are building Octave with?

Specifically, the error says that you ran moc from Qt version 5.5.1, but
you are compiling with Qt header files from a different version of Qt.

Along that line, type

@linux ~ $ moc --version
moc 5.5.1

If your moc is greater than 5.5.1 you may need to delete the moc- files. (They should be in the BUILD directory, as opposed to the SOURCE directory.) If not, then you'll need to upgrade your version of moc somewhere in the package manager.

Dan



reply via email to

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