From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?R=FCdiger?= Sonderfeld Newsgroups: gmane.emacs.devel Subject: Re: math round woes Date: Sat, 30 Aug 2014 12:29:21 +0200 Message-ID: <2969780.mIuqk0jS18@descartes> References: <87egvyl3e1.fsf@kanis.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1409394622 1641 80.91.229.3 (30 Aug 2014 10:30:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 30 Aug 2014 10:30:22 +0000 (UTC) Cc: Ivan Kanis To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 30 12:30:12 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XNfvA-0006uI-Gg for ged-emacs-devel@m.gmane.org; Sat, 30 Aug 2014 12:30:12 +0200 Original-Received: from localhost ([::1]:46088 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNfv5-0004J2-W5 for ged-emacs-devel@m.gmane.org; Sat, 30 Aug 2014 06:30:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNfuu-0004HV-T5 for emacs-devel@gnu.org; Sat, 30 Aug 2014 06:30:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XNfun-00046Y-FC for emacs-devel@gnu.org; Sat, 30 Aug 2014 06:29:56 -0400 Original-Received: from ptmx.org ([178.63.28.110]:47464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNfun-00046G-A1 for emacs-devel@gnu.org; Sat, 30 Aug 2014 06:29:49 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by ptmx.org (Postfix) with ESMTP id B1F3F281AF; Sat, 30 Aug 2014 12:29:47 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at ptmx.org Original-Received: from ptmx.org ([127.0.0.1]) by localhost (ptmx.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PUcU4+6tiUvE; Sat, 30 Aug 2014 12:29:46 +0200 (CEST) Original-Received: from descartes.localnet (chello080109100138.16.15.univie.teleweb.at [80.109.100.138]) by ptmx.org (Postfix) with ESMTPSA id 0D5292347E; Sat, 30 Aug 2014 12:29:45 +0200 (CEST) User-Agent: KMail/4.13.3 (Linux/3.13.0-34-generic; KDE/4.13.3; x86_64; ; ) In-Reply-To: <87egvyl3e1.fsf@kanis.fr> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 178.63.28.110 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173905 Archived-At: On Saturday 30 August 2014 11:42:46 Ivan Kanis wrote: > (round 586514472.354) -> eval: Arithmetic range error: "round", > 586514472.354 It seems you are using GNU Emacs on a 32 bit system without wide-int su= pport. =20 Try building GNU Emacs using `--with-wide-int`. Regards, R=C3=BCdiger