Hi Guys,
I'm adding to this case, as I am facing the same problem. I'd like to compile from git, but get:
./configure: line 8197: syntax error near unexpected token `QTGUI,'
./configure: line 8197: ` PKG_CHECK_MODULES(QTGUI, QtGui >= 4.0.1,,use_qt=false)'
So I've tried
apt-get install qt4-default libqt4-core libqt4-dev
but the issue persists.
libqt4-designer is installed as well as "some other stuff", in particular libqtgui is installed:
Code: Select all
apt-cache policy libqtgui4
libqtgui4:
Installed: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
Candidate: 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
Version table:
*** 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 0
500 http://ftp.ie.debian.org/debian/ jessie/main amd64 Packages
100 /var/lib/dpkg/status
Could someone advise on what is required in terms of QT libraries et al. to compile testdisk?
Thanks,
T