gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Maxima] [Gcl-devel] Re: windows-only read patch


From: Vadim V. Zhytnikov
Subject: Re: [Maxima] [Gcl-devel] Re: windows-only read patch
Date: Sat, 31 Mar 2007 14:54:00 +0300
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

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

      <address@hidden>
     <address@hidden>

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]