Trying to compile LICQ cvs..

Get error shown below in log exerpt..

What I don't understand is, I have a version of QT higher than the one
listed..

LOG EXERPT
------------------------
| /* end confdefs.h.  */
| 
|       #include <qglobal.h>
| 
| int
| main ()
| {
| 
|       #if QT_VERSION < 210
|          choke me
|       #endif
| 
|   ;
|   return 0;
| }
configure:16908: result: no
configure:16914: error:
      Sorry, but you need QT version 2.1 or higher to compile the Qt gui plugin.

qglobal.h SEARCH AND VERSION RESULTS
------------------------------------
$ locate qglobal.h
/usr/include/qt/qglobal.h
$ grep QT_VERSION /usr/include/qt/qglobal.h
#define QT_VERSION      232
#define QT_VERSION_STR  "2.3.2"
#if (QT_VERSION >= 300)

QT_VERSION would appear to be greater than 210 to me..


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

Reply via email to