unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* CVS Emacs fails to compile...
@ 2008-02-13 15:39 Adolfo De Unanue
  0 siblings, 0 replies; 2+ messages in thread
From: Adolfo De Unanue @ 2008-02-13 15:39 UTC (permalink / raw)
  To: emacs-devel

Hi I updated my emacs version, and I am getting this error after using
'make bootstrap':

(partial stack trace)

...

gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I.
-I/home/nano/software/emacs/src -D_BSD_SOURCE -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 -I/usr/include/freetype2
-I/usr/include/libpng12 -I/usr/include/alsa -I/usr/include/librsvg-2
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/gtk-2.0 -I/usr/include/dbus-1.0
-I/usr/lib/dbus-1.0/include -g -O2 -Wno-pointer-sign  charset.c
charset.c: En la función ‘load_charset_map’: charset.c:327: error:
l-valor inválido en la asignación charset.c:328: error: l-valor
inválido en la asignación charset.c:332: error: l-valor inválido en la
asignación charset.c: En la función ‘Fmap_charset_chars’:
charset.c:657: error: valor void no ignorado como debería de ser
charset.c: En la función ‘Fdefine_charset_internal’: charset.c:921:
error: valor void no ignorado como debería de ser charset.c:966: error:
valor void no ignorado como debería de ser charset.c:972: error: valor
void no ignorado como debería de ser charset.c: En la función
‘Fdefine_charset_alias’: charset.c:1145: error: valor void no ignorado
como debería de ser charset.c: En la función ‘Fset_unibyte_charset’:
charset.c:1171: error: valor void no ignorado como debería de ser
charset.c: En la función ‘Fcharset_plist’: charset.c:1195: error: valor
void no ignorado como debería de ser charset.c: En la función
‘Fset_charset_plist’: charset.c:1207: error: valor void no ignorado
como debería de ser charset.c:1208: error: l-valor inválido en la
asignación charset.c: En la función ‘Funify_charset’: charset.c:1229:
error: valor void no ignorado como debería de ser charset.c: En la
función ‘Fdeclare_equiv_charset’: charset.c:1325: error: valor void no
ignorado como debería de ser charset.c: En la función ‘Fdecode_char’:
charset.c:1691: error: valor void no ignorado como debería de ser
charset.c: En la función ‘Fencode_char’: charset.c:1722: error: valor
void no ignorado como debería de ser charset.c: En la función
‘Fmake_char’: charset.c:1749: error: valor void no ignorado como
debería de ser charset.c: En la función ‘Fclear_charset_maps’:
charset.c:1949: error: l-valor inválido en la asignación
charset.c:1950: error: l-valor inválido en la asignación
charset.c:1955: error: l-valor inválido en la asignación charset.c: En
la función ‘Fset_charset_priority’: charset.c:2004: error: valor void
no ignorado como debería de ser charset.c: En la función
‘Fcharset_id_internal’: charset.c:2039: error: valor void no ignorado
como debería de ser make[2]: *** [charset.o] Error 1 make[2]: se sale
del directorio `/home/nano/software/emacs/src' make[1]: ***
[bootstrap-build] Error 2 make[1]: se sale del directorio
`/home/nano/software/emacs' make: *** [bootstrap] Error 2

--------------------------------------------------------------------------

Here is the result of ./configure:


Configured for `i686-pc-linux-gnu'.

  Where should the build process find the source
code?    /home/nano/software/emacs 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?                    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 a font backend?                          no
  Does Emacs use X toolkit scroll bars?                   yes

configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib-src/Makefile.c
config.status: creating oldXMenu/Makefile
config.status: creating doc/emacs/Makefile
config.status: creating doc/misc/Makefile
config.status: creating doc/lispintro/Makefile
config.status: creating doc/lispref/Makefile
config.status: creating src/Makefile.c
config.status: creating lwlib/Makefile
config.status: creating lisp/Makefile
config.status: creating leim/Makefile
config.status: creating src/config.h
config.status: src/config.h is unchanged
config.status: executing default commands
creating src/epaths.h
src/epaths.h is unchanged
creating lib-src/Makefile
creating src/Makefile
creating /home/nano/software/emacs/admin/unidata/Makefile


Thank's in advance :)


Adolfo






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

* CVS Emacs fails to compile...
@ 2008-02-13 15:44 Adolfo De Unanue
  0 siblings, 0 replies; 2+ messages in thread
From: Adolfo De Unanue @ 2008-02-13 15:44 UTC (permalink / raw)
  To: emacs-devel

Hi I updated my emacs version, and I am getting this error after using
'make bootstrap':

(partial stack trace)

...

gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I.
-I/home/nano/software/emacs/src -D_BSD_SOURCE -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 -I/usr/include/freetype2
-I/usr/include/libpng12 -I/usr/include/alsa -I/usr/include/librsvg-2
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/gtk-2.0 -I/usr/include/dbus-1.0
-I/usr/lib/dbus-1.0/include -g -O2 -Wno-pointer-sign  charset.c
charset.c: En la función ‘load_charset_map’: charset.c:327: error:
l-valor inválido en la asignación charset.c:328: error: l-valor
inválido en la asignación charset.c:332: error: l-valor inválido en la
asignación charset.c: En la función ‘Fmap_charset_chars’:
charset.c:657: error: valor void no ignorado como debería de ser
charset.c: En la función ‘Fdefine_charset_internal’: charset.c:921:
error: valor void no ignorado como debería de ser charset.c:966: error:
valor void no ignorado como debería de ser charset.c:972: error: valor
void no ignorado como debería de ser charset.c: En la función
‘Fdefine_charset_alias’: charset.c:1145: error: valor void no ignorado
como debería de ser charset.c: En la función ‘Fset_unibyte_charset’:
charset.c:1171: error: valor void no ignorado como debería de ser
charset.c: En la función ‘Fcharset_plist’: charset.c:1195: error: valor
void no ignorado como debería de ser charset.c: En la función
‘Fset_charset_plist’: charset.c:1207: error: valor void no ignorado
como debería de ser charset.c:1208: error: l-valor inválido en la
asignación charset.c: En la función ‘Funify_charset’: charset.c:1229:
error: valor void no ignorado como debería de ser charset.c: En la
función ‘Fdeclare_equiv_charset’: charset.c:1325: error: valor void no
ignorado como debería de ser charset.c: En la función ‘Fdecode_char’:
charset.c:1691: error: valor void no ignorado como debería de ser
charset.c: En la función ‘Fencode_char’: charset.c:1722: error: valor
void no ignorado como debería de ser charset.c: En la función
‘Fmake_char’: charset.c:1749: error: valor void no ignorado como
debería de ser charset.c: En la función ‘Fclear_charset_maps’:
charset.c:1949: error: l-valor inválido en la asignación
charset.c:1950: error: l-valor inválido en la asignación
charset.c:1955: error: l-valor inválido en la asignación charset.c: En
la función ‘Fset_charset_priority’: charset.c:2004: error: valor void
no ignorado como debería de ser charset.c: En la función
‘Fcharset_id_internal’: charset.c:2039: error: valor void no ignorado
como debería de ser make[2]: *** [charset.o] Error 1 make[2]: se sale
del directorio `/home/nano/software/emacs/src' make[1]: ***
[bootstrap-build] Error 2 make[1]: se sale del directorio
`/home/nano/software/emacs' make: *** [bootstrap] Error 2

--------------------------------------------------------------------------

Here is the result of ./configure:


Configured for `i686-pc-linux-gnu'.

  Where should the build process find the source
code?    /home/nano/software/emacs 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?                    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 a font backend?                          no
  Does Emacs use X toolkit scroll bars?                   yes

configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib-src/Makefile.c
config.status: creating oldXMenu/Makefile
config.status: creating doc/emacs/Makefile
config.status: creating doc/misc/Makefile
config.status: creating doc/lispintro/Makefile
config.status: creating doc/lispref/Makefile
config.status: creating src/Makefile.c
config.status: creating lwlib/Makefile
config.status: creating lisp/Makefile
config.status: creating leim/Makefile
config.status: creating src/config.h
config.status: src/config.h is unchanged
config.status: executing default commands
creating src/epaths.h
src/epaths.h is unchanged
creating lib-src/Makefile
creating src/Makefile
creating /home/nano/software/emacs/admin/unidata/Makefile


Thank's in advance :)


Adolfo






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

end of thread, other threads:[~2008-02-13 15:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-13 15:44 CVS Emacs fails to compile Adolfo De Unanue
  -- strict thread matches above, loose matches on Subject: below --
2008-02-13 15:39 Adolfo De Unanue

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).