[Bug 61180] can't compile atlantik client
Rob Kaper <[email protected]>
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=61180
------- Additional Comments From [email protected] 2003-07-13 15:40 -------
Subject: Re: [atlantik-devel] New: can't compile atlantik client
On Sun, Jul 13, 2003 at 12:46:18PM -0000, [email protected] wrote:
> In file included from selectconfiguration_widget.cpp:32:
> selectconfiguration_widget.moc: In member function `virtual bool SelectConfiguration::qt_invoke(int, QUObject*)':
> selectconfiguration_widget.moc:161: `connectClicked' undeclared (first use this function)
> selectconfiguration_widget.moc:161: (Each undeclared identifier is reported only once for each function it appears in.)
> make[3]: *** [selectconfiguration_widget.o] Error 1
That's a slot that has been removed (it's no longer necessary), I'm guessing
your .moc file is stale.. does a "make clean" in the Atlantik dir before compiling help?
Rob