From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ivanov Dmitry Newsgroups: gmane.emacs.help Subject: Re[2]: Displaying svg file as image Date: Sat, 28 Aug 2010 19:11:42 +0400 Message-ID: <592800209.20100828191142@gmail.com> References: <48fe81ff-cad6-4bb0-8310-36f565dfa2ab@b4g2000pra.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1283009484 29141 80.91.229.12 (28 Aug 2010 15:31:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 28 Aug 2010 15:31:24 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Jason Rumney Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 28 17:31:22 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OpNNB-00073X-HM for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Aug 2010 17:31:17 +0200 Original-Received: from localhost ([127.0.0.1]:39737 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OpNDw-0000tm-1I for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Aug 2010 11:21:40 -0400 Original-Received: from [140.186.70.92] (port=38830 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OpN4S-00073o-2q for help-gnu-emacs@gnu.org; Sat, 28 Aug 2010 11:11:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OpN4M-0002UA-OR for help-gnu-emacs@gnu.org; Sat, 28 Aug 2010 11:11:47 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:38236) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OpN4M-0002U3-Ip for help-gnu-emacs@gnu.org; Sat, 28 Aug 2010 11:11:46 -0400 Original-Received: by fxm3 with SMTP id 3so3042550fxm.0 for ; Sat, 28 Aug 2010 08:11:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:x-mailer:x-priority :message-id:to:cc:subject:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=xrR4USlNgR4USRTZVwDSBbbCQ9i/lNxV+KRPCDICOkU=; b=JDqhYLwJIumzac8lYEU0JB6xoq38M5Vwdyby7tNjbRJHEOo1FpE5mRskNdlXb0MUDc ieMMT1cIaHWlUUzD5U+r70eQzwO0mH2jkt37uztjrwqfITMJepTy+S/GOn/okhUn+Vwg sbEXGrmwIIEvpuK6PacVyvBXehFaQPt2Yqzzc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:x-mailer:x-priority:message-id:to:cc:subject:in-reply-to :references:mime-version:content-type:content-transfer-encoding; b=Ys4UfUl48Cp6gsv6d/b8rrcP09aVuNyM9eNDeCppwmXj96hscOtRREXw59FCPDSWnj iqF8i7XLDvGFC83xS1A+TTFTe3Ye2MPugqnHDmi4ADS8vZomdtbs1UwBhbHrleXnmTip oEyAEMoB9kWMH61mAGOYDYDQWgYZJqdr7WF4s= Original-Received: by 10.223.112.203 with SMTP id x11mr1792811fap.68.1283008305304; Sat, 28 Aug 2010 08:11:45 -0700 (PDT) Original-Received: from ppp94-29-10-48.pppoe.spdop.ru (ppp94-29-10-48.pppoe.spdop.ru [94.29.10.48]) by mx.google.com with ESMTPS id 5sm2469509fat.47.2010.08.28.08.11.43 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 28 Aug 2010 08:11:43 -0700 (PDT) X-Mailer: The Bat! (v3.98.4) Professional X-Priority: 3 (Normal) In-Reply-To: <48fe81ff-cad6-4bb0-8310-36f565dfa2ab@b4g2000pra.googlegroups.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:74822 Archived-At: > You have to install all the libraries for GTK, and some from Gnome. > Then you have to configure Emacs with configure --with-svg, and avoid > loading svg images with text in them, because it crashes somewhere > deep within the cairo and/or freetype libraries. I need to rebuild emacs and install many libraries - it seems too complicated for me on Windows. Thanks for help.