You are not logged in.

#1 2008-01-12 16:59:11

semperfiguy
Member
Registered: 2007-12-03
Posts: 224

QT libraries not found [Solved]

I am having trouble compiling bibletime from the aur.  I download it then run makepkg, but I get the same error everytime:

checking for Qt... configure: error: Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
make: *** No targets specified and no makefile found.  Stop

Now when I run pacman -S qt I get:

:: qt-3.3.8-5: local version is up to date. Upgrade anyway? [Y/n]

So I know its installed.  Any help on this?

Last edited by semperfiguy (2008-01-12 20:09:15)

Offline

#2 2008-01-12 17:13:30

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: QT libraries not found [Solved]

Your qt-config is probably pointing at QT4 at the moment. As root:

qt-config qt

Then as your regular user before you compile:

source /etc/profile

Offline

#3 2008-01-12 17:40:45

Jessehk
Member
From: Toronto, Ontario, Canada
Registered: 2007-01-16
Posts: 152

Re: QT libraries not found [Solved]

Try

source /etc/profile.d/qt.sh

Offline

Board footer

Powered by FluxBB