gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] RE: request for windows gcl 2.6.8.help from address@hidden


From: Billinghurst, David \(RTATECH\)
Subject: [Gcl-devel] RE: request for windows gcl 2.6.8.help from address@hidden
Date: Sun, 13 May 2007 13:52:10 +1000

> From: Camm Maguire 
> 
> Greetings, and thank you all so much!
> 
> The test patch that Vadim and I have been working on is this (against
> 2.6.8pre, i.e. Version_2_6_8pre in cvs):

Like Vadim,  I have built ansi gcl with this patch then maxima-5.12.0.
I have also built CVS maxima, after fixing a gcl specific problem 
introduced a couple of weeks ago.  Is there anything specific I can test.

I have been using a one-line patch for ages, as my ancient mingw/msys
setup doesn't define a necessary function.  I will try and remember 
why and report back

--- unixfsys.c~ 2005-07-19 03:07:24.000000000 +1000
+++ unixfsys.c  2006-08-09 22:24:57.623067200 +1000
@@ -279,7 +279,7 @@
     
        coerce_to_filename(pathname, filename);
        
-#ifdef S_IFLNK
+#if defined(S_IFLNK) && !defined(__MINGW32__)  
  {
 
    struct stat filestatus;


NOTICE
This e-mail and any attachments are private and confidential and may contain 
privileged information. If you are not an authorised recipient, the copying or 
distribution of this e-mail and any attachments is prohibited and you must not 
read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.




reply via email to

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