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
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
+
#if !defined( HB_SOCKET_OFF )
/* we do not use autoconf so we can only guess what is supported
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
--
[-]
mkdir /nonexistentIndex: 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
+
#if !defined( HB_SOCKET_OFF )
/* we do not use autoconf so we can only guess what is supported
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
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour