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
{{ message }}
This repository has been archived by the owner on May 9, 2022. It is now read-only.
./compile.sh
It built 3 exes fidenty.exe photorec.exe testdisk.exe and failed at configure:8081
PKG_CHECK_MODULES(QT5GUI, Qt5Gui >= 5.0.0,,use_qt=false)
PKG_CHECK_MODULES(QT5WIDGETS, Qt5Widgets >= 5.0.0,,use_qt=false)
The message is QT5GUI not defined.
And when I try to run testdisk.exe, it always shows fail with 0xc000007b
Who knows what's wrong with my job?
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I built testdisk with cygwin. The steps are:
It built 3 exes fidenty.exe photorec.exe testdisk.exe and failed at configure:8081
PKG_CHECK_MODULES(QT5GUI, Qt5Gui >= 5.0.0,,use_qt=false)
PKG_CHECK_MODULES(QT5WIDGETS, Qt5Widgets >= 5.0.0,,use_qt=false)
The message is QT5GUI not defined.
And when I try to run testdisk.exe, it always shows fail with 0xc000007b
Who knows what's wrong with my job?
Thanks
The text was updated successfully, but these errors were encountered: