Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Teo Fonrouge
Hello Marco, On Apr 8, 2010, at 7:23 AM, marco bra wrote: > Many thanks to Premzek and Viktor for the clear answer. > > Surely i will send some note to the developer of wxHarbour BTW i was solving > this compiling samples issue with this statement: > > make HBLIBSTYPE=shared > > The samples

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Teo Fonrouge
Hello Viktor, On Apr 8, 2010, at 12:57 PM, Viktor Szakáts wrote: >> Here is Guillaume Laurent explains why Qt is better than gtkmm > > Just to clear confusion: > > wxHarbour is not GTKMM or GTK based. > > It's based on wx lib. > > wx lib internally uses different GUI subsystems > depending o

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Viktor Szakáts
> Here is Guillaume Laurent explains why Qt is better than gtkmm Just to clear confusion: wxHarbour is not GTKMM or GTK based. It's based on wx lib. wx lib internally uses different GUI subsystems depending on platform. On Linux it uses GTK, on Windows it uses native Windows API. I forgot ab

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Teo Fonrouge
Hello Viktor, On Apr 8, 2010, at 9:47 AM, Viktor Szakáts wrote: > Hi Marco, > >> Viktor i see here http://sourceforge.net/projects/wxharbour/develop you are >> an admin of the project >> >> I was playing with samples i like them, i like the gtk lib. >> >> Do you think wxHarbour might be a go

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Massimo Belgrano
Here is Guillaume Laurent explains why Qt is better than gtkmm 2010/4/8 Viktor Szakáts > Hi Marco, > > > Viktor i see here http://sourceforge.net/projects/wxharbour/develop you >

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Teo Fonrouge
Hello Bruno, On Apr 8, 2010, at 11:07 AM, Bruno Luciani wrote: > Teo , I just try your wxHarbour , and I 've downloaded ok and build library > without problems > > But when I try to compile samples I get this error > > /dbbrowser' > (cd helloworld && make all) > cd: 1: can't cd to helloworld >

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Bruno Luciani
Teo , I just try your wxHarbour , and I 've downloaded ok and build library without problems But when I try to compile samples I get this error /dbbrowser' (cd helloworld && make all) cd: 1: can't cd to helloworld make: *** [helloworld] Error 2 br...@notebook:~/Descargas/wxHarbour-0.5.0-0/samples

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Viktor Szakáts
Hi Teo, >>> Surely i will send some note to the developer of wxHarbour BTW i was >>> solving this compiling samples issue with this statement: >>> >>> make HBLIBSTYPE=shared >>> >>> The samples coming into the wxHarbour directory structure have singles >>> GNUmakefile, one for directory and th

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Teo Fonrouge
Hello Viktor, On Apr 8, 2010, at 9:42 AM, Viktor Szakáts wrote: > Hi, > >> Many thanks to Premzek and Viktor for the clear answer. > > You're welcome. > >> Surely i will send some note to the developer of wxHarbour BTW i was solving >> this compiling samples issue with this statement: >> >>

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Teo Fonrouge
Hello Marco, On Apr 8, 2010, at 7:23 AM, marco bra wrote: > Many thanks to Premzek and Viktor for the clear answer. > > Surely i will send some note to the developer of wxHarbour BTW i was solving > this compiling samples issue with this statement: > > make HBLIBSTYPE=shared This variable is

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Viktor Szakáts
Hi Marco, > Viktor i see here http://sourceforge.net/projects/wxharbour/develop you are > an admin of the project > > I was playing with samples i like them, i like the gtk lib. > > Do you think wxHarbour might be a good GUI choice for my Ubuntu environment > or it is in a too early state? Y

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Viktor Szakáts
Hi, > Many thanks to Premzek and Viktor for the clear answer. You're welcome. > Surely i will send some note to the developer of wxHarbour BTW i was solving > this compiling samples issue with this statement: > > make HBLIBSTYPE=shared > > The samples coming into the wxHarbour directory stru

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread marco bra
Viktor i see here http://sourceforge.net/projects/wxharbour/develop you are an admin of the project I was playing with samples i like them, i like the gtk lib. Do you think wxHarbour might be a good GUI choice for my Ubuntu environment or it is in a too early state? Do you know some related wxH

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread marco bra
Many thanks to Premzek and Viktor for the clear answer. Surely i will send some note to the developer of wxHarbour BTW i was solving this compiling samples issue with this statement: make HBLIBSTYPE=shared The samples coming into the wxHarbour directory structure have singles GNUmakefile, one f

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Viktor Szakáts
> export HB_CONTRIBLIBS="hbqt hbct hbhpdf hblog hbxml hbmzip hbzip hbxbp hbtip > hbvpdf hbgd hbpgsql hbcurl hbmysql hbsqlit3 hbssl hbodbc rddsql gtqtc hbmisc > hbpcre" This is wrong, since hbpcre is not a contrib. > and to try to have hbpcre installed i later also put this var > > export HB_WI

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Przemysław Czerpak
On Thu, 08 Apr 2010, marco bra wrote: Hi, > I cannot have hbpcre compiled and installed on my Harbour environment on > Ubuntu 9.10 You do not need it if you already have system PCRE library. In such case Harbour use it instead of the local one included in Harbour SVN. > and to try to have hbpcr

[Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread marco bra
I cannot have hbpcre compiled and installed on my Harbour environment on Ubuntu 9.10 I compile Harbour sources with this setting: export HB_CONTRIBLIBS="hbqt hbct hbhpdf hblog hbxml hbmzip hbzip hbxbp hbtip hbvpdf hbgd hbpgsql hbcurl hbmysql hbsqlit3 hbssl hbodbc rddsql gtqtc hbmisc hbpcre" and