On Wed, Jun 13, 2007 at 05:22:00PM +0200, Nicolas Lécureuil wrote: > 2007/6/13, strk <[EMAIL PROTECTED]>: > >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/ ? > > no, and klash.moc exist after but with a pb : > $ ls -l klash.moc > lrwxrwxrwx 1 neoclust neoclust 14 Jun 13 11:20 klash.moc -> ./klash.moc.in > > $ ls ./klash.moc.in
Alright, so what batiaan and rob said seems the solution (move klash.moc.in under gui/) --strk; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

