qt_gui broken in svn?
Simon Oosthoek <[email protected]> Thu, 28 Aug 2008 00:02:57 +0200
| Newsgroups | gmane.network.licq.general |
|---|---|
| Message-ID | <[email protected]> |
Hi just a quick check, is current svn broken in the qt_gui? I get a compile error: make[2]: Entering directory `/home/simon/src/licq-svn/licq/plugins/qt-gui/src' /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/home/simon/src/licq-svn/licq/include -I/usr/include/qt3 -I/usr/include/kde -fPIC -DPIC -D_REENTRANT -I/usr/include -O2 -Wall -Wextra -I/usr/include/qt3 -MT editgrp.lo -MD -MP -MF .deps/editgrp.Tpo -c -o editgrp.lo editgrp.cpp In file included from editgrp.cpp:262: editgrp.moc: In member function ‘virtual bool EditGrpDlg::qt_invoke(int, QUObject*)’: editgrp.moc:117: error: ‘slot_default’ was not declared in this scope editgrp.moc:118: error: ‘slot_newuser’ was not declared in this scope editgrp.moc:119: error: ‘slot_done’ was not declared in this scope make[2]: *** [editgrp.lo] Error 1 make[2]: Leaving directory `/home/simon/src/licq-svn/licq/plugins/qt-gui/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/simon/src/licq-svn/licq/plugins/qt-gui' make: *** [all] Error 2 cheers Simon