Message306

Author james
Recipients Ron.Isaacson, xemacs-beta
Date 2008-01-19.06:43:09
Content
On Dec 11, 2007 8:32 PM, Ron Isaacson <Ron.Isaacson@morganstanley.com> wrote:
> Aidan Kehoe wrote:
> > Okay, I don't actually see the problem locally, but the patch seems sensible
> > enough and it doesn't break the build or anything of the sort, so I've gone
> > ahead and committed it. What exactly are the versions of the various
> > libraries that break for you?
>
> Here are all of the external libs I'm using -- each is a local build
> from source:
>
>   xpm  -> 3.4k
>   png  -> 1.2.8
>   zlib -> 1.2.3
>   jpeg -> 6b.3
>   tiff -> 3.7.2
>
> I read that this can happen if there's a mismatch between the
> build-time and runtime versions of libjpeg, although on Windows
> everything is static, so that shouldn't be an issue, right?
>
> I can reproduce this using:
>
>   (glyph-image-instance
>     (make-glyph [jpeg :file "c:/any/image.jpg"]))
>
> Without the patch, it always fails with the error message above.

Can you grab a DLL dependency analyzer [1] and see what it says about JPEG DLLs?

[1] For example, http://www.dependencywalker.com/
-- 
Jerry James
http://loganjerry.googlepages.com/

_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta@xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
History
Date User Action Args
2008-01-19 06:43:09jameslinkissue191 messages
2008-01-19 06:43:09jamescreate