Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

checking QTDIR... configure: error: *** QTDIR must be define

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
shams
Posts: 144
Joined: 2006-02-17 15:37

checking QTDIR... configure: error: *** QTDIR must be define

#1 Post by shams »

hi,
i want to install the lmms-0.1.4 from the source with the ./configure --prefix=/usr this is the error:
checking for shmat... yes
checking for IceConnectionNumber in -lICE... no
checking QTDIR... configure: error: *** QTDIR must be defined, or --with-qtdir option given
please help me.

Harold
Posts: 1482
Joined: 2005-01-07 00:15
Been thanked: 3 times

#2 Post by Harold »

Do apt-get install qt4-dev-tools and try again. If you are using Sarge/Stable, you might have to do apt-get install qt3-dev-tools instead.

lacek
Posts: 764
Joined: 2004-03-11 18:49
Location: Budapest, Hungary
Contact:

#3 Post by lacek »

Maybe you need to export the QTDIR variable as well, like

Code: Select all

export QTDIR=/usr/share/qt3

Post Reply