Where in the build process should that file get built? Should the main
Makefile have a line that does something like the following
as part of the test_prep target:
cd dynoplibs ${make_and} $(MAKE) ${make_and} cd ..
or was the intent for this to be somewhere else?
--
Andy Dougherty doug...@lafayette.edu
> Nearly every tinderbox is failing t/pmc/objects.t tests 35-36 with an
> error about failing to load 'runtime/parrot/dynext/myops_ops.dylib'
> (or equivalent).
Oops sorry cut'n paste error. Fixed.
leo
Oh, no problem. I was going to suggest a fix, but I thought perhaps I was
missing something.
--
Andy Dougherty doug...@lafayette.edu
> Where in the build process should that file get built? Should the main
> Makefile have a line that does something like the following
> as part of the test_prep target:
> cd dynoplibs ${make_and} $(MAKE) ${make_and} cd ..
That's still another issue. If we have some tests and config vars
that dynamic loading is working, this step (and others) should be done.
leo