emacs-devel
[Top][All Lists]
Advanced

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

[23.0.60] fails to build with "--without-x " option


From: sangu
Subject: [23.0.60] fails to build with "--without-x " option
Date: Thu, 15 May 2008 09:54:03 +0900

emacs]$ configure --without-x
[...]
 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?                          none
  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 a gif library?                           no 
  Does Emacs use -lpng?                                   no
  Does Emacs use -lrsvg-2?                                no
  Does Emacs use -lgpm?                                   yes
  Does Emacs use -ldbus?                                  yes
  Does Emacs use X toolkit scroll bars?                   no

emacs]$ make
.
.
.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I.
-I/home/sangu/Work/cvs/emacs/src -D_BSD_SOURCE -I/usr/include/freetype2
-I/usr/include/alsa  -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
-g -O2 -Wno-pointer-sign  -I/usr/include/freetype2 xfaces.c
xfaces.c: In function ‘merge_face_vectors’:
xfaces.c:2524: error: ‘FONT_SIZE_INDEX’ undeclared (first use in this
function)
xfaces.c:2524: error: (Each undeclared identifier is reported only once
xfaces.c:2524: error: for each function it appears in.)
xfaces.c:2540: error: ‘FONT_FAMILY_INDEX’ undeclared (first use in this
function)
xfaces.c:2541: error: ‘FONT_WIDTH_INDEX’ undeclared (first use in this
function)
xfaces.c:2543: error: ‘FONT_WEIGHT_INDEX’ undeclared (first use in this
function)
xfaces.c:2544: error: ‘FONT_SLANT_INDEX’ undeclared (first use in this
function)
xfaces.c: In function ‘merge_face_ref’:
xfaces.c:2670: error: ‘FONT_FAMILY_INDEX’ undeclared (first use in this
function)
xfaces.c:2683: error: ‘FONT_SIZE_INDEX’ undeclared (first use in this
function)
xfaces.c:2693: error: ‘FONT_WEIGHT_INDEX’ undeclared (first use in this
function)
xfaces.c:2703: error: ‘FONT_SLANT_INDEX’ undeclared (first use in this
function)
xfaces.c:2784: error: ‘FONT_WIDTH_INDEX’ undeclared (first use in this
function)
xfaces.c: In function ‘Finternal_set_lisp_face_attribute’:
xfaces.c:3018: error: variable ‘prop_index’ has initializer but
incomplete type
xfaces.c:3018: error: storage size of ‘prop_index’ isn’t known
xfaces.c:3073: error: ‘FONT_FAMILY_INDEX’ undeclared (first use in this
function)
xfaces.c:3094: error: ‘FONT_SIZE_INDEX’ undeclared (first use in this
function)
xfaces.c:3106: error: ‘FONT_WEIGHT_INDEX’ undeclared (first use in this
function)
xfaces.c:3118: error: ‘FONT_SLANT_INDEX’ undeclared (first use in this
function)
xfaces.c:3286: error: ‘FONT_WIDTH_INDEX’ undeclared (first use in this
function)
xfaces.c: In function ‘Fface_font’:
xfaces.c:4022: error: dereferencing pointer to incomplete type
xfaces.c:4022: error: ‘FONT_NAME_INDEX’ undeclared (first use in this
function)
make[1]: *** [xfaces.o] Error 1
make[1]: Leaving directory `/home/sangu/Work/cvs/emacs/src'
make: *** [src] Error 2






reply via email to

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