all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to compile Emacs on Mac OS X with extra libs from MacPorts
@ 2009-03-21  3:20 an0
  2009-03-21  9:34 ` Peter Dyballa
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: an0 @ 2009-03-21  3:20 UTC (permalink / raw)
  To: help-gnu-emacs

I've been using Emacs 23 cvs on Mac OS X, but never succeeded in
compiling it with extra libraries such as jpeg and png which are
installed via MacPorts(MacPorts itself is installed under /opt/
local/).

Here is how I configure Emacs before compiling:
PKG_CONFIG_PATH=/opt/local/lib/pkgconfig/ CPPFLAGS+='-I/opt/local/
include' LDFLAGS+='-L/opt/local/lib' ./configure --with-ns --with-jpeg
--with-png

And here is the summary of configure output:
What operating system and machine description files should Emacs use?
        `s/darwin.h' and `m/intel386.h'
  What compiler should emacs be built with?               gcc -I/opt/
local/include
  Should Emacs use the GNU version of malloc?             no
    (The GNU allocators don't work with this system configuration.)
  Should Emacs use a relocating allocator for buffers?    no
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    nextstep
  What toolkit should Emacs use?                          none
  Where do we find X Windows header files?                /usr/X11/
include
  Where do we find X Windows libraries?                   /usr/X11/lib
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   no
  Does Emacs use -ljpeg?                                  no
  Does Emacs use -ltiff?                                  no
  Does Emacs use a gif library?                           no
  Does Emacs use -lpng?                                   no
  Does Emacs use -lrsvg-2?                                no
  Does Emacs use -lgpm?                                   no
  Does Emacs use -ldbus?                                  no
  Does Emacs use -lfreetype?                              no
  Does Emacs use -lm17n-flt?                              no
  Does Emacs use -lotf?                                   no
  Does Emacs use -lxft?                                   no
  Does Emacs use toolkit scroll bars?                     yes

Have anyone made it on Mac OS X with MacPorts? Any hints are
appreciated.


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2009-03-21 17:47 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-21  3:20 How to compile Emacs on Mac OS X with extra libs from MacPorts an0
2009-03-21  9:34 ` Peter Dyballa
2009-03-21  9:56   ` an00na
2009-03-21 12:34   ` Nikolaj Schumacher
2009-03-21 13:11     ` Peter Dyballa
2009-03-21 10:13 ` an00na
2009-03-21 10:41   ` Peter Dyballa
2009-03-21 11:14     ` an00na
2009-03-21 11:24       ` Peter Dyballa
2009-03-21 12:19         ` an00na
2009-03-21 17:04 ` Mike Mattie
2009-03-21 17:47   ` Peter Dyballa

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.