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: imagemagick support on W32 Date: Fri, 1 Oct 2010 21:57:03 +0200 Message-ID: References: <4CA53CE5.1020702@gmail.com> <4CA54727.6010900@gmail.com> <4CA54834.4020106@gmail.com> <4CA54E67.5040703@gmail.com> <4CA560A0.50901@gmail.com> <4CA5D033.5010503@gmail.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: dough.gmane.org 1285963080 18576 80.91.229.12 (1 Oct 2010 19:58:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Oct 2010 19:58:00 +0000 (UTC) Cc: Christoph , emacs-devel@gnu.org To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 01 21:57:58 2010 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.69) (envelope-from ) id 1P1ljy-00022e-8I for ged-emacs-devel@m.gmane.org; Fri, 01 Oct 2010 21:57:58 +0200 Original-Received: from localhost ([127.0.0.1]:36840 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1ljx-0000cp-9l for ged-emacs-devel@m.gmane.org; Fri, 01 Oct 2010 15:57:57 -0400 Original-Received: from [140.186.70.92] (port=52181 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1ljm-0000Yq-08 for emacs-devel@gnu.org; Fri, 01 Oct 2010 15:57:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P1ljk-0002vm-PM for emacs-devel@gnu.org; Fri, 01 Oct 2010 15:57:45 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:62500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P1ljk-0002vh-MF for emacs-devel@gnu.org; Fri, 01 Oct 2010 15:57:44 -0400 Original-Received: by iwn33 with SMTP id 33so6558899iwn.0 for ; Fri, 01 Oct 2010 12:57:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=UEBtVrLBTFJE4AVJB8KkPs7f9L0Czr4q7mGqs+lY1s0=; b=ABHOdFR4bsveo1mF1i/4OKqRtlJFuF3EWLf7fO3EMYY8vtaJKaDoS2HUHjo3FdoKr8 cP1Wq4keV7u2Jd+um/hqpvjLskj3CCRmi12YJEIB7c0tWhFiMMp43spaTSCqgm0m63yR s/83YcDMyamZg9wFvH9ThiviQJY/ow3CDBNS0= 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=QdYSQ7Zd7dJZBzIbz1u6j0dW6WOhyNKxs8RL2IZuPh5UOeb/dyyp09Ys8v5SsgCcjR wH34QLiBezB1j2MAg7hlPm8TQukS/REf1cJrwFm3IqLqTxKJz6jBt3UFeNgERX0AuOqD vXSiZGGVeLaOHDk4FkavhuWPjSJtV1BrvRO+o= Original-Received: by 10.231.31.196 with SMTP id z4mr6175613ibc.111.1285963063784; Fri, 01 Oct 2010 12:57:43 -0700 (PDT) Original-Received: by 10.231.196.71 with HTTP; Fri, 1 Oct 2010 12:57:03 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.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:131182 Archived-At: On Fri, Oct 1, 2010 at 14:38, wrote: > On w32 something different seems to happen, but no real effort seems to > be done to avoid errors if the desired library isnt there. I might be > wrong. Run-time or compile-time? If the library support is compiled in, failing to load the desired library at run time is not an error; the image type will just be unavailable. =C2=A0 =C2=A0 Juanma