Re: Newb: path/LD_LIBRARY_PATH/other

2007-05-31 Thread Andy_Bach
Hi Andrew, I just svn-ed the latest and I got the same error. I'm no parrot expert but it appears it's looking for the include file .include 'src/abc_gen.pir' and there's no such file. It appears the generated (?) abc_gen.pir file isn't there. Other langs have that (lua/src/lua.pir) so my gu

Re: Newb: path/LD_LIBRARY_PATH/other

2007-05-30 Thread Will Coleda
You have to make abc first (the line you reference includes a generated file) $ cd languages/abc $ make $ ../../parrot abc.pir > 3+2 5 > Regards. On May 30, 2007, at 8:34 PM, andrew cooke wrote: [OK, apologies in advance - there will likely be several more stupid newbie emails. I am noti