Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PATCH]Build system

1 view
Skip to first unread message

Vladimir Lipskiy

unread,
Aug 20, 2003, 9:38:13 AM8/20/03
to perl6-internals
>We have missing dependencies. E.g. classes/* isn't rebuilt, when some
>parrot include files change.

This patch deals with only classes/*.pmc dependies. And I have no idea
how to search out other missing dependies.

headers.pl needs putting into the config/init directory

headers.pl
classes.diff

Leopold Toetsch

unread,
Aug 21, 2003, 3:00:04 AM8/21/03
to Vladimir Lipskiy, perl6-i...@perl.org
Vladimir Lipskiy <fors...@kaluga.ru> wrote:
> This patch deals with only classes/*.pmc dependies. And I have no idea
> how to search out other missing dependies.

interpreter.c:25: parrot/oplib/core_ops_cg.h: No such file or directory
interpreter.c:26: parrot/oplib/core_ops_cgp.h: No such file or directory
make: *** [interpreter.o] Error 1

Could it be that your source contains traces of your #define patches?

leo

Vladimir Lipskiy

unread,
Aug 21, 2003, 5:38:02 AM8/21/03
to perl6-internals, leo
> interpreter.c:25: parrot/oplib/core_ops_cg.h: No such file or directory
> interpreter.c:26: parrot/oplib/core_ops_cgp.h: No such file or directory
> make: *** [interpreter.o] Error 1
>
> Could it be that your source contains traces of your #define patches?

I deleted all changes that I made and did checkout module, no. Moreover
my "Build system" patch doesn't relate to computed goto anyhow. Take a
look at my patch -- it's inoffensive.

BTW, the #define patch was fine when I tried that on my i386/linux. Maybe
your source is rotten?


Vladimir Lipskiy

unread,
Aug 21, 2003, 6:26:49 AM8/21/03
to perl6-internals
> Could it be that your source contains traces of your #define patches?

I've found a blunder in my patch. I'll fix it in a minute.


0 new messages