aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorPaul Eggert2016-06-07 09:34:27 -0700
committerPaul Eggert2016-06-07 09:34:27 -0700
commit2aa6b47e3e216410195cf7ec3abb5902f38082fa (patch)
tree1b993c346dd4b6e92df488e1228411a6c737fef0 /etc/PROBLEMS
parent5bc3263303bde93db32b0799ecee0cfa9fe40e9a (diff)
parent6e3adf8a4a796cea4328a528da48fc972b3feed6 (diff)
downloademacs-2aa6b47e3e216410195cf7ec3abb5902f38082fa.tar.gz
emacs-2aa6b47e3e216410195cf7ec3abb5902f38082fa.zip
Merge from origin/emacs-25
6e3adf8 Fix crash in syntax.c after GC 973ce5a Improve squiggly heredoc support in non-SMIE Ruby mode 9d5cceb Fix doc string quoting 0b33a23 Fix mouse dragging of vertical dividers with scroll bars on l... a5d05f4 * etc/PROBLEMS: Mention the link-time problems on FreeBSD 11.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index bc814169b79..7f6ac138e7e 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -2419,6 +2419,13 @@ files are installed. Then use:
2419 2419
2420(using the location of the 32-bit X libraries on your system). 2420(using the location of the 32-bit X libraries on your system).
2421 2421
2422*** Building on FreeBSD 11 fails at link time due to unresolved symbol
2423
2424The symbol is sendmmsg@FBSD_1.4. This is due to a faulty libgio
2425library on these systems. The solution is to reconfigure Emacs while
2426disabling all the features that require libgio: rsvg, dbus, gconf, and
2427imagemagick.
2428
2422*** Building Emacs for Cygwin can fail with GCC 3 2429*** Building Emacs for Cygwin can fail with GCC 3
2423 2430
2424As of Emacs 22.1, there have been stability problems with Cygwin 2431As of Emacs 22.1, there have been stability problems with Cygwin