emacs-devel
[Top][All Lists]
Advanced

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

Re: GNU Emacs --with-gtk


From: David Kastrup
Subject: Re: GNU Emacs --with-gtk
Date: Thu, 30 Nov 2006 11:20:50 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux)

dhruva <address@hidden> writes:

> Hi,
> I am trying to build CVS Emacs with GTK. I have installed GTK2.0 on
> Debian (Knoppix distro). The build fails. Any help to get me going is
> appreciated.
>
> $ ./configure --with-gtk
> Yields... (part of the output that shows GTK was indeed found)
> [...]
> checking for gtk+-2.0 >= 2.4 glib-2.0 >= 2.4... yes
> checking GTK_CFLAGS... -I/usr/include/gtk-2.0
> -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include
> checking GTK_LIBS... -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
> -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender
> -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11
> -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
> checking for gdk_display_open... yes
> checking for gtk_file_selection_new... yes
> checking for gtk_file_chooser_dialog_new... yes
>
> [...]
> Configured for `i686-pc-linux-gnu'.
>
>  Where should the build process find the source code?
> /home/krishndh/stub/emacs-build
>  What operating system and machine description files should Emacs use?
>        `s/gnu-linux.h' and `m/intel386.h'
>  What compiler should emacs be built with?               gcc -g -O2
> -Wno-pointer-sign
>  Should Emacs use the GNU version of malloc?             yes
>      (Using Doug Lea's new malloc from the GNU C Library.)
>  Should Emacs use a relocating allocator for buffers?    yes
>  Should Emacs use mmap(2) for buffer allocation?         no
>  What window system should Emacs use?                    none
>  What toolkit should Emacs use?                          GTK
>  Where do we find X Windows header files?                NONE
>  Where do we find X Windows libraries?                   NONE
>  Does Emacs use -lXaw3d?                                 no
>  Does Emacs use -lXpm?                                   no
>  Does Emacs use -ljpeg?                                  no
>  Does Emacs use -ltiff?                                  no
>  Does Emacs use -lungif?                                 no
>  Does Emacs use -lpng?                                   no
>  Does Emacs use X toolkit scroll bars?                   yes

Well, you obviously did not install any development libraries for X11,
libpng, libjpeg, libtiff and probably a few other things.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

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