From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Drawing in images? Date: Fri, 18 Sep 2009 00:56:36 +0200 Message-ID: References: <87bpm028zk.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1253228288 6590 80.91.229.12 (17 Sep 2009 22:58:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Sep 2009 22:58:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 18 00:58:01 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MoPvN-0005f7-AM for ged-emacs-devel@m.gmane.org; Fri, 18 Sep 2009 00:58:01 +0200 Original-Received: from localhost ([127.0.0.1]:50924 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoPvM-0002ZK-TD for ged-emacs-devel@m.gmane.org; Thu, 17 Sep 2009 18:58:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MoPuP-0001tT-IS for emacs-devel@gnu.org; Thu, 17 Sep 2009 18:57:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MoPuL-0001p3-6v for emacs-devel@gnu.org; Thu, 17 Sep 2009 18:57:01 -0400 Original-Received: from [199.232.76.173] (port=39592 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoPuL-0001os-16 for emacs-devel@gnu.org; Thu, 17 Sep 2009 18:56:57 -0400 Original-Received: from mail-yx0-f191.google.com ([209.85.210.191]:51215) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MoPuK-0006lQ-K4 for emacs-devel@gnu.org; Thu, 17 Sep 2009 18:56:56 -0400 Original-Received: by yxe29 with SMTP id 29so632692yxe.14 for ; Thu, 17 Sep 2009 15:56:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=kc+yrwvDDQAqMSzqmljgWUPTPd9UQdGHsCPfW0tDJS8=; b=BYWFZ3wLP6nTSuKFJGrRzLOcYH7nf1UwshDr6Lkm6Px3GcBQ3pxNtlfTP6vAMl3A4X bI1AzauMtreXds+P73aFwPoqbCJPjpTyyQ8qVJQvggyLhcyXpi1HquuKgQL+etXSz9Xg KDXdZxsERnI9SDLP5+NDcMMfqt7zAgGEG1KT0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=TTWcBUBFcVbtVtibdTm9vjwOE2NDB82l2vpXd6fAuZ6yZ0tmHNpgmB8DNAS0LuMYhH 2Y9HxA0kxKP84WFnbY36FrUMWsbWfdxLV2pOVdm8p1P5VO0Mlrr0cLRwTImKQ5t6tRzx 7/Em4fgtRZKQQvmsCaDtwSow4WnD/hXzKavJM= Original-Received: by 10.101.7.17 with SMTP id k17mr723173ani.181.1253228216098; Thu, 17 Sep 2009 15:56:56 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:115448 Archived-At: On Fri, Sep 18, 2009 at 12:46 AM, Juanma Barranquero wro= te: > On Fri, Sep 18, 2009 at 00:09, Lennart Borgman > wrote: > >> I have added the librsvg-2-2.dll and tried to test this, but it >> failed, init-image-library returned nil. Maybe I need to recompile >> too? > > C:\emacs\nt> configure --help > Usage: configure [options] > Options: > =C2=A0 --prefix PREFIX =C2=A0 =C2=A0 =C2=A0 =C2=A0 install Emacs in direc= tory PREFIX > =C2=A0[...etc...] > =C2=A0 --with-svg =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0use the= RSVG library (experimental) > > You'll need to provide the appropriate librsvg headers, and use the > --with-svg configure option. I see, thanks. Could you please tell me a bit more about the headers? What do I need to do when I use gcc? (Version, extra headers, etc.)