Jonathan Scott Duff wrote:
Is there some reason that runtime/parrot/library isn't in the list of
search paths for both include_paths and dynext_paths?
Fixed.
load_bytecode "PGE.pbc"# should work now
i.e. load_bytecode searches now:
- runtime/parrot/library/
- runtime/parrot/
- ./
curren
Jonathan Scott Duff <[EMAIL PROTECTED]> wrote:
> Is there some reason that runtime/parrot/library isn't in the list of
> search paths for both include_paths and dynext_paths?
No. We have:
load_bytecode => Parrot_load_bytecode
*.pbc => PackFile_append.pbc => Parrot_readbc =>
Parrot
On Thu, Nov 11, 2004 at 02:49:24PM +0100, Leopold Toetsch wrote:
> Nicholas Clark wrote:
> >What generates runtime/parrot/library/config.pbc ?
>
> It's an extension rule .imc.pbc.
>
> >It seems that make clean can remove it, and then any subsequent make fails:
>
> No problem here, jsut tried it.
Nicholas Clark wrote:
What generates runtime/parrot/library/config.pbc ?
It's an extension rule .imc.pbc.
It seems that make clean can remove it, and then any subsequent make fails:
No problem here, jsut tried it.
Nicholas Clark
leo