From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Pretest note Date: Tue, 13 Mar 2012 10:33:40 +0100 Message-ID: <87aa3kdevf.fsf@thinkpad.tsdh.de> References: <87lin6zf2x.fsf@gnu.org> <87boo16mrn.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1331631262 18664 80.91.229.3 (13 Mar 2012 09:34:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 13 Mar 2012 09:34:22 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Carsten Mattner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 13 10:34:21 2012 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 1S7O7Y-0004L3-7j for ged-emacs-devel@m.gmane.org; Tue, 13 Mar 2012 10:34:20 +0100 Original-Received: from localhost ([::1]:54825 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7O7X-0002JK-KM for ged-emacs-devel@m.gmane.org; Tue, 13 Mar 2012 05:34:19 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7O7R-0002Gy-CA for emacs-devel@gnu.org; Tue, 13 Mar 2012 05:34:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7O7L-0006rP-5j for emacs-devel@gnu.org; Tue, 13 Mar 2012 05:34:12 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:38357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7O70-0006Q9-93; Tue, 13 Mar 2012 05:33:46 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 0D5E7D25BF; Tue, 13 Mar 2012 10:33:44 +0100 (CET) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3VKkXrg4_xb3; Tue, 13 Mar 2012 10:33:43 +0100 (CET) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 62BB3D25BD; Tue, 13 Mar 2012 10:33:43 +0100 (CET) In-Reply-To: (Carsten Mattner's message of "Tue, 13 Mar 2012 10:16:27 +0100") User-Agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.0.94 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 141.26.64.15 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:149004 Archived-At: Carsten Mattner writes: Hi Carsten, >> No network or gnutls use in any of my Linux and OS X builds. >> >> config options on Linux: >> --without-selinux --without-tiff \ >> =C2=A0 =C2=A0--without-sound --without-dbus --without-gconf \ >> =C2=A0 =C2=A0--without-gsettings --without-xft --without-gsettings \ >> =C2=A0 =C2=A0--without-jpeg --without-gif --without-gpm \ >> =C2=A0 =C2=A0--with-x-toolkit=3Dno --without-gnutls" >> >> config options on Mac OS (to force building a 32-bit binary): >> CFLAGS=3D$CFLAGS CC=3D'gcc -arch i386' ./configure --with-ns --without-g= nutls >> >> Maybe I should also disable xml2 and png as those might be enabled. If you have ImageMagick installed, then I think emacs will build with support for it. So you might also want to say --without-imagemagick. Ditto for --without-rsvg. That said, if you don't open images/SVGs, neither one should be the cause of the leak. Bye, Tassilo