[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash-dev] Problem compiling gnash 0.8.0
From: |
strk |
Subject: |
Re: [Gnash-dev] Problem compiling gnash 0.8.0 |
Date: |
Wed, 13 Jun 2007 17:27:53 +0200 |
On Wed, Jun 13, 2007 at 05:22:00PM +0200, Nicolas Lécureuil wrote:
> 2007/6/13, strk <address@hidden>:
> >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 <address@hidden>:
> >> >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] Problem compiling gnash 0.8.0, Nicolas Lécureuil, 2007/06/11
- Re: [Gnash-dev] Problem compiling gnash 0.8.0, strk, 2007/06/11
- Re: [Gnash-dev] Problem compiling gnash 0.8.0, Nicolas Lécureuil, 2007/06/13
- Re: [Gnash-dev] Problem compiling gnash 0.8.0, Nicolas Lécureuil, 2007/06/13
- Re: [Gnash-dev] Problem compiling gnash 0.8.0, strk, 2007/06/13
- Re: [Gnash-dev] Problem compiling gnash 0.8.0, Bastiaan Jacques, 2007/06/13
- Re: [Gnash-dev] Problem compiling gnash 0.8.0, Rob Savoye, 2007/06/13
- Re: [Gnash-dev] Problem compiling gnash 0.8.0, strk, 2007/06/13
- Re: [Gnash-dev] Problem compiling gnash 0.8.0, Nicolas Lécureuil, 2007/06/13
- Re: [Gnash-dev] Problem compiling gnash 0.8.0,
strk <=
- Re: [Gnash-dev] Problem compiling gnash 0.8.0, Nicolas Lécureuil, 2007/06/13
Re: [Gnash-dev] Problem compiling gnash 0.8.0, Rob Savoye, 2007/06/11