Any hope of this build working?
Bonus points if I end up with lisp integers that are more than 32 bits.
make distclean ; hg fetch
pulling from
http://hg.debian.org/hg/xemacs/xemacs-carbon2
searching for changes
adding changesets
adding manifests
adding file changes
added 134 changesets with 433 changes to 118 files
118 files updated, 0 files merged, 0 files removed, 0 files unresolved
./configure --prefix=$HOME/Desktop/XEmacs.app \
--with-carbon --without-kkcc --without-mc-alloc \
--with-mule --without-ldap --enable-error-checking=none \
--with-optimization --with-cflags-optimization=-O2
configure: WARNING: Unrecognized options: --with-carbon, --without-
kkcc, --without-mc-alloc, --with-mule, --without-ldap, --enable-error-
checking, --with-optimization, --with-cflags-optimization
[ these options are still mentioned in configure --help, however ]
make
...
gcc -c -I/Users/jwz/src/xemacs/xemacs-carbon2/carbon/xpm -Wall -Wno-
switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-
arith -Wunused-parameter -g -O2 -Demacs -I. -I/Users/jwz/src/xemacs/
xemacs-carbon2/src -DHAVE_CONFIG_H -std=c99 event-carbon.c
event-carbon.c: In function 'current_time_milliseconds':
event-carbon.c:117: warning: passing argument 3 of 'WideDivide' from
incompatible pointer type
event-carbon.c: In function 'open_documents_ae_handler':
event-carbon.c:185: error: 'typeFSS' undeclared (first use in this
function)
event-carbon.c:185: error: (Each undeclared identifier is reported
only once
event-carbon.c:185: error: for each function it appears in.)
event-carbon.c:189: warning: implicit declaration of function
'FSpMakeFSRef'
event-carbon.c: In function 'retranslate_keycode':
event-carbon.c:302: warning: implicit declaration of function
'KLGetCurrentKeyboardLayout'
event-carbon.c:306: warning: implicit declaration of function
'KLGetKeyboardLayoutProperty'
event-carbon.c:326: warning: implicit declaration of function
'KeyTranslate'
event-carbon.c: In function 'text_input_event_handler':
event-carbon.c:416: warning: passing argument 6 of 'GetEventParameter'
from incompatible pointer type
event-carbon.c: In function 'handle_menubar_event':
event-carbon.c:480: warning: implicit declaration of function
'FindWindow'
event-carbon.c:483: warning: implicit declaration of function
'MenuSelect'
event-carbon.c: In function 'debug_print_event':
event-carbon.c:494: warning: format '%lu' expects type 'long unsigned
int', but argument 2 has type 'UInt32'
event-carbon.c: In function 'handle_apple_event':
event-carbon.c:502: warning: implicit declaration of function
'ConvertEventRefToEventRecord'
event-carbon.c: In function 'timer_proc':
event-carbon.c:763: warning: cast from pointer to integer of different
size
event-carbon.c: In function 'emacs_carbon_add_timeout':
event-carbon.c:787: warning: cast from pointer to integer of different
size
event-carbon.c: In function 'remove_timeout_mapper':
event-carbon.c:794: warning: cast from pointer to integer of different
size
event-carbon.c: In function 'emacs_carbon_remove_timeout':
event-carbon.c:800: warning: cast to pointer from integer of different
size
event-carbon.c:806: warning: cast to pointer from integer of different
size
event-carbon.c: In function 'emacs_carbon_current_event_timestamp':
event-carbon.c:882: warning: passing argument 3 of 'WideDivide' from
incompatible pointer type
make[1]: *** [event-carbon.o] Error 1
make: *** [src] Error 2
10.588u 1.310s 0:14.39 82.6% 0+0k 51+208io 0pf+0w
Exit 2
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta