configure: error: Qt4 not found
Posted: 16 Jul 2015, 04:27
I have porteus 32 bit. I converted this qt4 to module:
http://pkgs.org/slackware-13.37/slackwa ... 3.txz.html
Activated it...
then i try to compile SimpleScreenRecorder:
And i get:
I thought autotools are supposed to make it easy for users to compile stuff
on different systems. This is not cool. Qt4 is in my system and
the configure script does give a fuuuu
WHY does it not find qt4?
http://pkgs.org/slackware-13.37/slackwa ... 3.txz.html
Activated it...
then i try to compile SimpleScreenRecorder:
Code: Select all
su
cd /tmp
mkdir s
cd s
# http://slackbuilds.org/repository/14.1/desktop/ssr/?search=ssr
wget "http://slackbuilds.org/slackbuilds/14.1/desktop/ssr.tar.gz"
tar xvf ssr*
cd ssr
wget "https://github.com/MaartenBaert/ssr/archive/0.3.3.tar.gz"
./ssr.SlackBuild
Code: Select all
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for QT4... no
configure: error: Qt4 not found
on different systems. This is not cool. Qt4 is in my system and
the configure script does give a fuuuu

WHY does it not find qt4?