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:55:21 +0200 Message-ID: References: <4CA53CE5.1020702@gmail.com> <4CA54727.6010900@gmail.com> <4CA54834.4020106@gmail.com> <4CA54E67.5040703@gmail.com> <4CA560A0.50901@gmail.com> <4CA5CE38.9010807@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 1285963270 19575 80.91.229.12 (1 Oct 2010 20:01:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Oct 2010 20:01:10 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Christoph Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 01 22:01:08 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 1P1lmz-0002uW-4O for ged-emacs-devel@m.gmane.org; Fri, 01 Oct 2010 22:01:05 +0200 Original-Received: from localhost ([127.0.0.1]:36052 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1lmy-0004Ft-Nw for ged-emacs-devel@m.gmane.org; Fri, 01 Oct 2010 16:01:04 -0400 Original-Received: from [140.186.70.92] (port=51386 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1liB-0007iq-Aq for emacs-devel@gnu.org; Fri, 01 Oct 2010 15:56:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P1li9-0002eb-Fz for emacs-devel@gnu.org; Fri, 01 Oct 2010 15:56:06 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:44685) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P1li9-0002eT-Cs; Fri, 01 Oct 2010 15:56:05 -0400 Original-Received: by iwn33 with SMTP id 33so6556421iwn.0 for ; Fri, 01 Oct 2010 12:56:04 -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=uaj+iaMPFz/tJ0K4+zhh2rhhClbkDrkD3DSIhnWx3Ik=; b=gT1w3M//YiYwLoUqLsTsGC9tI5Ez9VTBrz1QjaGtWL3Rm4PQXYA6k6VL9SbRhiC/7p aalPSa1f4SySfmwH6nn5U6ixBlMeL+Fsc4tDXR4BjeSE4Dr6e2GnLBFlnp01eIISnRj5 +jNtQunYZ24zz6sZlQgP7MN1l3yjcDIrun6hU= 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=vvNEykdIUcwbyP1eUTTpVG3uDnM9N4HCp8D8nOVU5+OBfXc644pXBzvQwlRMY3sm06 GqOYOndP0FIuOZtumcopRUcaFOrRoR8uQfLddXZbfecGUiEXSh4s+3/SYlVZzanemDrL PPR+OUJtx1+c6ggB5y0Ol4vsecbL9oF3uszws= Original-Received: by 10.231.157.11 with SMTP id z11mr6188281ibw.147.1285962964728; Fri, 01 Oct 2010 12:56:04 -0700 (PDT) Original-Received: by 10.231.196.71 with HTTP; Fri, 1 Oct 2010 12:55:21 -0700 (PDT) In-Reply-To: <4CA5CE38.9010807@gmail.com> 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:131183 Archived-At: On Fri, Oct 1, 2010 at 14:04, Christoph wrote: > I will answer Eli's question here. AFAIK, the libraries from ImageMagick'= s > website are compiled with MSVC. I had read somewhere that MSVC/mingw > libraries are mostly incompatible but figured I'd give it shot anyway, si= nce > my original problem was Emacs not finding the libraries during linking. As said, they can sometimes be made to work together, but as soon as they exchange filehandles, etc. you're out of luck. > Now, I have tried compiling ImageMagick with mingw but that turned out to= be > a huge pita. I installed all necessary GnuWin32 libs, and even MSYS, and > ./configure would fail with lots of problems still. Don't use MSYS. That's short of a stripped down Cygwin, intended to help compiling the MinGW tools. > Sounds like I will have to sort that out after all and get some mingw dll= 's > compiled first before going on. Yes, likely. Good luck, and thanks for the effort. =C2=A0 =C2=A0 Juanma