Ticket #805: licq_compile

File licq_compile, 1.9 kB (added by stephan2503, 2 years ago)

steps to compile licq

Line 
1 REBOOT
2stephan:/home/stephan/licq_devel/licq-20061011/plugins/qt-gui # ./configure --with-kde
3[..]
4checking for QT includes... /usr/lib/qt3/include
5checking for KDE includes... /opt/kde3/include
6checking for QT libraries... yes, lib: -lqt-mt in /usr/lib/qt3/lib
7checking for QT >= 3.x... no
8configure: error:
9      Sorry, but you need QT version 3.x or higher to compile the Qt gui plugin.
10
11stephan:/home/stephan/licq_devel/licq-20061011/plugins/qt-gui #export QTDIR="/usr/lib/gt3"
12stephan:/home/stephan/licq_devel/licq-20061011/plugins/qt-gui # ./configure --with-kde
13[...]
14checking for QT includes... /usr/lib/qt3/include
15checking for KDE includes... /opt/kde3/include
16checking for QT libraries... yes, lib: -lqt-mt in /usr/lib/qt3/lib64
17checking for QT >= 3.x... yes
18checking for moc... /usr/lib/gt3/bin/moc
19grep: /usr/lib/gt3/bin/moc: No such file or directory
20configure: error:
21
22        The Qt meta object compiler (moc)
23        /usr/lib/gt3/bin/moc
24        found by configure is not the one part of Qt 3.x.
25
26        It's likely that the found one is the one shipped with
27        Qt 1.x or Qt 2.x. That one will not work.
28
29        Please check your installation.
30        Use the --with-qt-moc option to specify the path and name
31        of the moc compiler shipped with your Qt 3.x lib.
32        Some distributions rename it to "moc2", maybe you find that
33        on your system.
34
35        see ./configure --help for details.
36
37stephan:/home/stephan/licq_devel/licq-20061011/plugins/qt-gui #./configure --with-kde --with-qt-moc=/usr/lib/qt3/bin/moc
38[...]
39Please remember to use GNU make, often installed as gmake.
40
41Install prefix : /usr/local
42Licq Includes  : /home/stephan/licq_devel/licq-20061011/include
43KDE            : disabled.
44Qt includes    : /usr/lib/qt3/include
45Qt libraries   : /usr/lib/qt3/lib64, -lqt-mt
46Qt moc         : /usr/lib/qt3/bin/moc
47GPG            : enabled.
48
49stephan:/home/stephan/licq_devel/licq-20061011/plugins/qt-gui #  It works !