Hi,

On Tuesday 25 May 2004 14:52, Leopold Toetsch wrote:
> The following patch fixes the problem:
Wow, thank you very much, Leo! :-)

The code is now working as expected. I'll now add a makefile rule to generate 
runtime/parrot/include/parrotlib.pbc from 
runtime/parrot/library/parrotlib.imc

Is it okay to use runtime/parrot/include for generated files only?
I think its best to move all handwritten files to runtime/parrot/library.

The next thing I'll do is to make the parrotlib.pbc location configurable. 
Then, we can use parrotlib to retrieve the location of the ICU data files.

Parrotlib already uses the environment variable PARROT_RUNTIME_ROOT which, if 
set, is used to locate the "runtime/parrot" directory. A sensible default 
value is nevertheless required.

BTW, I think its best to also move the blib directory to runtime/parrot, at 
least the files that are used at runtime.

jens

Reply via email to