Re: [Harbour] gnu Makefiles issue under Linux

2008-06-30 Thread Phil Barnett
On Friday 27 June 2008 08:17:12 am Szakáts Viktor wrote: > Any suggestions how to solve this in a way that all special > inclusion logic is self-contained in local contrib Makefiles > (contrib/*/Makefile), yet come out error-free from a 'make clean'? I like the way perl does it with cpan. Contrib

Re: [Harbour] gnu Makefiles issue under Linux

2008-06-27 Thread Szakáts Viktor
This is pretty much independent from the problem you've raised, you can run into a contrib you cannot build, even if you manually specify the contrib list. Yes but if I add a contrib to an envvar because I need it ( and I'm not insane ) I am also prepared to do the necessary make it work. Instea

Re: [Harbour] gnu Makefiles issue under Linux

2008-06-27 Thread Lorenzo Fiorini
On Fri, Jun 27, 2008 at 2:17 PM, Szakáts Viktor <[EMAIL PROTECTED]> wrote: > This is pretty much independent from the problem you've > raised, you can run into a contrib you cannot build, > even if you manually specify the contrib list. Yes but if I add a contrib to an envvar because I need it (

Re: [Harbour] gnu Makefiles issue under Linux

2008-06-27 Thread Szakáts Viktor
Hi Przemek, If the above error doesn't cause the build process to stop, I'd vote to leave it as is. (or find some workaround to avoid this error) It broke build process and this is a problem. For sure current state cannot be kept. We have to resolve few things: 1. automatic detection which lib

Re: [Harbour] gnu Makefiles issue under Linux

2008-06-27 Thread Szakáts Viktor
That's what I was trying to avoid in the first place. Or if you mean to not add _any_ contribs to the default contrib list, that's also an option. But it just makes builder's life more difficult and error prone IMO. As I said before the only contrib which could be considered more or less "standa

Re: [Harbour] gnu Makefiles issue under Linux

2008-06-27 Thread Przemyslaw Czerpak
On Fri, 27 Jun 2008, Szakáts Viktor wrote: Hi Viktor, > >My suggestion is to remove all that checks of the arch inside the > >single Makefiles and leave to the developer to add the contribs to > >build to the HB_CONTRIBLIBS envvar. > That's what I was trying to avoid in the first place. > Or if y

Re: [Harbour] gnu Makefiles issue under Linux

2008-06-27 Thread Lorenzo Fiorini
On Fri, Jun 27, 2008 at 1:30 PM, Szakáts Viktor <[EMAIL PROTECTED]> wrote: > Welcome back! Thanks. > That's what I was trying to avoid in the first place. > Or if you mean to not add _any_ contribs to the default > contrib list, that's also an option. But it just makes > builder's life more diff

Re: [Harbour] gnu Makefiles issue under Linux

2008-06-27 Thread Szakáts Viktor
Hi Lorenzo, Welcome back! My suggestion is to remove all that checks of the arch inside the single Makefiles and leave to the developer to add the contribs to build to the HB_CONTRIBLIBS envvar. That's what I was trying to avoid in the first place. Or if you mean to not add _any_ contribs to