Re: [Harbour] make_deb.sh

2008-05-28 Thread Lorenzo Fiorini
On Wed, May 28, 2008 at 8:54 PM, Przemyslaw Czerpak <[EMAIL PROTECTED]> wrote: > It will be much easier if someone who uses Debian/Ubuntu > will make it himself. I can later check the modifications > and verify sth what I know should be changed. I'm not a Debian guru, I simply check that my apps

Re: [Harbour] make_deb.sh

2008-05-28 Thread Przemyslaw Czerpak
On Wed, 28 May 2008, Lorenzo Fiorini wrote: Hi Lorenzo, > Under an Ubuntu 8.04 Desktop i386 partition that I use to build > Harbour with make_gnu.sh, running ./make_deb.sh I get: > > several messages > > If you want to build Harbour compiler > you have to install the folowing packages:

Re: [Harbour] make_deb.sh

2008-05-28 Thread Gerald Drouillard
Lorenzo Fiorini wrote: On Tue, May 27, 2008 at 10:49 PM, Przemyslaw Czerpak <[EMAIL PROTECTED]> wrote: I want to ask all users using Debian or Ubuntu to make tests and required updates or to send information about found problems to this list. Under an Ubuntu 8.04 Desktop i386 partition that

Re: [Harbour] make_deb.sh

2008-05-28 Thread Lorenzo Fiorini
On Tue, May 27, 2008 at 10:49 PM, Przemyslaw Czerpak <[EMAIL PROTECTED]> wrote: > I want to ask all users using Debian or Ubuntu to make tests > and required updates or to send information about found problems > to this list. Under an Ubuntu 8.04 Desktop i386 partition that I use to build Harbour

Re: [Harbour] make_deb.sh

2008-05-28 Thread Guy Roussin
Hi, I'll make the modifications but I do not use any DEB based distribution and I cannot test them. If possible I'd like to ask you to commit necessary fixes and cleanups. I want to ask all users using Debian or Ubuntu to make tests and required updates or to send information about found proble

Re: [Harbour] make_deb.sh

2008-05-27 Thread Przemyslaw Czerpak
On Thu, 22 May 2008, Guy Roussin wrote: Hi, > I notice that HB_CONTRIBLIBS in make_deb.sh is not taken into > account by dpkg-buildpackage -b > As a workaround i add this line before dpkg-buildpackage -b : > export HB_CONTRIBLIBS Not workaround but fix. The export is necessary. Thanks for the in

[Harbour] make_deb.sh

2008-05-22 Thread Guy Roussin
Hi, I notice that HB_CONTRIBLIBS in make_deb.sh is not taken into account by dpkg-buildpackage -b As a workaround i add this line before dpkg-buildpackage -b : export HB_CONTRIBLIBS So even if the package libpq-dev is there, libhbpgsql.a is not compiled. I also suggest to add those lines in ma