[prev in list] [next in list] [prev in thread] [next in thread] 

List:       aspell-user
Subject:    Re: [aspell-user] Make problems on Solaris 8
From:       Kevin Atkinson <kevina () users ! sourceforge ! net>
Date:       2001-07-16 22:08:24
Message-ID: Pine.LNX.4.33L2.0107161806100.1091-100000 () kevins-linux ! atkinson ! inet
[Download RAW message or body]

Here is a patch to fix the problem.

--- data.cc~    Fri Jul 13 16:45:17 2001
+++ data.cc     Mon Jul 16 17:58:56 2001
@@ -132,7 +132,7 @@
   {
 #ifdef USE_FILE_INO
     struct stat s;
-    int ok = fstat(filedesc(f), &s);
+    int ok = fstat(f.file_no(), &s);
     assert(ok == 0);
     id_->ino = s.st_ino;
     id_->dev = s.st_dev;

Could I please see config.log.  I will explain why after I see it.

-- 
Kevin Atkinson
kevina at users sourceforge net
http://www.ibiblio.org/kevina/



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic