Riccardo Magliocchetti
2007-Sep-13 20:00 UTC
[Swfdec] cannot compile latest git since 8c921f54f26b483cd271a0677bb6e731bf7feb0b
Hi!, latest git does not compile: rm at eurasia:~/swfdec/swfdec$ make make all-recursive make[1]: Entering directory `/home/rm/swfdec/swfdec' Making all in libswfdec make[2]: Entering directory `/home/rm/swfdec/swfdec/libswfdec' make[2]: *** No rule to make target `swfdec_as_scope.c', needed by `swfdec_asnative.h'. Stop. make[2]: Leaving directory `/home/rm/swfdec/swfdec/libswfdec' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/rm/swfdec/swfdec' make: *** [all] Error 2 So i've tried git-bisect for the first time and that's it: rm at eurasia:~/swfdec/swfdec$ git bisect good 7028d035feb026c8f194d4d27be9348ff294fc10 Bisecting: 0 revisions left to test after this [8c921f54f26b483cd271a0677bb6e731bf7feb0b] rewrite scope chain handling I think the problem is that there are still some references of swfdec_as_with.c and swfdec_as_scope.c in swfdec/libswfdec/Makefile.in. thanks, riccardo
Benjamin Otte
2007-Sep-13 20:10 UTC
[Swfdec] cannot compile latest git since 8c921f54f26b483cd271a0677bb6e731bf7feb0b
Yeah, after files got added/removed, make only continues working if you ran configure with --enable-maintainer-mode. autogen.sh does this automatically, but if you ran configure manually, you probably didn't specify it. Rerunning autogen.sh should fix it. Cheers, Benjamin PS: I'm happy git bisect works for you :) On 9/13/07, Riccardo Magliocchetti <riccardo at datahost.it> wrote:> Hi!, > > latest git does not compile: > > rm at eurasia:~/swfdec/swfdec$ make > make all-recursive > make[1]: Entering directory `/home/rm/swfdec/swfdec' > Making all in libswfdec > make[2]: Entering directory `/home/rm/swfdec/swfdec/libswfdec' > make[2]: *** No rule to make target `swfdec_as_scope.c', needed by > `swfdec_asnative.h'. Stop. make[2]: Leaving directory > `/home/rm/swfdec/swfdec/libswfdec' make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/rm/swfdec/swfdec' > make: *** [all] Error 2 > > So i've tried git-bisect for the first time and that's it: > > rm at eurasia:~/swfdec/swfdec$ git bisect good > 7028d035feb026c8f194d4d27be9348ff294fc10 > Bisecting: 0 revisions left to test after this > [8c921f54f26b483cd271a0677bb6e731bf7feb0b] rewrite scope chain handling > > I think the problem is that there are still some references of > swfdec_as_with.c and swfdec_as_scope.c in swfdec/libswfdec/Makefile.in. > > thanks, > riccardo > _______________________________________________ > Swfdec mailing list > Swfdec at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/swfdec >
Riccardo Magliocchetti
2007-Sep-13 21:04 UTC
[Swfdec] cannot compile latest git since 8c921f54f26b483cd271a0677bb6e731bf7feb0b
Hi!, latest git does not compile: rm at eurasia:~/swfdec/swfdec$ make make all-recursive make[1]: Entering directory `/home/rm/swfdec/swfdec' Making all in libswfdec make[2]: Entering directory `/home/rm/swfdec/swfdec/libswfdec' make[2]: *** No rule to make target `swfdec_as_scope.c', needed by `swfdec_asnative.h'. Stop. make[2]: Leaving directory `/home/rm/swfdec/swfdec/libswfdec' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/rm/swfdec/swfdec' make: *** [all] Error 2 So i've tried git-bisect for the first time and that's it: rm at eurasia:~/swfdec/swfdec$ git bisect good 7028d035feb026c8f194d4d27be9348ff294fc10 Bisecting: 0 revisions left to test after this [8c921f54f26b483cd271a0677bb6e731bf7feb0b] rewrite scope chain handling I think the problem is that there are still some references of swfdec_as_with.c and swfdec_as_scope.c in swfdec/libswfdec/Makefile.in. thanks, riccardo
Riccardo Magliocchetti
2007-Sep-13 21:06 UTC
[Swfdec] cannot compile latest git since 8c921f54f26b483cd271a0677bb6e731bf7feb0b
Hi!, latest git does not compile: rm at eurasia:~/swfdec/swfdec$ make make all-recursive make[1]: Entering directory `/home/rm/swfdec/swfdec' Making all in libswfdec make[2]: Entering directory `/home/rm/swfdec/swfdec/libswfdec' make[2]: *** No rule to make target `swfdec_as_scope.c', needed by `swfdec_asnative.h'. Stop. make[2]: Leaving directory `/home/rm/swfdec/swfdec/libswfdec' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/rm/swfdec/swfdec' make: *** [all] Error 2 So i've tried git-bisect for the first time and that's it: rm at eurasia:~/swfdec/swfdec$ git bisect good 7028d035feb026c8f194d4d27be9348ff294fc10 Bisecting: 0 revisions left to test after this [8c921f54f26b483cd271a0677bb6e731bf7feb0b] rewrite scope chain handling I think the problem is that there are still some references of swfdec_as_with.c and swfdec_as_scope.c in swfdec/libswfdec/Makefile.in. thanks, riccardo
Riccardo Magliocchetti
2007-Sep-13 21:12 UTC
[Swfdec] cannot compile latest git since 8c921f54f26b483cd271a0677bb6e731bf7feb0b
Hi!, latest git does not compile: rm at eurasia:~/swfdec/swfdec$ make make all-recursive make[1]: Entering directory `/home/rm/swfdec/swfdec' Making all in libswfdec make[2]: Entering directory `/home/rm/swfdec/swfdec/libswfdec' make[2]: *** No rule to make target `swfdec_as_scope.c', needed by `swfdec_asnative.h'. Stop. make[2]: Leaving directory `/home/rm/swfdec/swfdec/libswfdec' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/rm/swfdec/swfdec' make: *** [all] Error 2 So i've tried git-bisect for the first time and that's it: rm at eurasia:~/swfdec/swfdec$ git bisect good 7028d035feb026c8f194d4d27be9348ff294fc10 Bisecting: 0 revisions left to test after this [8c921f54f26b483cd271a0677bb6e731bf7feb0b] rewrite scope chain handling I think the problem is that there are still some references of swfdec_as_with.c and swfdec_as_scope.c in swfdec/libswfdec/Makefile.in. thanks, riccardo
Riccardo Magliocchetti
2007-Sep-14 05:46 UTC
[Swfdec] cannot compile latest git since 8c921f54f26b483cd271a0677bb6e731bf7feb0b
Hi!, latest git does not compile: rm at eurasia:~/swfdec/swfdec$ make make all-recursive make[1]: Entering directory `/home/rm/swfdec/swfdec' Making all in libswfdec make[2]: Entering directory `/home/rm/swfdec/swfdec/libswfdec' make[2]: *** No rule to make target `swfdec_as_scope.c', needed by `swfdec_asnative.h'. Stop. make[2]: Leaving directory `/home/rm/swfdec/swfdec/libswfdec' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/rm/swfdec/swfdec' make: *** [all] Error 2 So i've tried git-bisect for the first time and that's it: rm at eurasia:~/swfdec/swfdec$ git bisect good 7028d035feb026c8f194d4d27be9348ff294fc10 Bisecting: 0 revisions left to test after this [8c921f54f26b483cd271a0677bb6e731bf7feb0b] rewrite scope chain handling I think the problem is that there are still some references of swfdec_as_with.c and swfdec_as_scope.c in swfdec/libswfdec/Makefile.in. Which is in gitignore so i'm a bit puzzled. thanks, riccardo
Seemingly Similar Threads
- autoreconf errors with latest git
- 5 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame_internal.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_scope.c libswfdec/swfdec_as_scope.h libswfdec/swfdec_as_script_function.c
- error linking swfplay
- [Bug 14264] New: flash ad that kills your machine
- [Bug 13604] New: Assertion failure when seeking on youtube with pulseaudio backend.