Re: [Harbour] rddsql/sddpg install problems

2009-09-04 Thread Viktor Szakáts
it seems as if INSTALL_RULE was assembled more than once, once with INSTALL_FILES set to libsddpg.a, but at the next iteration INSTALL_FILES was empty. afaict this second iteration must somehow be happening inside instsh.mk, as it is protected to be evaluated with an empty install_files list.

Re: [Harbour] rddsql/sddpg install problems

2009-09-01 Thread Przemyslaw Czerpak
On Wed, 02 Sep 2009, Tamas TEVESZ wrote: Hi, > > Yet another: > > include $(TOP)$(ROOT)config/header.mk > > without any header files. > oh. i thought PRG_HEADERS := harupdf.ch was that. > anyway, testing... harupdf.ch is part of contrib/hbhpdf library only. There is no: PRG_HEADERS :

Re: [Harbour] rddsql/sddpg install problems

2009-09-01 Thread Tamas TEVESZ
On Wed, 2 Sep 2009, Przemyslaw Czerpak wrote: hi, > Yet another: > include $(TOP)$(ROOT)config/header.mk > without any header files. oh. i thought PRG_HEADERS := harupdf.ch was that. anyway, testing... > > this actually has been bugging me for a while - it seems that much > > (a

Re: [Harbour] rddsql/sddpg install problems

2009-09-01 Thread Przemyslaw Czerpak
On Wed, 02 Sep 2009, Tamas TEVESZ wrote: Hi, > thanks, i got further with this. now it's external/libhpdf: > make[3]: `../../../../../lib/sunos/sunpro/libhbxbp.a' is up to date. > ! Installing xbp.ch on /tmp/hb/include > ! Installing xbpdev.ch on /tmp/hb/include > ! Installing appevent.ch on /tmp

Re: [Harbour] rddsql/sddpg install problems

2009-09-01 Thread Tamas TEVESZ
On Tue, 1 Sep 2009, Przemyslaw Czerpak wrote: hi, > > it seems as if INSTALL_RULE was assembled more than once, once with > > INSTALL_FILES set to libsddpg.a, but at the next iteration > > INSTALL_FILES was empty. afaict this second iteration must somehow be > > happening inside instsh.mk,

Re: [Harbour] rddsql/sddpg install problems

2009-09-01 Thread Przemyslaw Czerpak
On Tue, 01 Sep 2009, Tamas TEVESZ wrote: Hi, > something's fishy with the rddsql install target. right now as far as > i can tell, it only manifests itself on sunos (where /bin/sh isn't > quite the brightest spark in town), and on the surface is > shell-related, but the cause looks to be lying

[Harbour] rddsql/sddpg install problems

2009-09-01 Thread Tamas TEVESZ
hi, something's fishy with the rddsql install target. right now as far as i can tell, it only manifests itself on sunos (where /bin/sh isn't quite the brightest spark in town), and on the surface is shell-related, but the cause looks to be lying deeper therein. do find the relevant piece of t