Hello. I'm having some problems compiling the qt-gui plug-in for licq-1.2.3. The error message I get is the following:

checking for QT libraries... yes, lib: -lqt-mt in /usr/lib
checking for QT includes... /usr/include/qt
checking for QT >= 2.1... no
configure: error:
Sorry, but you need QT version 2.1 or higher to compile the Qt gui plugin.

I've put some extra 'echo' lines in the 'configure' script to see what flags are beeing used in the "test compilation" during configure. The results are:

-O2 -fno-exceptions -fno-check-new -Wall -I/usr/include/qt -I/usr/X11R6/include
-L/usr/X11R6/lib -L/usr/lib
-lqt-mt -lSM -lICE -lX11 -lXext

When I do the same thing for the corresponding plugin for licq-1.2.0 I get:

checking for QT libraries... yes, lib: -lqt in /usr/lib
checking for QT includes... /usr/include/qt
checking for QT >= 2.1... yes

And the flags are:
-O2 -fno-exceptions -fno-check-new -Wall -I/usr/include/qt -I/usr/X11R6/include
-L/usr/X11R6/lib -L/usr/lib
-lqt -lSM -lICE -lX11 -lXext

In both cases I'm running ./configure from the plugin directory with no extra flags or arguments.

Am I doing something wrong or is there something wrong with the 'configure' script or is my QT installation out of order?
I'm running debian with QT 2.3.2.

/Mattias





-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to