|
From: | Don KB2YSI |
Subject: | Re: [KLog-users] v0.9.8 qmake issue |
Date: | Tue, 13 Aug 2019 16:44:31 -0400 |
I think I have found the problem, just remove line 240: "message (Unix, not macOS detected!)"
from the KLog.pro file.It is a potential format error in that file that may cause what you are seeing.As it is a debug line, you can simply remove it and you should be able to build KLog.I have not my computer close to me so I will try to check it tomorrow and release another package with that line fixed so it builds in all linux distros.Thanks!JaimeEl mar., 13 ago. 2019 20:03, Don KB2YSI <address@hidden> escribió:I am using Pop!OS, a derivative of Ubuntu 18.04 LTS.libqt5serialport5 was already installed & updated, so I installed libqt5serialport5-dev.$ sudo apt install libqt5serialport5 libqt5serialport5-dev
...
libqt5serialport5 is already the newest version (5.9.5-0ubuntu1).
libqt5serialport5-dev is already the newest version (5.9.5-0ubuntu1).I get the same message.~/Downloads/klog-0.9.8$ qtchooser -l
4
5
default
qt4-x86_64-linux-gnu
qt4
qt5-x86_64-linux-gnu
qt5~/Downloads/klog-0.9.8$ export QT_SELECT=qt5
~/Downloads/klog-0.9.8$ echo $QT_SELECT
qt5~/Downloads/klog-0.9.8$ qmake PREFIX=/usr/local KLog.pro
Project MESSAGE: Building KLog 0.9.8
Project MESSAGE: Qt 5.9.5 in /usr
Project MESSAGE: Sources
Project MESSAGE: Other files
Project MESSAGE: More...
Project MESSAGE: Translations
Project MESSAGE: End of translations...
/home/duke/Downloads/klog-0.9.8/KLog.pro:240: message(message) requires one argument.
Project MESSAGE: Else...On Tue, Aug 13, 2019 at 10:11 AM Jaime Robles <address@hidden> wrote:Hello,What linux distro are you using?Maybe you need to install a new package... something like libqtserialport5... or libqtserialport5-dev look for something like that ;-)Keep me informed, pleaseEl mar., 13 ago. 2019 14:19, Don KB2YSI <address@hidden> escribió:Hello Jaime & everyone else,I pulled down the new version this morning and started to install it, and ran into this::~/Downloads/klog-0.9.8$ qmake PREFIX=/usr/local KLog.proProject MESSAGE: Building KLog 0.9.8
Project MESSAGE: Qt 5.9.5 in /usr
Project MESSAGE: Sources
Project MESSAGE: Other files
Project MESSAGE: More...
Project MESSAGE: Translations
Project MESSAGE: End of translations...
/home/user/Downloads/klog-0.9.8/KLog.pro:240: message(message) requires one argument.
Project MESSAGE: Else...
Project ERROR: Unknown module(s) in QT: serialportHas anyone else seen this?--73,Don KB2YSI--73,Don KB2YSI
[Prev in Thread] | Current Thread | [Next in Thread] |