[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-15 13:10 -------
Subject: Re: [atlantik-devel] can't compile atlantik client
On Tue, Jul 15, 2003 at 11:04:18AM -0000, [email protected] wrote:
> atlantic_core.cpp:19:29: atlantic_core.moc: No such file or
> directory
> atlantic_core.cpp:27: syntax error before `::' token
> atlantic_core.cpp:32: syntax error before `::' token
> atlantic_core.cpp:35: syntax error before `.' token
> atlantic_core.cpp:36: syntax error before `.' token
> atlantic_core.cpp:37: syntax error before `.' token
> atlantic_core.cpp:38: syntax error before `.' token
> ecc...
moc atlantic_core.cpp -o atlantic_core.moc
should regenerate it, although normally 'make' should do so for you.
Rob