Hi Camm!

I take it the VPN setup of your isp makes remote access impossible, or
rather is some special procedure required?
Unfortunately former.

As for patch, it fails on mingwlisten in mingfile.c
complaining about _IO_read_pt and _IO_read_end.
Full log is attached.
In general I don't see any definition for this
members neither in mingw nor in Visual Studio .NET
header files.
+int
+mingwlisten(FILE *fp) {
+
+  int c = 0;
+  if ((fp)->_IO_read_ptr >= (fp)->_IO_read_end) {
+    ioctlsocket((fp)->_fileno, FIONREAD, &c);
+    if (c<=0)
+      return 1;
+  }
+  return 0;
+}


--
     Vadim V. Zhytnikov

      <[EMAIL PROTECTED]>
     <[EMAIL PROTECTED]>

Attachment: make.log.gz
Description: GNU Zip compressed data

_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to