| 1 | REBOOT |
|---|
| 2 | stephan:/home/stephan/licq_devel/licq-20061011/plugins/qt-gui # ./configure --with-kde |
|---|
| 3 | [..] |
|---|
| 4 | checking for QT includes... /usr/lib/qt3/include |
|---|
| 5 | checking for KDE includes... /opt/kde3/include |
|---|
| 6 | checking for QT libraries... yes, lib: -lqt-mt in /usr/lib/qt3/lib |
|---|
| 7 | checking for QT >= 3.x... no |
|---|
| 8 | configure: error: |
|---|
| 9 | Sorry, but you need QT version 3.x or higher to compile the Qt gui plugin. |
|---|
| 10 | |
|---|
| 11 | stephan:/home/stephan/licq_devel/licq-20061011/plugins/qt-gui #export QTDIR="/usr/lib/gt3" |
|---|
| 12 | stephan:/home/stephan/licq_devel/licq-20061011/plugins/qt-gui # ./configure --with-kde |
|---|
| 13 | [...] |
|---|
| 14 | checking for QT includes... /usr/lib/qt3/include |
|---|
| 15 | checking for KDE includes... /opt/kde3/include |
|---|
| 16 | checking for QT libraries... yes, lib: -lqt-mt in /usr/lib/qt3/lib64 |
|---|
| 17 | checking for QT >= 3.x... yes |
|---|
| 18 | checking for moc... /usr/lib/gt3/bin/moc |
|---|
| 19 | grep: /usr/lib/gt3/bin/moc: No such file or directory |
|---|
| 20 | configure: 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 | |
|---|
| 37 | stephan:/home/stephan/licq_devel/licq-20061011/plugins/qt-gui #./configure --with-kde --with-qt-moc=/usr/lib/qt3/bin/moc |
|---|
| 38 | [...] |
|---|
| 39 | Please remember to use GNU make, often installed as gmake. |
|---|
| 40 | |
|---|
| 41 | Install prefix : /usr/local |
|---|
| 42 | Licq Includes : /home/stephan/licq_devel/licq-20061011/include |
|---|
| 43 | KDE : disabled. |
|---|
| 44 | Qt includes : /usr/lib/qt3/include |
|---|
| 45 | Qt libraries : /usr/lib/qt3/lib64, -lqt-mt |
|---|
| 46 | Qt moc : /usr/lib/qt3/bin/moc |
|---|
| 47 | GPG : enabled. |
|---|
| 48 | |
|---|
| 49 | stephan:/home/stephan/licq_devel/licq-20061011/plugins/qt-gui # It works ! |
|---|