To whom it may concern:
I am running 10.0.3 and can't successfully compile 21.5.1. I've tried
both using the tar balls and checking out directly from the cvs archive
(today). Does anyone have a pre-compiled version for OS X?
Thanks.
pg
P.S.: Here's my compilation trace:
[localhost:~/Desktop/toto/xemacs] pg% ./configure
checking whether ln -s works... yes
Making symbolic link to ./tests
Defining EMACS_MAJOR_VERSION = 21
Defining EMACS_MINOR_VERSION = 5
Defining EMACS_BETA_VERSION = 1
Defining XEMACS_CODENAME = "anise"
Defining EMACS_VERSION = "21.5-b1"
Defining EMACS_PROGNAME = "xemacs"
Defining ERROR_CHECK_EXTENTS
Defining ERROR_CHECK_TYPECHECK
Defining ERROR_CHECK_BUFPOS
Defining ERROR_CHECK_GC
Defining ERROR_CHECK_MALLOC
Defining ERROR_CHECK_BYTE_CODE
Defining ERROR_CHECK_GLYPHS
xemacs will be linked with "debug.o"
xemacs will be linked with "tests.o"
Defining DEBUG_XEMACS
Defining USE_ASSERTIONS
Defining MEMORY_USAGE_STATS
checking host system type... powerpc-apple-darwin1.3.3
XEmacs has no builtin knowledge of `powerpc' machines.
Using configure-time autodetection only.
XEmacs has no builtin knowledge of `darwin' operating systems.
Using configure-time autodetection only.
Defining STACK_TRACE_EYE_CATCHER =
xemacs_21_5_b1_powerpc_apple_darwin1_3_3
Defining CLASH_DETECTION
xemacs will be linked with "filelock.o"
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking how to run the C preprocessor... cc -E -traditional-cpp
checking for AIX... no
checking for GNU libc... no
Extracting information from the machine- and system-dependent headers...
Defining SYSTEM_TYPE = "darwin"
libs_machine = ''
libs_system = ''
libs_termcap = ''
libs_standard = ''
objects_machine = ''
objects_system = ''
c_switch_machine = ''
c_switch_system = ''
ld_switch_machine = ''
ld_switch_system = ''
unexec = ''
ld_switch_shared = '-c'
ld = '$(CC) $(CFLAGS)'
lib_gcc = ''
ld_text_start_addr = ''
start_files = ''
ordinary_link = 'yes'
have_terminfo = 'no'
mail_use_flock = 'no'
mail_use_lockf = 'no'
checking for buggy gcc versions... no
xemacs will be linked with "dumper.o"
checking for dynodump... no
checking for malloc_set_state... no
checking whether __after_morecore_hook exists... no
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking for bison... bison -y
checking for a.out.h... no
checking for elf.h... no
checking for cygwin/version.h... no
checking for fcntl.h... yes
Defining HAVE_FCNTL_H
checking for inttypes.h... yes
Defining HAVE_INTTYPES_H
checking for libgen.h... no
checking for locale.h... yes
Defining HAVE_LOCALE_H
checking for mach/mach.h... yes
Defining HAVE_MACH_MACH_H
checking for sys/param.h... yes
Defining HAVE_SYS_PARAM_H
checking for sys/pstat.h... no
checking for sys/time.h... yes
Defining HAVE_SYS_TIME_H
checking for sys/timeb.h... yes
Defining HAVE_SYS_TIMEB_H
checking for sys/un.h... yes
Defining HAVE_SYS_UN_H
checking for ulimit.h... no
checking for unistd.h... yes
Defining HAVE_UNISTD_H
checking for sys/wait.h that is POSIX.1 compatible... yes
Defining HAVE_SYS_WAIT_H
checking for ANSI C header files... yes
Defining STDC_HEADERS
checking whether time.h and sys/time.h may both be included... yes
Defining TIME_WITH_SYS_TIME
checking for sys_siglist declaration in signal.h or unistd.h... yes
Defining SYS_SIGLIST_DECLARED
checking for utime... yes
Defining HAVE_UTIME
checking return type of signal handlers... void
Defining RETSIGTYPE = void
checking for size_t... yes
checking for pid_t... yes
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for ssize_t... yes
checking for socklen_t... int
Defining socklen_t = int
checking for struct timeval... yes
Defining HAVE_TIMEVAL
checking whether struct tm is in sys/time.h or time.h... time.h
checking for tm_zone in struct tm... yes
Defining HAVE_TM_ZONE
checking for working const... yes
checking whether make sets ${MAKE}... yes
checking whether byte ordering is bigendian... yes
Defining WORDS_BIGENDIAN
checking size of short... 2
Defining SIZEOF_SHORT = 2
checking size of int... 4
Defining SIZEOF_INT = 4
checking size of long... 4
Defining SIZEOF_LONG = 4
checking size of long long... 8
Defining SIZEOF_LONG_LONG = 8
checking size of void *... 4
Defining SIZEOF_VOID_P = 4
checking for long file names... yes
Defining HAVE_LONG_FILE_NAMES
checking for sin... yes
Defining LISP_FLOAT_TYPE
Defining HAVE_INVERSE_HYPERBOLIC
checking for mkstemp... yes
Defining HAVE_MKSTEMP
checking type of mail spool file locking
checking for lockf... no
checking for flock... yes
Defining HAVE_FLOCK
Defining MAIL_LOCK_DOT
checking whether the -xildoff compiler flag is required... no
checking for specified window system
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
Defining HAVE_X_WINDOWS
Appending "lwlib" to $MAKE_SUBDIR
Appending "lwlib" to $SRC_SUBDIR_DEPS
X11 compilation variables:
x_libraries = '/usr/X11R6/lib'
x_includes = '/usr/X11R6/include'
X_CFLAGS = ' -I/usr/X11R6/include'
X_LIBS = ' -L/usr/X11R6/lib'
X_PRE_LIBS = ' -lSM -lICE'
X_EXTRA_LIBS = ''
Defining BITMAPDIR =
"/usr/X11R6/include/X11/bitmaps:/usr/X11R6/include/bitmaps"
checking for X defines extracted by xmkmf
checking for X11/Intrinsic.h... yes
checking for XOpenDisplay in -lX11... yes
Setting libs_x to "-lX11"
checking for XShapeSelectInput in -lXext... yes
Prepending "-lXext" to $libs_x
checking for XtOpenDisplay in -lXt... yes
Prepending "-lXt" to $libs_x
checking the version of X11 being used... R6
Defining THIS_IS_X11R6
checking for XConvertCase... yes
Defining HAVE_XCONVERTCASE
checking for X11/Xlocale.h... yes
Defining HAVE_X11_XLOCALE_H
checking for XRegisterIMInstantiateCallback... yes
Defining HAVE_XREGISTERIMINSTANTIATECALLBACK
checking for standard XRegisterIMInstantiateCallback prototype... no
Defining XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE
checking for XmuReadBitmapDataFromFile in -lXmu... yes
Prepending "-lXmu" to $libs_x
Defining HAVE_XMU
checking for main in -lXbsd... no
checking for MS-Windows
checking for main in -lgdi32... no
checking for X11/extensions/shape.h... yes
Defining HAVE_BALLOON_HELP
xemacs will be linked with "balloon_help.o balloon-x.o"
Using X11.
checking for WM_COMMAND option
Defining HAVE_WMCOMMAND
checking for X11/Xauth.h... yes
checking for XauGetAuthByAddr in -lXau... yes
Defining HAVE_XAUTH
checking for tt_c.h... no
checking for Tt/tt_c.h... no
checking for desktop/tt_c.h... no
checking for Dt/Dt.h... no
checking for LDAP
checking for ldap.h... no
checking for PostgreSQL
checking for libpq-fe.h... no
checking for pgsql/libpq-fe.h... no
checking for postgresql/libpq-fe.h... no
checking for graphics libraries
checking for Xpm - no older than 3.4f... yes
Defining HAVE_XPM
Prepending "-lXpm" to $libs_x
checking for "FOR_MSW" xpm... no
checking for compface.h... no
Defining HAVE_GIF
xemacs will be linked with "dgif_lib.o gif_io.o"
checking for inflate in -lc... no
checking for inflate in -lz... yes
Prepending "-lz" to $libs_x
checking for jpeglib.h... no
checking for pow... yes
checking for png.h... no
checking for tiffio.h... no
checking for X11 graphics libraries
checking for the Athena widgets
checking for XawScrollbarSetThumb in -lXaw... yes
checking for threeDClassRec in -lXaw... no
checking for X11/Xaw/ThreeD.h... no
checking for X11/Xaw/XawInit.h... yes
checking for Xm/Xm.h... yes
checking for XmStringFree in -lXm... no
Appending "lwlib-Xaw.o" to $lwlib_objs
Prepending "-lXaw" to $libs_x
Defining ATHENA_Scrollbar_h_ = "X11/Xaw/Scrollbar.h"
Defining ATHENA_Dialog_h_ = "X11/Xaw/Dialog.h"
Defining ATHENA_Form_h_ = "X11/Xaw/Form.h"
Defining ATHENA_Command_h_ = "X11/Xaw/Command.h"
Defining ATHENA_Label_h_ = "X11/Xaw/Label.h"
Defining ATHENA_LabelP_h_ = "X11/Xaw/LabelP.h"
Defining ATHENA_Toggle_h_ = "X11/Xaw/Toggle.h"
Defining ATHENA_ToggleP_h_ = "X11/Xaw/ToggleP.h"
Defining ATHENA_AsciiText_h_ = "X11/Xaw/AsciiText.h"
Defining ATHENA_XawInit_h_ = "X11/Xaw/XawInit.h"
Defining LWLIB_USES_ATHENA
Defining NEED_ATHENA
Appending "xlwmenu.o" to $lwlib_objs
Appending "xlwscrollbar.o" to $lwlib_objs
Appending "xlwtabs.o xlwgcs.o" to $lwlib_objs
Appending "xlwradio.o xlwcheckbox.o xlwgauge.o" to $lwlib_objs
Defining NEED_LUCID
Appending "lwlib-Xlw.o" to $lwlib_objs
Defining LWLIB_DIALOGS_ATHENA
Defining LWLIB_WIDGETS_ATHENA
Defining LWLIB_TABS_LUCID
Defining HAVE_MENUBARS
Defining HAVE_SCROLLBARS
Defining HAVE_DIALOGS
Defining HAVE_TOOLBARS
Defining HAVE_WIDGETS
Defining LWLIB_MENUBARS_LUCID
Defining LWLIB_SCROLLBARS_LUCID
xemacs will be linked with "menubar.o"
xemacs will be linked with "scrollbar.o"
xemacs will be linked with "dialog.o"
xemacs will be linked with "toolbar.o"
xemacs will be linked with "menubar-x.o"
xemacs will be linked with "scrollbar-x.o"
xemacs will be linked with "dialog-x.o"
xemacs will be linked with "toolbar-x.o"
xemacs will be linked with "gui-x.o"
checking for cbrt... yes
Defining HAVE_CBRT
checking for closedir... yes
Defining HAVE_CLOSEDIR
checking for dup2... yes
Defining HAVE_DUP2
checking for eaccess... no
checking for fmod... yes
Defining HAVE_FMOD
checking for fpathconf... yes
Defining HAVE_FPATHCONF
checking for frexp... yes
Defining HAVE_FREXP
checking for ftime... no
checking for getaddrinfo... yes
Defining HAVE_GETADDRINFO
checking for gethostname... yes
Defining HAVE_GETHOSTNAME
checking for getnameinfo... no
checking for getpagesize... yes
Defining HAVE_GETPAGESIZE
checking for gettimeofday... yes
Defining HAVE_GETTIMEOFDAY
checking for getcwd... yes
Defining HAVE_GETCWD
checking for getwd... yes
Defining HAVE_GETWD
checking for logb... yes
Defining HAVE_LOGB
checking for lrand48... no
checking for matherr... yes
Defining HAVE_MATHERR
checking for mkdir... yes
Defining HAVE_MKDIR
checking for mktime... yes
Defining HAVE_MKTIME
checking for perror... yes
Defining HAVE_PERROR
checking for poll... no
checking for random... yes
Defining HAVE_RANDOM
checking for rename... yes
Defining HAVE_RENAME
checking for res_init... yes
Defining HAVE_RES_INIT
checking for rint... yes
Defining HAVE_RINT
checking for rmdir... yes
Defining HAVE_RMDIR
checking for select... yes
Defining HAVE_SELECT
checking for setitimer... yes
Defining HAVE_SETITIMER
checking for setpgid... yes
Defining HAVE_SETPGID
checking for setlocale... yes
Defining HAVE_SETLOCALE
checking for setsid... yes
Defining HAVE_SETSID
checking for sigblock... yes
Defining HAVE_SIGBLOCK
checking for sighold... no
checking for sigprocmask... yes
Defining HAVE_SIGPROCMASK
checking for snprintf... yes
Defining HAVE_SNPRINTF
checking for stpcpy... no
checking for strerror... yes
Defining HAVE_STRERROR
checking for tzset... yes
Defining HAVE_TZSET
checking for ulimit... no
checking for usleep... yes
Defining HAVE_USLEEP
checking for waitpid... yes
Defining HAVE_WAITPID
checking for vsnprintf... yes
Defining HAVE_VSNPRINTF
checking for fsync... yes
Defining HAVE_FSYNC
checking for ftruncate... yes
Defining HAVE_FTRUNCATE
checking for umask... yes
Defining HAVE_UMASK
checking for getpt... no
checking for _getpty... no
checking for grantpt... no
checking for unlockpt... no
checking for ptsname... no
checking for killpg... yes
Defining HAVE_KILLPG
checking for tcgetpgrp... yes
Defining HAVE_TCGETPGRP
checking for openpty... yes
Defining HAVE_OPENPTY
checking for libutil.h... no
checking for util.h... yes
Defining HAVE_UTIL_H
checking for pty.h... no
checking for sys/pty.h... no
checking for stropts.h... no
xemacs will be linked with "realpath.o"
checking for getloadavg... yes
Defining HAVE_GETLOADAVG
checking for sys/loadavg.h... no
checking whether netdb declares h_errno... yes
Defining HAVE_H_ERRNO
checking for sigsetjmp... yes
Defining HAVE_SIGSETJMP
checking whether localtime caches TZ... yes
Defining LOCALTIME_CACHE
checking whether gettimeofday accepts one or two arguments... two
checking for inline... inline
xemacs will be linked with "inline.o"
checking for working alloca.h... no
checking for alloca... yes
Defining HAVE_ALLOCA
checking for vfork.h... no
checking for working vfork... yes
checking for working strcoll... yes
Defining HAVE_STRCOLL
checking for getpgrp... yes
Defining HAVE_GETPGRP
checking whether getpgrp takes no argument... yes
Defining GETPGRP_VOID
checking for working mmap... no
checking for termios.h... yes
Defining HAVE_TERMIOS
Defining SIGNALS_VIA_CHARACTERS
Defining NO_TERMIO
checking for socket... yes
checking for netinet/in.h... yes
checking for arpa/inet.h... yes
Defining HAVE_SOCKETS
checking for sun_len member in struct sockaddr_un... yes
Defining HAVE_SOCKADDR_SUN_LEN
checking for ip_mreq struct in netinet/in.h... yes
Defining HAVE_MULTICAST
checking for msgget... yes
checking for sys/ipc.h... yes
checking for sys/msg.h... no
checking for dirent.h... yes
Defining SYSV_SYSTEM_DIR
checking for nlist.h... yes
Defining NLIST_STRUCT
checking for sound support
checking for machine/soundcard.h... no
checking for sys/soundcard.h... no
checking for linux/soundcard.h... no
checking for audio/audiolib.h... no
checking for esd-config... no
checking for TTY-related features
Defining HAVE_TTY
xemacs will be linked with "console-tty.o device-tty.o event-tty.o
frame-tty.o objects-tty.o redisplay-tty.o cm.o"
checking for tgetent in -lncurses... no
xemacs will be linked with "tparam.o"
checking for tgetent in -lcurses... yes
Prepending "-lcurses" to $LIBS
Defining CURSES_H_FILE = "curses.h"
Defining TERM_H_FILE = "term.h"
checking for gpm.h... no
xemacs will be linked with "event-unixoid.o"
checking for database support
checking for ndbm.h... yes
checking for dbm_open in -lgdbm... no
checking for dbm_open... yes
Defining HAVE_DBM
checking for Berkeley db.h... no
Defining HAVE_DATABASE
xemacs will be linked with "database.o"
checking for module support
checking for dlfcn.h... no
checking for shl_load in -ldld... no
checking for dld_init in -ldld... no
No module support.
Defining HAVE_UNIX_PROCESSES
xemacs will be linked with "process-unix.o"
Appending "src" to $MAKE_SUBDIR
Making symbolic link to /Users/pg/Desktop/toto/xemacs/src/s
Making symbolic link to /Users/pg/Desktop/toto/xemacs/src/m
extra_objs = 'debug.o tests.o filelock.o dumper.o balloon_help.o
balloon-x.o dgif_lib.o gif_io.o menubar.o scrollbar.o dialog.o toolbar.o
menubar-x.o scrollbar-x.o dialog-x.o toolbar-x.o gui-x.o realpath.o
inline.o console-tty.o device-tty.o event-tty.o frame-tty.o objects-
tty.o redisplay-tty.o cm.o tparam.o event-unixoid.o database.o
process-unix.o'
c_switch_general = '-DHAVE_CONFIG_H'
c_switch_window_system = '-I/usr/X11R6/include'
c_switch_all = '-DHAVE_CONFIG_H -I/usr/X11R6/include'
ld_switch_general = ''
ld_switch_window_system = '-L/usr/X11R6/lib'
ld_switch_all = '-L/usr/X11R6/lib'
ld_libs_general = '-lcurses'
ld_libs_window_system = '-lXaw -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM
-lICE'
ld_libs_all = '-lXaw -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE
-lcurses'
Defining PREFIX_USER_DEFINED
Defining INHIBIT_SITE_LISP
Defining EMACS_CONFIGURATION = "powerpc-apple-darwin1.3.3"
Defining EMACS_CONFIG_OPTIONS = ""
Defining LD_SWITCH_X_SITE =
Defining LD_SWITCH_X_SITE_AUX =
Defining C_SWITCH_X_SITE =
Defining LD_SWITCH_SITE =
Defining C_SWITCH_SITE =
Defining GNU_MALLOC
Defining USE_GCC
Defining PDUMP
XEmacs 21.5-b1 "anise" configured for `powerpc-apple-darwin1.3.3'.
Compilation / Installation:
Source code location: /Users/pg/Desktop/toto/xemacs
Installation prefix: /usr/local
Not using any operating system description file
Not using any machine description file
Compiler: cc -g -O3 -Wall -Wno-switch
-Winline -Wmissing-prototypes -Wshadow -Wsign-compare -Wpointer-arith
Relocating allocator for buffers: default
GNU version of malloc: yes
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.
Compiling in support for the Athena widget set:
- Athena headers location: X11/Xaw
- Athena library to link: Xaw
Using Lucid menubars.
Using Lucid scrollbars.
Using Athena dialog boxes.
Using Athena native widgets.
TTY:
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
WARNING: -----------------------------------------------------------
WARNING: Compiling without PNG image support.
WARNING: You should strongly consider installing the PNG libraries.
WARNING: Otherwise certain images and glyphs may not display.
WARNING: (a copy may be found in
ftp://ftp.xemacs.org/pub/xemacs/aux)
WARNING: -----------------------------------------------------------
Sound:
Databases:
Compiling in support for DBM.
Internationalization:
Mail:
Compiling in support for "dot-locking" mail spool file locking method.
Other Features:
Using the new portable dumper.
Compiling in support for extra debugging code.
WARNING: ---------------------------------------------------------
WARNING: Compiling in support for runtime error checking.
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------
Appending "Makefile.in" to $ac_output_files
Appending "lib-src/Makefile.in" to $ac_output_files
Appending "lwlib/Makefile.in" to $ac_output_files
Appending "src/Makefile.in:src/Makefile.in.in:src/depend" to
$ac_output_files
creating ./config.status
creating Makefile.in
creating lib-src/Makefile.in
creating lwlib/Makefile.in
creating src/Makefile.in
creating src/paths.h
creating lib-src/config.values
creating src/config.h
creating lwlib/config.h
creating ./Makefile
creating ./GNUmakefile
creating lib-src/Makefile
creating lib-src/GNUmakefile
creating lwlib/Makefile
creating lwlib/GNUmakefile
creating src/Makefile
creating src/GNUmakefile
[localhost:~/Desktop/toto/xemacs] pg% make
Producing `src/Emacs.ad.h' from `etc/Emacs.ad'.
Resetting `src/sheap-adjust.h'.
cd ./lib-src && make all
cc -c -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wshadow
-Wsign-compare -Wpointer-arith -I. -I../src
-I/Users/pg/Desktop/toto/xemacs/lib-src
-I/Users/pg/Desktop/toto/xemacs/src -DHAVE_CONFIG_H
-I/usr/X11R6/include /Users/pg/Desktop/toto/xemacs/lib-src/gnuslib.c
/Users/pg/Desktop/toto/xemacs/lib-src/gnuslib.c: In function
`connect_to_internet_server':
/Users/pg/Desktop/toto/xemacs/lib-src/gnuslib.c:330: warning: comparison
between signed and unsigned
cc -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wshadow
-Wsign-compare -Wpointer-arith -I. -I../src
-I/Users/pg/Desktop/toto/xemacs/lib-src
-I/Users/pg/Desktop/toto/xemacs/src -DHAVE_CONFIG_H
-I/usr/X11R6/include /Users/pg/Desktop/toto/xemacs/lib-src/gnuclient.c
gnuslib.o -L/usr/X11R6/lib -lXau -lXmu -lXt -lXext -lX11 -lSM -lICE
-lcurses -o gnuclient
cc -c -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wshadow
-Wsign-compare -Wpointer-arith -I. -I../src
-I/Users/pg/Desktop/toto/xemacs/lib-src
-I/Users/pg/Desktop/toto/xemacs/src -DHAVE_CONFIG_H
/Users/pg/Desktop/toto/xemacs/lib-src/getopt.c
/Users/pg/Desktop/toto/xemacs/lib-src/getopt.c:950: warning: no previous
prototype for `getopt'
cc -c -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wshadow
-Wsign-compare -Wpointer-arith -I. -I../src
-I/Users/pg/Desktop/toto/xemacs/lib-src
-I/Users/pg/Desktop/toto/xemacs/src -DHAVE_CONFIG_H
/Users/pg/Desktop/toto/xemacs/lib-src/getopt1.c
cc -c -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wshadow
-Wsign-compare -Wpointer-arith -I. -I../src
-I/Users/pg/Desktop/toto/xemacs/lib-src
-I/Users/pg/Desktop/toto/xemacs/src -DHAVE_CONFIG_H \
-DINHIBIT_STRING_HEADER /Users/pg/Desktop/toto/xemacs/src/regex.c
/Users/pg/Desktop/toto/xemacs/src/regex.c: In function `regex_compile':
/Users/pg/Desktop/toto/xemacs/src/regex.c:2061: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:2076: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:2174: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:2188: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:2201: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:2226: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:2253: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:2266: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:2278: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:2295: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:2301: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:2309: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:2629: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:2679: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:2711: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:2756: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:2772: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:2800: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:2887: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:3027: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:3033: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:3038: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:3042: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:3046: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:3050: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:3054: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:3058: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:3118: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:3174: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:3179: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:3213: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c: In function `compile_range':
/Users/pg/Desktop/toto/xemacs/src/regex.c:3429: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c: In function
`re_compile_fastmap':
/Users/pg/Desktop/toto/xemacs/src/regex.c:3921: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c: In function `re_search_2':
/Users/pg/Desktop/toto/xemacs/src/regex.c:4132: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:4140: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c: In function
`re_match_2_internal':
/Users/pg/Desktop/toto/xemacs/src/regex.c:4619: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:4718: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:4744: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:4778: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:4810: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:4810: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:4831: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:5154: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:5165: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:5165: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:5320: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:5320: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:5373: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:5373: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:5543: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:5576: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:5576: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:5589: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:5589: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c:5900: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/src/regex.c: In function `regerror':
/Users/pg/Desktop/toto/xemacs/src/regex.c:6502: warning: comparison
between signed and unsigned
cc -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wshadow
-Wsign-compare -Wpointer-arith -I. -I../src
-I/Users/pg/Desktop/toto/xemacs/lib-src
-I/Users/pg/Desktop/toto/xemacs/src -DHAVE_CONFIG_H
-DVERSION='"21.5-b1"' /Users/pg/Desktop/toto/xemacs/lib-src/etags.c
getopt.o getopt1.o regex.o -lcurses -o etags
cc -DCTAGS -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wshadow -Wsign-compare -Wpointer-arith -I. -I../src
-I/Users/pg/Desktop/toto/xemacs/lib-src
-I/Users/pg/Desktop/toto/xemacs/src -DHAVE_CONFIG_H
-DVERSION='"21.5-b1"' /Users/pg/Desktop/toto/xemacs/lib-src/etags.c
getopt.o getopt1.o regex.o -lcurses -o ctags
cc -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wshadow
-Wsign-compare -Wpointer-arith -I. -I../src
-I/Users/pg/Desktop/toto/xemacs/lib-src
-I/Users/pg/Desktop/toto/xemacs/src -DHAVE_CONFIG_H
/Users/pg/Desktop/toto/xemacs/lib-src/b2m.c -lcurses -o b2m
cc -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wshadow
-Wsign-compare -Wpointer-arith -I. -I../src
-I/Users/pg/Desktop/toto/xemacs/lib-src
-I/Users/pg/Desktop/toto/xemacs/src -DHAVE_CONFIG_H
-DVERSION='"21.5-b1"' /Users/pg/Desktop/toto/xemacs/lib-src/ootags.c
getopt.o getopt1.o regex.o -lcurses -o ootags
/Users/pg/Desktop/toto/xemacs/lib-src/ootags.c: In function
`prolog_pred':
/Users/pg/Desktop/toto/xemacs/lib-src/ootags.c:4415: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/lib-src/ootags.c: In function
`erlang_func':
/Users/pg/Desktop/toto/xemacs/lib-src/ootags.c:4569: warning: comparison
between signed and unsigned
cc -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wshadow
-Wsign-compare -Wpointer-arith -I. -I../src
-I/Users/pg/Desktop/toto/xemacs/lib-src
-I/Users/pg/Desktop/toto/xemacs/src -DHAVE_CONFIG_H
-I/usr/X11R6/include /Users/pg/Desktop/toto/xemacs/lib-src/gnuserv.c
gnuslib.o -L/usr/X11R6/lib -lXau -lXmu -lXt -lXext -lX11 -lSM -lICE
-lcurses -o gnuserv
/Users/pg/Desktop/toto/xemacs/lib-src/gnuserv.c: In function `permitted':
/Users/pg/Desktop/toto/xemacs/lib-src/gnuserv.c:493: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/lib-src/gnuserv.c: In function
`setup_table':
/Users/pg/Desktop/toto/xemacs/lib-src/gnuserv.c:607: warning: comparison
between signed and unsigned
/Users/pg/Desktop/toto/xemacs/lib-src/gnuserv.c:633: warning: comparison
between signed and unsigned
cc -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wshadow
-Wsign-compare -Wpointer-arith -I. -I../src
-I/Users/pg/Desktop/toto/xemacs/lib-src
-I/Users/pg/Desktop/toto/xemacs/src -DHAVE_CONFIG_H
/Users/pg/Desktop/toto/xemacs/lib-src/fakemail.c -lcurses -o fakemail
/Users/pg/Desktop/toto/xemacs/lib-src/fakemail.c: In function
`make_file_preface':
/Users/pg/Desktop/toto/xemacs/lib-src/fakemail.c:321: warning: implicit
declaration of function `cuserid'
/Users/pg/Desktop/toto/xemacs/lib-src/fakemail.c:321: warning:
assignment makes pointer from integer without a cast
/usr/bin/ld: Undefined symbols:
_cuserid
make[1]: *** [fakemail] Error 1
make: *** [lib-src] Error 2