>> Still the same issue. However looking closer to the ./configure
>> --with-qt-libraries=/usr/lib/qt3/lib  --wit
>> h-qt-moc=/usr/lib/qt2/bin/moc  --with-kde output I remarked this at the
>> end :

> Why are you using QT3 and QT2 at the same time?  You want to use your QT3 moc.
> 
> Here are the 5 items that you need to specify if your system can't find them 
> automatically:
>
>   --with-qt               where QT v2.1.x or higher is located.
>   --with-qt-libraries     where the QT libraries are located.
>   --with-qt-includes      where the QT headers are located.
>   --with-qt-moc           where the QT 2.1.x moc is located.
>   --with-kde              compile with KDE support.
> 
> Now --with-kde does not take a directory as a parameter.  The other ones do.  
> Specify those, all for the same QT version.
> 
> And don't forget to rm config.cache
> 
>  Jon

One thing I should mention is that I'm having the same problem with todays packaged 
cvs download:

Please remember to use GNU make, often installed as gmake.

Install prefix : /usr/local
Licq Includes  : /home/grandpajive/licq-20020414/include
KDE            : includes in /usr/kde/3/include, libs in /usr/kde/3/lib
Qt includes    : /usr/qt/3/include
Qt libraries   : /usr/qt/3/lib, -lqt-mt
Qt moc         : /usr/qt/3/bin/moc

grandpajive@gentoo qt-gui $ make
make  all-recursive
make[1]: Entering directory `/home/grandpajive/licq-20020414/plugins/qt-gui'
Making all in src
make[2]: Entering directory `/home/grandpajive/licq-20020414/plugins/qt-gui/src'
source='adduserdlg.cpp' object='adduserdlg.lo' libtool=yes \
depfile='.deps/adduserdlg.Plo' tmpdepfile='.deps/adduserdlg.TPlo' \
depmode=gcc /bin/sh ../admin/depcomp \
/bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. 
-D_REENTRANT -I/home/grandpajive/licq-20020414/include 
-I/usr/X11R6/include -I/usr/qt/3/include -I/usr/kde/3/include  -fPIC -DPIC 
-D_REENTRANT  -O2 -fno-exceptions -fno-check-new -Wall -I/usr/qt/3/include  
-I/usr/X11R6/include  -c -o adduserdlg.lo `test -f adduserdlg.cpp || echo 
'./'`adduserdlg.cpp
adduserdlg.cpp:75: adduserdlg.moc: No such file or directory
make[2]: *** [adduserdlg.lo] Error 1
make[2]: Leaving directory `/home/grandpajive/licq-20020414/plugins/qt-gui/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/grandpajive/licq-20020414/plugins/qt-gui'
make: *** [all] Error 2
grandpajive@gentoo qt-gui $

I'm having the problem in the same area Degand is.  ld_library_path and all thats ok, 
paths are ok (afaik).  Using kde3, qtcopy-3.0.3

Any help's appreciated.

--
Dave B.



_______________________________________________
Licq-main mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-main

Reply via email to