On Fri, 18 Sep 2009, Przemyslaw Czerpak wrote: hi,
> > Index: source/rtl/hbsocket.c > > =================================================================== > > --- source/rtl/hbsocket.c (revision 12533) > > +++ source/rtl/hbsocket.c (working copy) > > @@ -58,6 +58,10 @@ > > # endif > > #endif > > > > +#if defined( HB_OS_BEOS ) > > +# define HB_SOCKET_TRANSLATE_TYPE > > +#endif > > + > > I think it's typo. I've just check in header ifles and only > protocol fmailies/domain should be translated so above define > should be: > #define HB_SOCKET_TRANSLATE_DOMAIN you are right. i just checked, and it appears that translate_domain alone is enough. i saw you committed both, so the following should be applied to the current tree: Index: source/rtl/hbsocket.c =================================================================== --- source/rtl/hbsocket.c (revision 12540) +++ source/rtl/hbsocket.c (working copy) @@ -126,7 +126,6 @@ # endif # if defined( HB_OS_BEOS ) # define HB_SOCKET_TRANSLATE_DOMAIN -# define HB_SOCKET_TRANSLATE_TYPE # endif # if defined( HB_OS_LINUX ) # define HB_HAS_SELECT_TIMER btw, did you find an alternative terminal, or could you make the build-in terminal work like a proper xterm? or some gt setting maybe? i'm having all kinds of character set problems, which disappear when i ssh in from my regular xterm -- but on the other hand, either sshd or the network hangs every now and then. of your environment is stable, or at least stable-ish, any info would be appreciated :) -- [-] mkdir /nonexistent _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour