lbellonda / qxmledit

QXmlEdit XML editor. Downloads: https://sourceforge.net/projects/qxmledit/files
http://qxmledit.org
Other
160 stars 46 forks source link

(K)Ububtu, Debian: module qt*-scxml is not available #55

Closed hhrhhr closed 5 years ago

hhrhhr commented 5 years ago

https://packages.ubuntu.com/scxml - not found https://packages.debian.org/scxml - not found

Is it possible to build a program using only distribution libraries?

lbellonda commented 5 years ago

Hello, what is your Qt version?

lbellonda commented 5 years ago

Can you include a log of a build under ubuntu?

hhrhhr commented 5 years ago

Ubuntu — 5.11.1 (https://packages.ubuntu.com/search?suite=cosmic&keywords=libqt5) Debian — 5.7.1 (https://packages.debian.org/search?suite=stretch&keywords=libqt5)

Compilation log, unfortunately, I did not save. But it was a standard qmake error about the missing module.

I had to install Qt through an online installer. It took 2 GB, which I think is quite a lot for one editor. Maybe make using the scxml module optional?

lbellonda commented 5 years ago

Good point. Scheduled for next release. Leaving the ticket open until the task is complete.

lbellonda commented 5 years ago

Hello, the current "devel" branch supports optionally SCXML even using Qt5. Could you test it on your environment? Details in the INSTALL file in the root folder.

Best regards.

hhrhhr commented 5 years ago

In a couple of days, be sure to check, thanks.

negora commented 5 years ago

I've faced the same problem today, because Debian 9 lacks the scxml module of QT5.

After reading this report, I've tried to compile the devel branch on Debian 9.6, using the QXMLEDIT_DISABLE_SCXML variable, and it has compiled successfully.

Thanks @hhrhhr for reporting, and @lbellonda for making such module optional :+1: .

lbellonda commented 5 years ago

Glad to hear it. May I close the ticket?

lbellonda commented 5 years ago

Closing this ticket.