aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorMiles Bader2007-05-30 14:40:46 +0000
committerMiles Bader2007-05-30 14:40:46 +0000
commit62390cbfc25653003034b812258be9cfb5f3edee (patch)
tree7ee220bf44a2e65dd80511bced7b77cfa1233b12 /etc/PROBLEMS
parent2d423dd0a720b08c61ee10023554b2a0491f8fae (diff)
parent7a781a5480b9a1f55d28a76e1d1f89aaa2421f97 (diff)
downloademacs-62390cbfc25653003034b812258be9cfb5f3edee.tar.gz
emacs-62390cbfc25653003034b812258be9cfb5f3edee.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 774-780) - Update from CVS - Merge from emacs--rel--22, gnus--rel--5.10 - Merge from emacs--rel--22 - Fix tq.el edge case * emacs--rel--22 (patch 28-32) - Update from CVS * gnus--rel--5.10 (patch 224-225) - Merge from emacs--devo--0, emacs--rel--22 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-213
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS21
1 files changed, 0 insertions, 21 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 317d7d70783..f35f3fdc659 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -2456,27 +2456,6 @@ This results from a bug in a VERY old version of GNU Sed. To solve
2456the problem, install the current version of GNU Sed, then rerun 2456the problem, install the current version of GNU Sed, then rerun
2457Emacs's configure script. 2457Emacs's configure script.
2458 2458
2459*** Compiling on GNU/Linux fails due to a missing left operand in gnu-linux.h.
2460
2461The error messages have the form:
2462
2463 ../src/s/gnu-linux.h:49:24: error: operator '>' has no left operand
2464
2465This error occurs because your system defines LINUX_VERSION_CODE in
2466the standard header file linux/version.h but does not give it a value.
2467As a workaround, you can edit the file src/s/gnu-linux.h to add the
2468needed definition. On the line after "#include <linux/version.h>",
2469add a line as shown below:
2470
2471#include <linux/version.h>
2472#define LINUX_VERSION_CODE 132626
2473
2474The number to use depends on your kernel version (the example shown is
2475for kernel 2.6.18). The number can be obtained by running the
2476following command in the shell:
2477
2478uname -r | sed -e 's/\./ /g' -e 's/-.*//' | awk '{print $1*(2^16) + $2*(2^8) + $3}'
2479
2480*** Building a 32-bit executable on a 64-bit GNU/Linux architecture. 2459*** Building a 32-bit executable on a 64-bit GNU/Linux architecture.
2481 2460
2482First ensure that the necessary 32-bit system libraries and include 2461First ensure that the necessary 32-bit system libraries and include