[Harbour] harbour error compiling xhgtk sample

2008-11-22 Thread Bruno Luciani
I am posting in the developer' s list because i don' t get any answer in users list I am using harbour , last version in Ubuntu 8.10 I get this error trying to compile a Xhgtk Sample ( library was compiled with the same harbour version without problems ) thanks for any help Bruno //

[Harbour] contribs

2008-11-22 Thread Bruno Luciani
Where I can found contribs compiled for UBUNTU or at least the source of contribs ? Thanks Bruno ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] harbour error compiling xhgtk sample

2008-11-22 Thread Lorenzo Fiorini
On Sat, Nov 22, 2008 at 12:37 PM, Bruno Luciani <[EMAIL PROTECTED]> wrote: > I get this error trying to compile a Xhgtk Sample ( library was compiled > with the same harbour version without problems ) add gttrm to the lib list or use hb* scripts and define the gt you want using -gt . best rega

Re: [Harbour] contribs

2008-11-22 Thread Lorenzo Fiorini
On Sat, Nov 22, 2008 at 12:47 PM, Bruno Luciani <[EMAIL PROTECTED]> wrote: > Where I can found contribs compiled for UBUNTU or at least > the source of contribs ? Go to http://sourceforge.net/projects/harbour-project, click on the big green Download link and get the package "source". best regard

Re: [Harbour] OSX (and Linux) and dyn libs

2008-11-22 Thread Przemyslaw Czerpak
On Fri, 21 Nov 2008, Maurilio Longo wrote: Hi Maurilio, > in OS/2 there is an envvar, LIBPATH=, which always contains '.' and is used by > OS/2 to find needed DLLs; so every program looks at the dirctory it was > started from when looking for .DLLs. > I don't think this is available on MacOSX. I

[Harbour] harbour error compiling xhgtk sample

2008-11-22 Thread Bruno Luciani
Lorenzo I just try , adding -lgttrm to the compiling scritp and now the error has changed // [EMAIL PROTECTED]:~/xhgtk/samples/classes/browse$ sh build.sh browse Harbour 1.0.1 Intl. (Rev. 9429) Copyright

Re: [Harbour] harbour error compiling xhgtk sample

2008-11-22 Thread Lorenzo Fiorini
On Sat, Nov 22, 2008 at 4:45 PM, Bruno Luciani <[EMAIL PROTECTED]> wrote: > I just try , adding -lgttrm to the compiling scritp and now the error has > changed You miss the gpm lib. Try to add -lgpm. There is much simpler way to build xhgtk samples: hbmk -xhgtk -I -L best regards, Lorenzo

[Harbour] Compiling xhgtk sample

2008-11-22 Thread Bruno Luciani
Thanks Lorenzo , now it works ok Best Regards Bruno Luciani *Lorezo Fiorino wrote:* You miss the gpm lib. Try to add -lgpm. There is much simpler way to build xhgtk samples: hbmk -xhgtk -I -L best regards, Lorenzo ___

[Harbour] 2008-11-22 15:39 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-11-22 Thread Pritpal Bedi
2008-11-22 15:39 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/contrib/gtwvg/gtwvg.c ! Fixed to honor parent GT if that is alien. * harbour/contrib/gtwvg/wvggui.c ! Thorough synchronized hb_gtInfo() slots. Every info gives results as expected, the only poiint to rem

[Harbour] 2008-11-22 15:57 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-11-22 Thread Pritpal Bedi
2008-11-22 15:57 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED]) + harbour/contrib/gtwvg/tests/myharu.pdf Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/2008-11-22-15%3A57-UTC-0800-Pritpal-Bedi-%28pritpal%40vouchcac.com%29-tp20641895p20641895.html Sent from the Harbour

[Harbour] Contribs and dependences management

2008-11-22 Thread Lorenzo Fiorini
Using gnu make system and hb* scripts, I can easily build the contribs simply adding them to HB_CONTRIBLIBS but when I need to build executable all the dependences have to be added to the hbmk command line. In Linux this is not a big problem usually means simply a -l but under Win and OSX is not s