octave-maintainers
[Top][All Lists]
Advanced

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

Re: Configure stable Ubuntu 18.04 fails to find Qt 5


From: Daniel J Sebald
Subject: Re: Configure stable Ubuntu 18.04 fails to find Qt 5
Date: Wed, 9 May 2018 15:16:22 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 05/09/2018 03:06 PM, JuanPi wrote:
Hi,

I am trying to build stable branch in Ubuntu 18.04
The configure script ends with

configure: WARNING: Your installation of Qt version 5 appears
incomplete or broken in some way.  Fix that or use --with-qt=VER to
use another version.
configure: WARNING: Qt libraries not found; disabling Qt GUI

$ grep Qt5 config.log
Package Qt5Help was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Help.pc'
No package 'Qt5Help' found
Package Qt5Help was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Help.pc'
No package 'Qt5Help' found
No package 'Qt5Help' found
   Build Octave Qt GUI:                  no (missing:Qt5Help)

I have installed all these packages (and qt5-defaults)
https://wiki.octave.org/Talk:Octave_for_Debian_systems#Qt5_in_Ubunutu_18.04_LTS

Qt 5 Help is there:
$ locate Qt5Help
/usr/lib/x86_64-linux-gnu/libQt5Help.so.5
/usr/lib/x86_64-linux-gnu/libQt5Help.so.5.9
/usr/lib/x86_64-linux-gnu/libQt5Help.so.5.9.5

What am I missing?

pkg-config is something used when building the resource in question. That is, if one is building all those Qt libraries and so on, it might create a pkg-config file. Those files can then be referenced elsewhere for building other applications. I tend to think of pkg-config as "development version", so look to see if development versions of Qt libraries are installed.

Dan






reply via email to

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