From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Carsten Mattner Newsgroups: gmane.emacs.devel Subject: Re: Pretest note Date: Tue, 13 Mar 2012 11:31:25 +0100 Message-ID: References: <87lin6zf2x.fsf@gnu.org> <87boo16mrn.fsf@gnu.org> <87aa3kdevf.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1331634725 12404 80.91.229.3 (13 Mar 2012 10:32:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 13 Mar 2012 10:32:05 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 13 11:32:04 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 1S7P1P-0001IB-SY for ged-emacs-devel@m.gmane.org; Tue, 13 Mar 2012 11:32:04 +0100 Original-Received: from localhost ([::1]:58729 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7P1P-0004Hl-4x for ged-emacs-devel@m.gmane.org; Tue, 13 Mar 2012 06:32:03 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7P1M-0004HQ-HN for emacs-devel@gnu.org; Tue, 13 Mar 2012 06:32:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7P1G-000280-9w for emacs-devel@gnu.org; Tue, 13 Mar 2012 06:32:00 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:44274) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7P0p-00024s-Nl; Tue, 13 Mar 2012 06:31:27 -0400 Original-Received: by iajr24 with SMTP id r24so744466iaj.0 for ; Tue, 13 Mar 2012 03:31:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=AoTcQgr2yFl9hFfpBY84ncbpn7vqDFtDqPlynA1Vtk0=; b=fvnsafHsNbwRc5DW4Shkqs58xk6UEZZ2NiwtXpud0FxStVnWoDZd+eYJXRhHA5NGcv lZDbYtqBQcTM9znFS5nB0MT+UmvWM2mxZXj/p5R7fzFOKqZy8FWowhEaBhFLZADq7wej gAC91j3lYk8MTck3B7roiTsqbvNiOUp95i+SPTf/oeFl0bFirdWxki8+6H4ohhgQfAuX mZhednnY3COgW/7Bw2+Pj4nPe8aNFXOfNOgiVOVavc6M/e2dX0eJ4qDoRY7zkQcCzT+l gfIQ83P/7i9v0nKTbgWML+m63LOrUwSxw53MiOuQAiyKv7MU2DzL7UFUqq0WJQPuRtht OQJg== Original-Received: by 10.50.179.98 with SMTP id df2mr3809106igc.32.1331634685234; Tue, 13 Mar 2012 03:31:25 -0700 (PDT) Original-Received: by 10.50.111.132 with HTTP; Tue, 13 Mar 2012 03:31:25 -0700 (PDT) In-Reply-To: <87aa3kdevf.fsf@thinkpad.tsdh.de> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.169 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:149006 Archived-At: On Tue, Mar 13, 2012 at 10:33 AM, Tassilo Horn wro= te: > If you have ImageMagick installed, then I think emacs will build with > support for it. =A0So you might also want to say --without-imagemagick. > Ditto for --without-rsvg. Thanks Tassilo. I don't have imagemagick or rsvg installed, but I'll add it to the list just in case I ever happen to build on a system with. Updated and cleaned up linux opts: --without-selinux --without-dbus --without-gconf \ --without-gsettings --without-sound --without-xft --without-gpm \ --without-tiff --without-jpeg --without-gif --without-png \ --with-x-toolkit=3Dno --without-gnutls --without-xml2 \ --without-rsvg --without-imagemagick Added --without-libxml2 to the Mac configure settings: CFLAGS=3D$CFLAGS CC=3D'gcc -arch i386' ./configure --with-ns \ --without-gnutls --without-xml2 > That said, if you don't open images/SVGs, neither one should be the > cause of the leak. Makes sense. I do wonder how --with-ns is able to make use of XPMs without linking libXp= m according to the autoconf results reports. Should I add the same --without options to the --with-ns build? autoconf doesn't indicate to add support for those libs but apparently Cocoa has other means to indireclty make use of them via ImageKit or whatever the library is called.