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

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