This bug report will be sent to the XEmacs Development Team,
not to your local site managers!!
Please write in English, because the XEmacs maintainers do not have
translators to read other languages for them.
Please describe as succinctly as possible:
- What happened.
- What you thought should have happened.
- Precisely what you were doing at the time.
Please also include any C or lisp back-traces that you may have.
================================================================
Dear Bug Team!
I tried building 21.5.6 with the follwoing configuration:
/configure --ldflags=-s --pdump --with-gtk --with-gnome--error-checking=no
--with-sound=native --debug=no
and got the follwing compilation errors:
cd ./src && gmake all
gmake[1]: Entering directory `/reserve/xemacs-21.5.6/src'
gcc -c -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -Wshadow
-Demacs -I. -DHAVE_CONFIG_H -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H
-I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -Wno-shadow
device-gtk.c
device-gtk.c: In function `decode_gtk_device':
device-gtk.c:78: warning: implicit declaration of function `wrap_device'
device-gtk.c:78: warning: implicit declaration of function `decode_device'
device-gtk.c:79: warning: implicit declaration of function `CHECK_GTK_DEVICE'
device-gtk.c:80: warning: implicit declaration of function `XDEVICE'
device-gtk.c:80: warning: return makes pointer from integer without a cast
device-gtk.c: In function `allocate_gtk_device_struct':
device-gtk.c:97: dereferencing pointer to incomplete type
device-gtk.c:98: warning: implicit declaration of function `DEVICE_TYPE_DATA'
device-gtk.c:98: `gtk' undeclared (first use in this function)
device-gtk.c:98: (Each undeclared identifier is reported only once
device-gtk.c:98: for each function it appears in.)
device-gtk.c:98: invalid type argument of `->'
device-gtk.c: In function `gtk_init_device_class':
device-gtk.c:104: `gtk' undeclared (first use in this function)
device-gtk.c:104: invalid type argument of `->'
device-gtk.c:106: invalid type argument of `->'
device-gtk.c:110: warning: implicit declaration of function `DEVICE_CLASS'
device-gtk.c:110: `Qgrayscale' undeclared (first use in this function)
device-gtk.c:113: invalid lvalue in assignment
device-gtk.c:117: `Qmono' undeclared (first use in this function)
device-gtk.c: In function `gtk_init_device':
device-gtk.c:197: warning: implicit declaration of function `DEVICE_CONNECTION'
device-gtk.c:249: warning: implicit declaration of function `DEVICE_NAME'
device-gtk.c:250: invalid lvalue in assignment
device-gtk.c:256: `gtk' undeclared (first use in this function)
device-gtk.c:256: invalid type argument of `->'
device-gtk.c:257: invalid type argument of `->'
device-gtk.c:258: invalid type argument of `->'
device-gtk.c:269: invalid type argument of `->'
device-gtk.c:290: invalid type argument of `->'
device-gtk.c:299: invalid type argument of `->'
device-gtk.c:300: invalid type argument of `->'
device-gtk.c: In function `gtk_mark_device':
device-gtk.c:317: `gtk' undeclared (first use in this function)
device-gtk.c:317: invalid type argument of `->'
device-gtk.c:318: invalid type argument of `->'
device-gtk.c: In function `free_gtk_device_struct':
device-gtk.c:329: dereferencing pointer to incomplete type
device-gtk.c: In function `gtk_delete_device':
device-gtk.c:353: `gtk' undeclared (first use in this function)
device-gtk.c:353: invalid type argument of `->'
device-gtk.c:366: warning: implicit declaration of function `DEVICE_LOOP_NO_BREAK'
device-gtk.c:367: parse error before '{' token
device-gtk.c:372: label `double_break' used but not defined
device-gtk.c: At top level:
device-gtk.c:375: parse error before '}' token
device-gtk.c: In function `Fgtk_display_visual_class':
device-gtk.c:419: `gtk' undeclared (first use in this function)
device-gtk.c:419: invalid type argument of `->'
device-gtk.c: In function `Fgtk_display_visual_depth':
device-gtk.c:439: `gtk' undeclared (first use in this function)
device-gtk.c:439: invalid type argument of `->'
device-gtk.c: In function `gtk_device_system_metrics':
device-gtk.c:463: `gtk' undeclared (first use in this function)
device-gtk.c:463: invalid type argument of `->'
device-gtk.c: In function `Fgtk_keysym_on_keyboard_p':
device-gtk.c:517: warning: initialization makes pointer from integer without a cast
device-gtk.c:519: warning: implicit declaration of function `DEVICE_GTK_P'
device-gtk.c:522: `gtk' undeclared (first use in this function)
device-gtk.c:522: invalid type argument of `->'
device-gtk.c: In function `Fgtk_ungrab_pointer':
device-gtk.c:587: parse error before '{' token
device-gtk.c:590: `d' undeclared (first use in this function)
device-gtk.c:593: warning: no return statement in function returning non-void
device-gtk.c: At top level:
device-gtk.c:594: parse error before "return"
device-gtk.c: In function `Fgtk_style_info':
device-gtk.c:632: warning: initialization makes pointer from integer without a cast
device-gtk.c:635: `gtk' undeclared (first use in this function)
device-gtk.c:635: invalid type argument of `->'
device-gtk.c: In function `gtk_device_init_x_specific_cruft':
device-gtk.c:748: warning: implicit declaration of function `DEVICE_INFD'
device-gtk.c:748: warning: implicit declaration of function `DEVICE_OUTFD'
device-gtk.c:748: invalid lvalue in assignment
device-gtk.c: In function `Fgtk_display_visual_depth':
device-gtk.c:440: warning: control reaches end of non-void function
device-gtk.c: In function `Fgtk_ungrab_pointer':
device-gtk.c:593: warning: control reaches end of non-void function
gmake[1]: *** [device-gtk.o] Error 1
gmake[1]: Leaving directory `/reserve/xemacs-21.5.6/src'
gmake: *** [src] Error 2
Now trying to compile without gtk.
================================================================
(this refers to my running xemacs-21.5.5)
System Info to help track down your bug:
---------------------------------------
uname -a: Linux ip68-4-73-243 2.4.18 #1 Mon Feb 25 23:07:01 PST 2002 i686 unknown
configure '--ldflags=-s' '--pdump' '--error-checking=no'
'--with-gif' '--with-athena=3d' '--with-scrollbars=lucid'
'--with-sound=native'
XEmacs 21.5-b5 "beets" configured for `i686-pc-linux'.
Compilation / Installation:
Source code location: /reserve/xemacs-21.5.5
Installation prefix: /usr/local
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler: gcc -g -O3 -Wall -Wno-switch -Winline
-Wmissing-prototypes -Wsign-compare -Wshadow
Relocating allocator for buffers: no
GNU version of malloc: yes
- Using Doug Lea's new malloc from the GNU C Library.
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11R6/include
- X Windows libraries location: /usr/X11R6/lib
- Handling WM_COMMAND properly.
Using Lucid menubars.
Using Lucid scrollbars.
Using Motif dialog boxes.
Using Motif native widgets.
TTY:
Compiling in support for ncurses.
Compiling in support for GPM (General Purpose Mouse).
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Sound:
Compiling in support for sound (native).
Compiling in support for ESD (Enlightened Sound Daemon).
Databases:
Compiling in support for Berkeley database.
Compiling in support for LDAP.
Internationalization:
Mail:
Compiling in support for "dot-locking" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Using the new portable dumper.
Compiling in support for extra debugging code.
Load-Path Lisp Shadows:
----------------------
nil
Installed XEmacs Packages:
-------------------------
((zenirc:version 1.13 :type regular)
(xslt-process :version 1.06 :type regular)
(xemacs-devel :version 1.4 :type single-file)
(xemacs-base :version 1.58 :type regular)
(w3 :version 1.21 :type regular)
(vm :version 7.02 :type regular)
(viper :version 1.31 :type regular)
(view-process :version 1.11 :type regular)
(vhdl :version 1.15 :type regular)
(vc-cc :version 1.18 :type regular)
(vc :version 1.3 :type regular)
(tramp :version 1.02 :type regular)
(tpu :version 1.12 :type regular)
(tooltalk :version 1.13 :type regular)
(tm :version 1.3 :type regular)
(time :version 1.11 :type regular)
(textools :version 1.12 :type regular)
(text-modes :version 1.37 :type single-file)
(texinfo :version 1.2 :type regular)
(supercite :version 1.19 :type regular)
(strokes :version 1.08 :type regular)
(speedbar :version 1.22 :type regular)
(sounds-wav :version 1.1 :type regular)
(sounds-au :version 1.1 :type regular)
(slider :version 1.13 :type regular)
(sh-script :version 1.13 :type regular)
(sgml :version 1.08 :type regular)
(semantic :version 1.11 :type regular)
(scheme :version 1.11 :type regular)
(rmail :version 1.13 :type regular)
(reftex :version 1.24 :type regular)
(psgml :version 1.26 :type regular)
(ps-print-nomule :version 1.05 :type regular)
(prog-modes
:version
1
.49
:type
single-file)
(pcomplete :version 1.01 :type regular)
(pcl-cvs :version 1.58 :type regular)
(pc :version 1.21 :type single-file)
(os-utils :version 1.26 :type single-file)
(net-utils :version 1.23 :type single-file)
(misc-games :version 1.15 :type single-file)
(mine :version 1.14 :type regular)
(mh-e :version 1.14 :type regular)
(mew :version 1.16 :type regular)
(mailcrypt :version 2.11 :type regular)
(mail-lib :version 1.43 :type regular)
(jde :version 1.32 :type regular)
(ispell :version 1.24 :type regular)
(ilisp :version 1.2 :type regular)
(igrep :version 1.08 :type regular)
(idlwave :version 1.24 :type regular)
(hm--html-menus :version 1.17 :type regular)
(gnus :version 1.58 :type regular)
(gnats :version 1.13 :type regular)
(games :version 1.13 :type regular)
(fsf-compat :version 1.1 :type single-file)
(frame-icon :version 1.09 :type regular)
(forms :version 1.14 :type regular)
(footnote :version 1.13 :type regular)
(eudc :version 1.35 :type regular)
(eterm :version 1.13 :type regular)
(eshell :version 1.02 :type regular)
(emerge :version 1.09 :type regular)
(elib :version 1.1 :type single-file)
(eieio :version 1.02 :type regular)
(efs :version 1.27 :type regular)
(edt :version 1.12 :type regular)
(edit-utils :version 1.76 :type single-file)
(ediff :version 1.36 :type regular)
(edebug :version 1.14 :type regular)
(dired :version 1.11 :type regular)
(dictionary :version 1.06 :type regular)
(debug :version 1.14 :type regular)
(crisp :version 1.12 :type regular)
(cookie :version 1.13 :type regular)
(clearcase :version 1.02 :type regular)
(cc-mode :version 1.27 :type regular)
(calendar :version 1.18 :type regular)
(calc :version 1.18 :type regular)
(c-support :version 1.16 :type single-file)
(build :version 1.05 :type regular)
(bbdb :version 1.17 :type regular)
(auctex :version 1.29 :type regular)
(apel :version 1.2 :type regular))
Features:
--------
(tmh-comp tm-edit signature tm-ew-e xemacsbug shadow sendmail
mel-q bbdb-hooks filename mh-funcs bbdb-gui mail-extr mail-utils
efs-cu highlight-headers bbdb-mhe advice advice-preload mailcrypt
rfc822 comint ring font disp-table gnuserv time tex-site header
mh-comp tm-mh-e tm-bbdb bbdb-com tm-partial tm-image images
mule-sysdp tm-pgp tm-play tm-view tm-text tm-parse tm-ew-d tm-def
mel std11 mh-utils mh-e mime-setup tm-setup tl-misc tl-str
tl-atype atype tl-seq tl-list alist cless file-detect path-util
emu invisible inv-xemacs mcharset mcs-ltn1 pcustom poem poem-ltn1
pces pces-raw poe-xemacs timer overlay poe pym static apel-ver
product resume bbdb timezone bookmark pp saveplace blink-cursor
paren blink-paren font-lock cus-face zenirc-autoloads
xslt-process-autoloads xemacs-devel-autoloads
xemacs-base-autoloads w3-autoloads vm-autoloads viper-autoloads
view-process-autoloads vhdl-autoloads vc-cc-autoloads vc-autoloads
tramp-autoloads tpu-autoloads tooltalk-autoloads tm-autoloads
time-autoloads textools-autoloads text-modes-autoloads
texinfo-autoloads supercite-autoloads strokes-autoloads
speedbar-autoloads sounds-wav-autoloads sounds-au-autoloads
slider-autoloads sh-script-autoloads sgml-autoloads
semantic-autoloads scheme-autoloads rmail-autoloads
reftex-autoloads psgml-autoloads ps-print-nomule-autoloads
prog-modes-autoloads pcomplete-autoloads pcl-cvs-autoloads
pc-autoloads os-utils-autoloads net-utils-autoloads
misc-games-autoloads mine-autoloads mh-e-autoloads mew-autoloads
mailcrypt-autoloads mail-lib-autoloads jde-autoloads
ispell-autoloads ilisp-autoloads igrep-autoloads idlwave-autoloads
hm--html-menus-autoloads gnus-autoloads gnats-autoloads
games-autoloads fsf-compat-autoloads frame-icon-autoloads
forms-autoloads footnote-autoloads eudc-autoloads eterm-autoloads
eshell-autoloads emerge-autoloads elib-autoloads eieio-autoloads
efs-autoloads edt-autoloads edit-utils-autoloads ediff-autoloads
edebug-autoloads dired-autoloads dictionary-autoloads
debug-autoloads crisp-autoloads cookie-autoloads
clearcase-autoloads cc-mode-autoloads calendar-autoloads
calc-autoloads c-support-autoloads build-autoloads bbdb-autoloads
auctex-autoloads apel-autoloads src-autoloads loadhist auto-show
fontl-hooks x-iso8859-1 gutter-items menubar-items x-menubar
mode-motion mouse itimer auto-save lisp-mode easymenu iso8859-1
page buff-menu lib-complete help-nomule cus-file derived frame
text-props obsolete cus-start custom widget cl-extra mini-cl cl
cl-19 packages backquote very-early-lisp lucid-scrollbars
cut-buffer lucid-menubars motif-dialogs x c-balloon-help
tty-frames tty toolbar esd-sound native-sound scrollbar
unix-processes multicast network-streams subprocesses modules
menu-accelerator-support menubar berkeley-db md5 xemacs gutter
tiff png gif jpeg xpm xbm lisp-float-type linux dialog devices
window-system base64)
Recent keystrokes:
-----------------
C-c r . | e n s c r i p RET | e n s c r i p t RET |
e n s c r i p t SPC - P e p s RET button1 button1up
i button2 button2up d d d d d d d d d up up up up down
down down down down x M-p y M-p y M-p button1 button1up
i d x M-p misc-user
Recent messages (most recent first):
-----------------------------------
Composing a message...done
Wrote /home/hardy/Mail/drafts/1
Composing a message...
Loading xemacsbug...done
Loading xemacsbug...
Packing folder...done
Scanning +inbox...done
Scanning +inbox...
Packing folder...
Processing deletes and refiles for +inbox...done
Processing deletes and refiles for +inbox...
inc +inbox...done
inc +inbox...
Packing folder...done
Scanning +inbox...done
Scanning +inbox...
Packing folder...
Wrote /home/hardy/.bbdb
Delete excess backup versions of /home/hardy/.bbdb? (y or n) Yes
Please answer y or n. Delete excess backup versions of /home/hardy/.bbdb? (y or n)
--
Hardy
(Meinhard E. Mayer)
Professor Emeritus of Physics and Mathematics
Tel: (949) 759-3378 Fax: (734) 448-5140
URL:
http://mitpress2.mit.edu/sicm/