On Sat, Feb 21, 2004 at 10:06:51AM +0100, Thomas Reitelbach wrote:
> Am Freitag, 20. Februar 2004 20:58 schrieb Joerg Rieger:
> 
> > Compiles fine here on a just 5 minutes ago updated Sid installation,
> > however configure complains while configuring qt-plugin:
> >
> > [...]
> > checking for QT includes... /usr/include/qt3
> > checking for KDE includes... no
> > checking for QT libraries... ./configure: line 17536: test: =: unary
> > operator expected ./configure: line 17536: test: =: unary operator expected
> > yes, lib: -lqt-mt in /usr/lib
> > checking for QT >= 3.x... yes
> > configure: WARNING: environment variable QTDIR is not set
> > checking for moc... /usr/bin/moc
> > checking for findtr... /usr/bin/findtr
> 
> These lines may vary, can you please post the relevant part of your configure 
> file? (lines 17530 up to 17545, probably include line numbers so that we can 
> see where line 17536 is)

Of course:

17521      for qt_dir in $qt_library_dirs; do
17522        if test -z $ac_kde || test $ac_kde = "no" || test $kde_version -ge 3; then
17523          if test -r "$qt_dir/libqt-mt.so"; then
17524            ac_qt_libname=-lqt-mt
17525            ac_qt_libdir=$qt_dir
17526            break
17527          else
17528            echo "tried $qt_dir/libqt-mt.so" >&5
17529          fi
17530
17531          if test -r "$qt_dir/libqt-mt.so.3"; then
17532            ac_qt_libname=-lqt-mt
17533            ac_qt_libdir=$qt_dir
17534            break
17535          else
17536            echo "tried $qt_dir/libqt-mt.so.3" >&5
17537          fi
17538        fi
17539
17540        # If no KDE or KDE < 3 we might try for libqt, too
17541        if test $ac_kde = "no" || test $kde_version -lt 3; then
17542          if test -r "$qt_dir/libqt.so"; then
17543            ac_qt_libname=-lqt
17544            ac_qt_libdir=$qt_dir
17545            break
17546          else
17547            echo "tried $qt_dir/libqt.so" >&5
17548          fi
17549        fi
17550      done
17551
17552    ac_cv_lib_qtlib="ac_qt_libname=$ac_qt_libname ac_qt_libdir=$ac_qt_libdir"

The complete config.log and my configure script is available here:
http://puvogel.informatik.med.uni-giessen.de/rijo/config.log
http://puvogel.informatik.med.uni-giessen.de/rijo/configure.gz

-- 


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to