Re: runtime/parrot/library

2005-05-09 Thread Leopold Toetsch
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

Re: runtime/parrot/library

2005-05-05 Thread Leopold Toetsch
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

Re: runtime/parrot/library/config.pbc

2004-11-11 Thread Nicholas Clark
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.

Re: runtime/parrot/library/config.pbc

2004-11-11 Thread Leopold Toetsch
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