On Wed, Jun 13, 2007 at 05:10:19PM +0200, Bastiaan Jacques wrote: > > > On Wed, 13 Jun 2007, Nicolas Lécureuil wrote: > > >2007/6/13, Nicolas Lécureuil <[EMAIL PROTECTED]>: > >now i have pbs with klash compilation : > > > >kde.cpp:38:21: error: klash.moc: No such file or directory > > I think the problem here is that for some reason, `moc' wasn't detected > by configure and friends. So the build system tries to default to linking > against klash.moc.in, which doesn't exist in the gui subdirectory.
I had a similar problem in the past, and fixed by adding klash.moc as a dependency of something else. This worked because 'make klash.moc' worked. Nicolas, does 'make klash.moc' work for you under gui/ ? --strk; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

