You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found in autoconf possibility to build zbar against Qt 6.x however looks like that possibility os not finished and it is even issue with correct Qt 6.x detection
checking for /usr/bin/python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib64/python3.10/site-packageschecking for Python.h... yeschecking for gobject-introspection... yes./configure: line 26913: QT_CFLAGS: command not found./configure: line 26914: QT_LIBS: command not foundchecking for Qt6... nochecking for Qt5Core >= 5 Qt5Gui >= 5 Qt5Widgets >= 5.0 Qt5X11Extras >= 5.0... nochecking for javac... /usr/bin/javac
I've started fiddlinfg with concigure.ac + I've added missing zbar-qt6.pc.in.
Here is my current patch
which still i not perfect because it allows detect Qt 6.x however it still prints some messy output
checking for gobject-introspection... yes./configure: line 26915: QT_CFLAGS: command not found./configure: line 26916: QT_LIBS: command not foundchecking for Qt6Core Qt6Gui Qt6Widgets... yes./configure: line 26986: MOC_PATH: command not foundconfigure: using Qt version 6.7.1configure: using moc from /usr/libexec/qt6/moc
I found in autoconf possibility to build zbar against Qt 6.x however looks like that possibility os not finished and it is even issue with correct Qt 6.x detection
I've started fiddlinfg with concigure.ac + I've added missing zbar-qt6.pc.in.
Here is my current patch
which still i not perfect because it allows detect Qt 6.x however it still prints some messy output
Nevertheless with that patch build fails with:
The text was updated successfully, but these errors were encountered: