On Fri, 18 Sep 2009, Tamas TEVESZ wrote:

Hi,

> the firtst hunk is apparently needed -- with that, netiotest actually 
> starts and runs and seems to be doing its stuff fine. note, i'm 
> deliberately not mentioning an exit of any sorts -- it doesn't, 
> instead it eats up all memory and hangs, but that's for another day, 
> when my eyes stopped bleeding from staring at vmware.
> the second hunk is based off information found at
> http://www.haiku-os.org/documents/dev/haiku_network_stack_architecture

Thank you very much for checking it.

> 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

> Index: config/beos/libs.mk
> ===================================================================
> --- config/beos/libs.mk       (revision 12533)
> +++ config/beos/libs.mk       (working copy)
> @@ -26,5 +26,5 @@
>     ifeq ($(HB_HAS_ZLIB_LOCAL),)
>        SYSLIBS += z
>     endif
> -   SYSLIBS += root socket
> +   SYSLIBS += root network
>  endif

I'll commit it in a while, thanks again.

best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to