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

Fails to compile #283

Open
GabeAl opened this issue Feb 6, 2024 · 1 comment
Open

Fails to compile #283

GabeAl opened this issue Feb 6, 2024 · 1 comment

Comments

@GabeAl
Copy link

GabeAl commented Feb 6, 2024

Clear Linux, Qt5. All dependencies satisfied per ./configure.

zbar-0.23.93

/usr/bin/mkdir -p qt
Iqt -DQT_X11EXTRAS_LIB -I/usr/include/qt5/QtX11Extras -I/usr/include/qt5 -DQT_WIDGETS_LIB -I/usr/include/qt5/QtWidgets -DQT_GUI_LIB -I/usr/include/qt5/QtGui -DQT_CORE_LIB -I/usr/include/qt5/QtCore -I./include include/zbar/QZBar.h -o qt/moc_QZBar.cpp
make[2]: Iqt: No such file or directory
make[2]: [Makefile:2501: qt/moc_QZBar.cpp] Error 127 (ignored)
  CXX      qt/libzbarqt_la-moc_QZBar.lo
cc1plus: fatal error: ./qt/moc_QZBar.cpp: No such file or directory
compilation terminated.

Any ideas where to start debugging?

@epl
Copy link

epl commented Jun 1, 2024

I'm not particularly familiar with zbar, but noticed that you're running 0.23.93 which has a known QT5 compilation issue #277 that is already fixed in master:HEAD (though no updated release yet). I'd recommend that you try again with the latest commit please.

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