Em 16-12-2013 08:16, lux-integ escreveu: > Greetings > > I am trying to compile qt-5.2.0 for installation prefix /opt/qt5 as per the > blfs instructions > ( http://www.linuxfromscratch.org/blfs/view/svn/x/qt5.html ) > > my computer has these: > --cpu amd64 3cores > --os blfs, kernel linux-3.10.24, gcc-4.8.1 > > > My 'source configure' options has these:- > > export QMAKE_INCDIR_OPENGL=$XORG_PREFIX/include/{EGL,GL,GLES,GLES2,GLES3} > export QMAKE_LIBDIR_OPENGL=$XORG_PREFIX/lib > export QMAKE_LIBS_OPENGL="-L$XORG_PREFIX/lib -lGL -lglamor -lGLESv2 - > lGLESv1_CM -lGLU -lglut" > > > ./configure \ > -prefix $QT5DIR \ > -sysconfdir /etc/xdg \ > -opensource \ > -confirm-license \ > -no-nis \ > -release \ > -system-sqlite \ > -dbus-linked \ > -openssl-linked \ > -plugin-sql-psql \ > -optimized-qmake \ > -nomake examples \ > -plugindir $QT5DIR/lib/plugins \ > -opengl es2 \ > -I " -I$XORG_PREFIX/include -I/usr/include -I/usr/local/include - > I${POSTGRESQL_PREFIX}/include " \ > -L$XORG_PREFUX/lib -L${POSTGRESQL_PREFIX}/lib -L$QTDIR/lib \
Are these typos? s/XORG_PREFUX/XORG_PREFIX/ and s/QTDIR/QT5DIR/ -- []s, Fernando -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
