Seite 1 von 1

compile and install the QT Version 4.6.3 whith opensuse 11.3

Verfasst: 2. September 2010 11:58
von kalle7
Hallo,

I want to compile and install the QT Version 4.6.3 whith opensuse 11.3 and I get this mistake:

manfred@linux-96je:~/apps/tools/qt463SDK/qt> ./configure -prefix /apps/tools/qt463

Creating qmake. Please wait...
gmake: Fuer das Ziel »first« ist nichts zu tun.
Basic XLib functionality test failed!
You might need to modify the include and library search paths by editing
QMAKE_INCDIR_X11 and QMAKE_LIBDIR_X11 in /home/manfred/apps/tools/qt463SDK/qt/mkspecs/linux-g++.

If I test the variables then this are correctly be set in the .bashrc:

manfred@linux-96je:~/apps/tools/qt463SDK/qt> echo $QMAKE_LIBDIR_X11
/usr/X11R6/lib
manfred@linux-96je:~/apps/tools/qt463SDK/qt> echo $QMAKE_INCDIR_X11
/usr/X11R6/bin


extract from the .bashrc

export QMAKE_INCDIR_X11=/usr/X11R6/bin
export QMAKE_LIBDIR_X11=/usr/X11R6/lib
#export QMAKESPEC=:${QTDIR}/mkspecs
PATH=/lib:/usr/lib:/var/lib:/usr/local/:/usr/X11R6/lib:/opt/kde3/lib

Maybe someone else can help me to solve the problem.

Best Regard.

Verfasst: 2. September 2010 14:01
von Christian81
X11-Development Paket nicht installiert.
Aber warum selbst kompilieren wo doch OpenSUSE 11.3 Qt 4.6.x mitbringt??