emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs configure does not find giflib on Max OS X


From: Jan D.
Subject: Re: Emacs configure does not find giflib on Max OS X
Date: Thu, 13 Nov 2014 17:07:42 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

Sam Steingold skrev den 2014-11-13 16:57:
Hi

The current git tip of the emacs source tree does not find graphics libs
installed using `brew` (and never did, so this is not a regression):

     $ brew install jpeg giflib libpng libtiff
     Warning: jpeg-8d already installed
     Warning: giflib-4.1.6 already installed
     Warning: libpng-1.6.13 already installed
     Warning: libtiff-4.0.3 already installed
     $ ./configure --with-ns --with-png --with-jpeg --with-tiff --with-gif
     ...
       Does Emacs use -ljpeg?                                  no
       Does Emacs use -ltiff?                                  no
       Does Emacs use a gif library?                           no
       Does Emacs use a png library?                           no

What am I doing wrong?

Mixing NS and non-NS libs? --with-ns does not use any of those graphics libraries. It uses Gnustep/Cocoa graphics instead.

        Jan D.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]