Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation fail on Ubuntu 23.10 #93

Open
ditoskas opened this issue Feb 4, 2024 · 1 comment
Open

Installation fail on Ubuntu 23.10 #93

ditoskas opened this issue Feb 4, 2024 · 1 comment
Assignees

Comments

@ditoskas
Copy link

ditoskas commented Feb 4, 2024

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants