aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2007-02-25 09:55:55 +0000
committerJan Djärv2007-02-25 09:55:55 +0000
commit6df791551e6eb3eb6f72a3acf63e2d49f6ce870f (patch)
treebc5741adeb438e85ac11a2a67545349878ecbeb1
parentf215a02f44f5dd04f597e6db5a02af74ead095be (diff)
downloademacs-6df791551e6eb3eb6f72a3acf63e2d49f6ce870f.tar.gz
emacs-6df791551e6eb3eb6f72a3acf63e2d49f6ce870f.zip
* PROBLEMS: Gtk+ and cygwin doesn't work.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/PROBLEMS11
2 files changed, 15 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 35f6fcfbf98..66c9f39141d 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12007-02-25 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * PROBLEMS: Gtk+ and cygwin doesn't work.
4
12007-02-23 Eli Zaretskii <eliz@gnu.org> 52007-02-23 Eli Zaretskii <eliz@gnu.org>
2 6
3 * MORE.STUFF: Add a pointer to Phil Sung's Emacs slides on MIT. 7 * MORE.STUFF: Add a pointer to Phil Sung's Emacs slides on MIT.
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 08d84d6523e..922d85f8155 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -213,6 +213,17 @@ configuring your compiler to use the native linker instead of GNU ld.
213This happens because of bugs in Gtk+. Gtk+ 2.10 seems to be OK. See bug 213This happens because of bugs in Gtk+. Gtk+ 2.10 seems to be OK. See bug
214http://bugzilla.gnome.org/show_bug.cgi?id=85715. 214http://bugzilla.gnome.org/show_bug.cgi?id=85715.
215 215
216** Emacs compiled with Gtk+ crashes on startup on cygwin.
217
218A typical error message is
219 ***MEMORY-ERROR***: emacs[5172]: GSlice: failed to allocate 504 bytes
220 (alignment: 512): Function not implemented
221
222Emacs supplies its own malloc, but glib (part of Gtk+) calls memalign and on
223cygwin that becomes the cygwin supplied memalign. As malloc is not the
224cygwin malloc, the cygwin memalign always returns ENOSYS. A fix for this
225problem would be welcome.
226
216* General runtime problems 227* General runtime problems
217 228
218** Lisp problems 229** Lisp problems