On Sun, 15 Dec 2002 07:40:46 +0500 (YEKT)
���� ������� <[EMAIL PROTECTED]> wrote:

> Dear Sirs,
> 
> I installed licq from ports collection on FreeBSD.
> licq-qt port depends on Qt-3 which I cannot have here, because some
> of the packages just require Qt-2 which in turn cannot coexist with
> Qt-3.

I have never used FreeBSD, but I suspect you can do the same thing I
do in Linux.  My machine is running a version of KDE that requires QT
2.x but Licq requires QT 3.x so what I did was to install QT from
source in /usr/local/qt.  KDE and the rest of my programs do not know
about this QT since it is not in a place where they will look.  I
only use it when I compile Licq.  This is the QT stuff I have
installed from Debian packages:

ii  libqt-dev      2.3.1-22       Qt GUI development headers
ii  libqt2         2.3.1-22       Qt GUI Library (runtime version).
ii  libqt2-mt      2.3.1-22       Qt GUI Library (runtime threaded
version).
ii  libqt3         3.0.3-20020329 Qt GUI Library (runtime version).
ii  libqt3-mt      3.0.3-20020329 Qt GUI Library (Threaded runtime
version).

I have only the Qt 3.x runtimes installed, no development files, so
my machine does not complain.  When I need to compile Licq, I do
this:

export QTDIR=/usr/local/qt

and when I run the configure command before 'make' I do this:

./configure --with-qt-libraries=/usr/local/qt/lib \
--with-qt-includes=/usr/local/qt/include \
--with-qt-moc=/usr/local/qt/bin/moc

and then Licq will compile with the correct QT libraries.
Perhaps it goes something like that on FreeBSD as well.



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
LICQ-Main mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-main
  • ... Илья Шипицин
    • ... Pollywog
    • ... Arne Schmitz
    • ... Jon Keating

Reply via email to