Adrian Lambeck wrote:
r8841 (regarding root.in) was bogus - I dropped too much. Fixed in
r8853.

agree - the svn version is working now - I updated my patch for root.in but it still does not work :-(. Do I need to patch something else too ?

Right now I have patches for config/gen/makefiles/root.in and parrot-config.imc . Now I get the following error (only in my self-patched parrot-0.2.3 !)

error:imcc:No such file or directory
in file 'parrot-config.imc' line 32

so this has to do with ./runtime/parrot/include/iglobals.pasm but makes no sense to me. Maybe you have a hint.

Strange. You could replace the .IGLOBALS_CONFIG_HASH with it's value (6) (and drop the .include line) and try to track down what's wrong with:

$ bin/parrot parrot-config.imc prefix

And or course compare (again) these files, 'make realclean; perl Configure.pl --prefix=... ; make && make install' again.

Adrian

leo

Reply via email to