lbellonda / qxmledit

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

Installation fail on Ubuntu 23.10 #93

Open ditoskas opened 6 months ago

ditoskas commented 6 months ago

Hello i am using Kubuntu 23.10 with QMake version 3.1 Using Qt version 5.15.10 in /usr/lib/x86_64-linux-gnu

The make command through an error for unknown module xmlpatterns in QT (below the log) any advise?

dimitris:~/Programs/qxmledit-0.9.18$ make cd external/qwtplot3d/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/dimitris/Programs/qxmledit-0.9.18/external/qwtplot3d/qwtplot3d.pro ) && make -f Makefile make[1]: Entering directory '/home/dimitris/Programs/qxmledit-0.9.18/external/qwtplot3d' cd src/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/dimitris/Programs/qxmledit-0.9.18/external/qwtplot3d/src/src.pro ) && make -f Makefile make[2]: Entering directory '/home/dimitris/Programs/qxmledit-0.9.18/external/qwtplot3d/src' Makefile:606: warning: overriding recipe for target '../../../build/3dplot/moc/moc_qwt3d_extglwidget.cpp' Makefile:543: warning: ignoring old recipe for target '../../../build/3dplot/moc/moc_qwt3d_extglwidget.cpp' Makefile:633: warning: overriding recipe for target '../../../build/3dplot/moc/moc_qwt3d_gridplot.cpp' Makefile:570: warning: ignoring old recipe for target '../../../build/3dplot/moc/moc_qwt3d_gridplot.cpp' Makefile:658: warning: overriding recipe for target '../../../build/3dplot/moc/moc_qwt3d_plot3d.cpp' Makefile:533: warning: ignoring old recipe for target '../../../build/3dplot/moc/moc_qwt3d_plot3d.cpp' Makefile:684: warning: overriding recipe for target '../../../build/3dplot/moc/moc_qwt3d_surfaceplot.cpp' Makefile:596: warning: ignoring old recipe for target '../../../build/3dplot/moc/moc_qwt3d_surfaceplot.cpp' make[2]: Nothing to be done for 'first'. make[2]: Leaving directory '/home/dimitris/Programs/qxmledit-0.9.18/external/qwtplot3d/src' make[1]: Leaving directory '/home/dimitris/Programs/qxmledit-0.9.18/external/qwtplot3d' cd src/ && ( test -e Makefile.QXmlEditWidget || /usr/lib/qt5/bin/qmake -o Makefile.QXmlEditWidget /home/dimitris/Programs/qxmledit-0.9.18/src/QXmlEditWidget.pro ) && make -f Makefile.QXmlEditWidget Project MESSAGE: Inst data dir /opt/qxmledit Project MESSAGE: METAINFO enabled Project MESSAGE: Inst metainfo dir /opt/qxmledit Project MESSAGE: DESKTOPINFO enabled Project MESSAGE: Inst desktop info dir /opt/qxmledit Project MESSAGE: Inst icon dir /opt/qxmledit Project MESSAGE: ICON enabled Project MESSAGE: Inst dir /opt/qxmledit Project MESSAGE: Inst doc dir /opt/qxmledit Project MESSAGE: Use fake sources false Project MESSAGE: Inst lib dir /opt/qxmledit Project MESSAGE: Inst include dir /opt/qxmledit/include Project MESSAGE: Inst translations dir /opt/qxmledit/translations Project MESSAGE: Tips enabled Project MESSAGE: SCXML enabled Project MESSAGE: QWTPlot enabled Project MESSAGE: Precompiled headers activated Project MESSAGE: No C11 support Project MESSAGE: TARGET_NAME_UNIXSTYLE Project MESSAGE: LIB_SUFFIX Project MESSAGE: LIB_NOVERSIONED Project MESSAGE: Compiler warnings enabled Project MESSAGE: TODO Enabled Project MESSAGE: QXMLEDIT_LIB_SUFFIX disabled Project ERROR: Unknown module(s) in QT: xmlpatterns make: *** [Makefile:93: sub-src-QXmlEditWidget-pro-make_first-ordered] Error 3

lbellonda commented 6 months ago

Hello I suspect that xmlpatterns/dev is not included by default in the installation. Try installing it, I think the name is possibly libqt5xmlpatterns5-dev.