Re: --module option not playing nicely with relative paths

2011-01-13 Thread Andi Vajda
Hi Roman, On Thu, 13 Jan 2011, Roman Chyla wrote: By mistake it had .py suffix, trying now with .patch. I integrated your patch into rev 1058713 of jcc's trunk with a minor change. (I renamed the _package_track variable) Thanks ! Andi.. Best, roman On Thu, Jan 13, 2011 at 4:54 PM, A

Re: --module option not playing nicely with relative paths

2011-01-13 Thread Roman Chyla
Hi, By mistake it had .py suffix, trying now with .patch. Best, roman On Thu, Jan 13, 2011 at 4:54 PM, Andi Vajda wrote: > >  Hi Roman, > > On Jan 13, 2011, at 5:47, Roman Chyla wrote: > >> Until recently, I wasn't using --module parameter. But now I do and >> the compilation was failing, bec

Re: --module option not playing nicely with relative paths

2011-01-13 Thread Andi Vajda
Hi Roman, On Jan 13, 2011, at 5:47, Roman Chyla wrote: Until recently, I wasn't using --module parameter. But now I do and the compilation was failing, because I am not building things in the top folder, but from inside build - to avoid clutter. I believe I discovered a bug and I am sending