axiom-developer
[Top][All Lists]
Advanced

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

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


From: Vadim V. Zhytnikov
Subject: [Axiom-developer] Re: [Gcl-devel] Re: [Maxima] windows-only read patch (was: error in ./configure when building gcl 2.6.7 onUbuntu)
Date: Sun, 04 Mar 2007 14:25:35 +0300
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

Camm Maguire writes:
Greetings!  Any progress here?

I only can confirm that removing WIN32 conditional
below really breaks build on Windows.

+++ read.d      16 Jun 2006 02:26:22 -0000      
1.14.4.1.2.2.2.4.6.1.6.1.4.3
@@ -256,6 +256,7 @@
x = read_object(in);
        vs_push(x);
+#ifndef _WIN32
        while (listen_stream(in)) {
          object c=read_char(in);
          if (cat(c)!=cat_whitespace) {
@@ -263,7 +264,7 @@
            break;
          }
        }
-
+#endif
        if (sharp_eq_context_max > 0)
                x = vs_head = patch_sharp(x);


--
     Vadim V. Zhytnikov

      <address@hidden>
     <address@hidden>




reply via email to

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