emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/PROBLEMS


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/etc/PROBLEMS
Date: Fri, 21 Dec 2001 07:25:47 -0500

Index: emacs/etc/PROBLEMS
diff -c emacs/etc/PROBLEMS:1.97 emacs/etc/PROBLEMS:1.98
*** emacs/etc/PROBLEMS:1.97     Tue Dec 18 17:29:35 2001
--- emacs/etc/PROBLEMS  Fri Dec 21 07:25:47 2001
***************
*** 554,559 ****
--- 554,565 ----
  so, you have hit a compiler bug.  Please make sure to re-configure
  Emacs so that it isn't compiled with `-O5'.
  
+ * Compiling on AIX 4.3.x or 4.4 fails.
+ This could happen if you use /bin/c89 as youir compiler, instead of
+ the default `cc'.  /bin/c89 treats certain warnings, such as benign
+ redefinitions of macros, as errors, and fails the build.  A solution
+ is to use the default compiler `cc'.
+ 
  * The PSGML package uses the obsolete variables
  `before-change-function' and `after-change-function', which are no
  longer used by Emacs.  These changes to PSGML 1.2.2 fix that.
***************
*** 770,775 ****
--- 776,789 ----
  built-in primitive beginning with Emacs 21.1.  We don't have a patch
  for epop3 that fixes this, but perhaps a newer version of epop3
  corrects that.
+ 
+ * ps-print commands fail to find prologue files ps-prin*.ps.
+ 
+ This can happen if you use an old version of X-Symbol package: it
+ defines compatibility functions which trick ps-print into thinking it
+ runs in XEmacs, and look for the prologue files in a wrong directory.
+ 
+ The solution is to upgrade X-Symbol to a later version.
  
  * On systems with shared libraries you might encounter run-time errors
  from the dynamic linker telling you that it is unable to find some



reply via email to

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