From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Drawing in images? Date: Fri, 18 Sep 2009 00:46:51 +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 X-Trace: ger.gmane.org 1253227654 5153 80.91.229.12 (17 Sep 2009 22:47:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Sep 2009 22:47:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 18 00:47:27 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 1MoPl8-0002rN-S8 for ged-emacs-devel@m.gmane.org; Fri, 18 Sep 2009 00:47:27 +0200 Original-Received: from localhost ([127.0.0.1]:46829 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoPl8-0004UY-7a for ged-emacs-devel@m.gmane.org; Thu, 17 Sep 2009 18:47:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MoPl0-0004QC-Fp for emacs-devel@gnu.org; Thu, 17 Sep 2009 18:47:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MoPkv-0004IP-Oz for emacs-devel@gnu.org; Thu, 17 Sep 2009 18:47:17 -0400 Original-Received: from [199.232.76.173] (port=35149 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoPkv-0004IA-De for emacs-devel@gnu.org; Thu, 17 Sep 2009 18:47:13 -0400 Original-Received: from mail-fx0-f216.google.com ([209.85.220.216]:55221) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MoPkv-0005Jv-2A for emacs-devel@gnu.org; Thu, 17 Sep 2009 18:47:13 -0400 Original-Received: by fxm12 with SMTP id 12so405255fxm.42 for ; Thu, 17 Sep 2009 15:47:11 -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; bh=erQR+e/ZClmh7WV4LXNsA+4hEbWasDsYYRxQj4PNYRE=; b=PTo6gU28Posu+o1mG7r4RRmz3Dl1HEa4KbMYdBeKaMY1GMX+PaPr3DZXm9o/6++czU ywAPFPmLSHLbxOV4rn36Tsznxo1a6lsNB3QeMGNevLqPZTAksoehssjCOOkq1tSeQWMY mYL+ccYPjugKirWHJDoat5+l9H4DxjU4PjLcw= 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; b=YSTX+iys2cCexS/g9OWPnVzD9nb6VgALkRaPaGU3s3tpmWpInHtb1Yh2J23DhQht/m MIk0oqKRF6Mfivx6UptFYOzzZqs9/KN4J6R8XwvIwGw4Vsri8mtqP+wXWgz7gLy89Rbn bZMp4nZsagJAiwK4Ez5WSYVRN7eW8J253IWdY= Original-Received: by 10.239.134.226 with SMTP id a34mr56582hba.7.1253227631165; Thu, 17 Sep 2009 15:47:11 -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:115443 Archived-At: 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: --prefix PREFIX install Emacs in directory PREFIX [...etc...] --with-svg use the RSVG library (experimental) You'll need to provide the appropriate librsvg headers, and use the --with-svg configure option. Juanma