[Harbour] Re: harbour compiler on facebook?

2008-12-04 Thread Massimo Belgrano
Five user affter few hours. I invite all facebook user to join in harbour project group Thanks in advance 2008/12/3 Massimo Belgrano <[EMAIL PROTECTED]> > Now is created an harbour group on facebook >

Re: [Harbour] Building xhgtk library Click to flag this post

2008-12-04 Thread Przemyslaw Czerpak
On Wed, 03 Dec 2008, Barry Jackson wrote: Hi Barry, > Sounds excellent! > In the meantime I have finally installed gtk+ - what a marathon! > However, the xhgtk "make" still only gets this far before failing:- > [EMAIL PROTECTED] xhgtk]$ make >

[Harbour] 2008-12-04 11:09 UTC+0100 Miguel Angel Marchuet

2008-12-04 Thread Miguel Angel Marchuet
2008-12-04 11:09 UTC+0100 Miguel Angel Marchuet <[EMAIL PROTECTED]> * contrib/hbbmcdx/bmdbfcdx.c * contrib/hbbmcdx/hbbmcdx.h ! fixed partially BM_DbSetFilterArray, and added new features to rdd synced with dbfcdx. can you test now PROCEDURE main() REQUEST BMDBFCDX RddSetDefau

Re: [Harbour] Building xhgtk library Click to flag this post

2008-12-04 Thread Barry Jackson
Thanks Przemyslaw, >Do not build GTK yourself. I have already built and installed GTK from source - not sure how to remove? I installed Harbour from RPMs built by using your mpkg_rpm_from_svn.sh script. It works fine. >Then download currect xhgtk CVS I cannot find this in SF - all I see on xhgt

Re: [Harbour] Building xhgtk library Click to flag this post

2008-12-04 Thread Barry Jackson
Thanks Tomaž I have installed those but still the same output from "make". Tomaž Zupan wrote: > > You need to install glib-devel and libgtk+2.0_0-devel packages: > > urpmi glib-devel libgtk+2.0_0-devel > > > -- View this message in context: http://www.nabble.com/Re%3A-Building-xhgtk-libr

[Harbour] Re: Building xhgtk library Click to flag this post

2008-12-04 Thread Rodrigo Miguel
Hi Przemek, > Ubuntu users should install GTK2 and glib devel packages using aptget > or other tools. I do not know their exact names in Ubuntu - they can > be a little bit different. For ubuntu, at least 8.04 I used to install these packages: sudo apt-get -f install glade-3 glade-gnome-3 libgla

[Harbour] Re: Building xhgtk library Click to flag this post

2008-12-04 Thread Rodrigo Miguel
HI Lorenzo, > I mean it'll work only under *nix, osx and msys/mingw env. > xhgtk will be added as a contrib. > The paths will be the Harbour ones I'm finishing a few changes, like the TMask.prg, I re-wrote the entire code and it was reduce in 60% of the original size, so less callbacks, less code

Re: [Harbour] Building xhgtk library Click to flag this post

2008-12-04 Thread Tomaž Zupan
Sorry, I missed libglade: urpmi libglade2.0_0-devel -- LP, Tomaž Zupan Thursday 04 December 2008 12:50:27 je Barry Jackson napisal: > Thanks Tomaž > I have installed those but still the same output from "make". > > Tomaž Zupan wrote: > > You need to install glib-devel and libgtk+2.0_0-devel pa

Re: [Harbour] Building xhgtk library Click to flag this post

2008-12-04 Thread Barry Jackson
[EMAIL PROTECTED] xhgtk]# urpmi libglade2.0_0-devel Package libglade2.0_0-devel-2.6.3-1mdv2009.0.i586 is already installed [EMAIL PROTECTED] xhgtk]# :-/ Tomaž Zupan wrote: > > > Sorry, I missed libglade: > urpmi libglade2.0_0-devel > > -- > LP, > Tomaž Zupan > > Thursday 04 December 2008 12

Re: [Harbour] Building xhgtk library Click to flag this post

2008-12-04 Thread Tomaž Zupan
Thursday 04 December 2008 14:24:59 je Barry Jackson napisal: > [EMAIL PROTECTED] xhgtk]# urpmi libglade2.0_0-devel > Package libglade2.0_0-devel-2.6.3-1mdv2009.0.i586 is already installed Do you have mandriva 2009? Let's see what package is the problem. Please tell us what do you get from this:

Re: [Harbour] Building xhgtk library Click to flag this post

2008-12-04 Thread Barry Jackson
OK I found the script, but:- [EMAIL PROTECTED] xhgtk]$ ./make_rpm.sh bash: ./make_rpm.sh: Permission denied So I made it executable and :- [EMAIL PROTECTED] xhgtk]$ ./make_rpm.sh ./ ./source/ ./source/cairo/

Re: [Harbour] Building xhgtk library Click to flag this post

2008-12-04 Thread Barry Jackson
>Do you have mandriva 2009? Yes2.6.27.5-desktop-2mnb [EMAIL PROTECTED] ~]$ pkg-config --cflags gtk+-2.0 Package gdk-x11-2.0-uninstalled was not found in the pkg-config search path. Perhaps you should add the directory containing `gdk-x11-2.0-uninstalled.pc' to the PKG_CONFIG_PATH environment

Re: [Harbour] Re: Building xhgtk library Click to flag this post

2008-12-04 Thread Lorenzo Fiorini
On Thu, Dec 4, 2008 at 1:22 PM, Rodrigo Miguel <[EMAIL PROTECTED]> wrote: > I'm finishing a few changes, like the TMask.prg, I re-wrote the entire > code and it was reduce in 60% of the original size, so less callbacks, > less code to debug and easy code to follow up. > Also, I'm preparing a coupl

Re: [Harbour] itemGetNL & dates

2008-12-04 Thread Mindaugas Kavaliauskas
Hi, My problem was that I've used code: l = hb_itemGetNL( pItem ); instead of if ( HB_IS_NUMERIC( pItem ) ) l = hb_itemGetNL( pItem ); else l = 0; hoping that return value is 0, if item type is not numeric. But it is not true for the dates. I also do not like it. Such "helper

Re: [Harbour] Building xhgtk library Click to flag this post

2008-12-04 Thread Rodrigo Miguel
For the next version of gtk (2.16) we will be able to remove Glade and LibGlade from xhgtk source code. They will be part of official release of gtk. In fact the Glade 3.4.5 already generated the new GtkBuildable xml files Rodrigo On Thu, Dec 4, 2008 at 11:20 AM, Tomaž Zupan <[EMAIL PROTECTED]> w

Re: [Harbour] Building xhgtk library Click to flag this post

2008-12-04 Thread Tomaž Zupan
Thursday 04 December 2008 14:43:46 je Barry Jackson napisal: > >Do you have mandriva 2009? Yes2.6.27.5-desktop-2mnb > > [EMAIL PROTECTED] ~]$ pkg-config --cflags gtk+-2.0 > Package gdk-x11-2.0-uninstalled was not found in the pkg-config search > I have mandriva 2008 and I don't have gdk-x11

Re: [Harbour] Building xhgtk library Click to flag this post

2008-12-04 Thread Barry Jackson
All the paths to pkg_config dirs have been added manually to try to fix this problem. My qt4/lib is empty. I have Googled "gdk-x11-2.0-uninstalled" and several people have had the same problem. I can not find an explanation though. I think that I have another BIG problem! I now realize that gtk+-2

Re: [Harbour] Building xhgtk library Click to flag this post

2008-12-04 Thread Barry Jackson
All the paths to pkg_config dirs have been added manually to try to fix this problem. My qt4/lib is empty. I have Googled "gdk-x11-2.0-uninstalled" and several people have had the same problem. I can not find an explanation though. I think that I have another BIG problem! I now realize that gtk+-2

Re: [Harbour] Building xhgtk library Click to flag this post

2008-12-04 Thread Lorenzo Fiorini
On Thu, Dec 4, 2008 at 3:31 PM, Rodrigo Miguel <[EMAIL PROTECTED]> wrote: > For the next version of gtk (2.16) we will be able to remove Glade and > LibGlade from xhgtk source code. They will be part of official release > of gtk. In fact the Glade 3.4.5 already generated the new GtkBuildable > xml

Re: [Harbour] Re: Building xhgtk library Click to flag this post

2008-12-04 Thread Massimo Belgrano
can i use xhgtk with bcc? If yes How? 2008/12/2 Rodrigo Miguel <[EMAIL PROTECTED]> > Hi, > > Try just: make > > Regards > Rodrigo > ___ > Harbour mailing list > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour >

Re: [Harbour] Building xhgtk library Click to flag this post

2008-12-04 Thread Barry Jackson
Przemek I have tried the make_rpm.sh on a new Mandriva install in VBox. Harbour installed from my rpms made with your SVN script. The xhgtk rpm build goes OK until this:- ./contrib/xhgtk+/source/_gtkscrolledwindow.prg ./contrib/xhgtk+/source/_gtkfontselection.prg ./contrib/xhgtk+/Makefile ./contr

[Harbour] hblognet, inet and threads

2008-12-04 Thread Francesco Saverio Giudice
Hi Przemek, I'm working with Inet*() functions and hblog. In my repository I have updated Inet with RAW connections, actually UDP raw connections, and packets manipulation (I need to spoof IP for a specific application). All works well in non MT env. Now I'm trying to test this app in MT envir