help-gnu-emacs
[Top][All Lists]
Advanced

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

emacs-23 from bzr repository (Oct 17) does not compile on ubuntu 11.10


From: Pawel Karpowicz
Subject: emacs-23 from bzr repository (Oct 17) does not compile on ubuntu 11.10
Date: Tue, 18 Oct 2011 07:59:22 +0200

Hallo All.
I get the following error message:

make[1]: Entering directory `/usr/src/emacs-sources/emacs-23/src'
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/usr/src/emacs-sources/emacs-23/src -D_BSD_SOURCE -pthread -I/usr/include/gtk-2.0 -I/usr/lib/1 -linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/1 -linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2  -pthread -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib/1 -linux-gnu/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/dbus-1.0 -I/usr/lib/1 -linux-gnu/dbus-1.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib/1 -linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/1 -linux-gnu/glib-2.0/include -I/usr/include/gconf/2 -g -O2 -Wdeclaration-after-statement -Wno-pointer-sign   -I/usr/include/freetype2 -MMD -MF deps/pre-crt0.d pre-crt0.c
cc1: warning: /usr/lib/1: not a directory [enabled by default]
cc1: warning: /usr/lib/1: not a directory [enabled by default]
cc1: warning: /usr/lib/1: not a directory [enabled by default]
cc1: warning: /usr/lib/1: not a directory [enabled by default]
cc1: warning: /usr/lib/1: not a directory [enabled by default]
cc1: warning: /usr/lib/1: not a directory [enabled by default]
make[1]: *** No rule to make target `/usr/lib/crt1.o', needed by `temacs'.  Stop.
make[1]: Leaving directory `/usr/src/emacs-sources/emacs-23/src'
make: *** [src] Error 2

my compilation configuration is:
Configured for `i686-pc-linux-gnu'.

  Where should the build process find the source code?    /usr/src/emacs-sources/emacs-23
  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 -Wdeclaration-after-statement -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?                    x11
  What toolkit should Emacs use?                          GTK
  Where do we find X Windows header files?                Standard dirs
  Where do we find X Windows libraries?                   Standard dirs
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use a gif library?                           yes -lgif
  Does Emacs use -lpng?                                   yes
  Does Emacs use -lrsvg-2?                                yes
  Does Emacs use -lgpm?                                   yes
  Does Emacs use -ldbus?                                  yes
  Does Emacs use -lgconf?                                 yes
  Does Emacs use -lfreetype?                              yes
  Does Emacs use -lm17n-flt?                              yes
  Does Emacs use -lotf?                                   yes
  Does Emacs use -lxft?                                   yes
  Does Emacs use toolkit scroll bars?                     yes


best regards

reply via email to

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