Hello:

I have been trying for some time to install emacs with fink on my machine, and I have always the same problem, whatever the configurations of my machine and whether I try the X version or not. Right now I have installed MacOS X 10.2, Darwin 6.0 and the last version of the Developper Tools (dec 2002).
Below you will find the end of the output I get when trying to install emacs21-nox. Things start to get wrong when I am compiling sysdep.c and there are more error messages when compiling fns.c and more and more messages afterwards.
Thank you for your help.
Sincerely,

Jérôme Jaffré


creating lib-src/Makefile
creating src/Makefile
make
if [ ! -f /sw/src/emacs21-nox-21.2-6/emacs-21.2/lisp/abbrev.elc ]; then \
make bootstrap; \
fi
cd lib-src; make all \
CC='gcc' CFLAGS='-g -O2' CPPFLAGS='-I/sw/include' \
LDFLAGS='-L/sw/lib' MAKE='make'
gcc -DHAVE_CONFIG_H -I. -I../src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/../src -L/sw/lib -I/sw/include -g -O2 -o test-distrib /sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/test-distrib.c
./test-distrib /sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/testfile
gcc -DHAVE_CONFIG_H -I. -I../src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/../src -L/sw/lib -I/sw/include -g -O2 /sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/make-docfile.c -o make-docfile
gcc -DHAVE_CONFIG_H -I. -I../src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/../src -L/sw/lib -I/sw/include -g -O2 /sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/profile.c -o profile
gcc -DHAVE_CONFIG_H -I. -I../src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/../src -L/sw/lib -I/sw/include -g -O2 /sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/digest-doc.c -o digest-doc
gcc -DHAVE_CONFIG_H -I. -I../src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/../src -L/sw/lib -I/sw/include -g -O2 /sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/sorted-doc.c -o sorted-doc
gcc -c -DHAVE_CONFIG_H -I. -I../src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/../src -I/sw/include -g -O2 -Demacs /sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/movemail.c
gcc -c -DHAVE_CONFIG_H -I. -I../src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/../src -I/sw/include -g -O2 /sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/pop.c
gcc -c -DHAVE_CONFIG_H -I. -I../src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/../src -I/sw/include -g -O2 /sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/getopt.c
gcc -c -DHAVE_CONFIG_H -I. -I../src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/../src -I/sw/include -g -O2 /sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/getopt1.c
gcc -DHAVE_CONFIG_H -I. -I../src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/../src -L/sw/lib -g -O2 movemail.o pop.o getopt.o getopt1.o -o movemail
gcc -DHAVE_CONFIG_H -I. -I../src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/../src -L/sw/lib -I/sw/include -g -O2 /sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/cvtmail.c -o cvtmail
gcc -DHAVE_CONFIG_H -I. -I../src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/../src -L/sw/lib -I/sw/include -g -O2 /sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/fakemail.c -o fakemail
gcc -DHAVE_CONFIG_H -I. -I../src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/../src -L/sw/lib -I/sw/include -g -O2 /sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/yow.c -o yow
gcc -DHAVE_CONFIG_H -I. -I../src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/../src -L/sw/lib -I/sw/include -g -O2 /sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/emacsserver.c -o emacsserver
gcc -DHAVE_CONFIG_H -I. -I../src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/../src -L/sw/lib -I/sw/include -g -O2 /sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/hexl.c -o hexl
gcc -c -DHAVE_CONFIG_H -I. -I../src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/../src -I/sw/include -g -O2 -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER /sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/../src/regex.c
gcc -DHAVE_CONFIG_H -I. -I../src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/../src -L/sw/lib -I/sw/include -g -O2 -DVERSION="\"21.2\"" /sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/etags.c getopt.o getopt1.o regex.o -o etags
gcc -DHAVE_CONFIG_H -I. -I../src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/../src -L/sw/lib -I/sw/include -g -O2 -DCTAGS -DVERSION="\"21.2\"" /sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/etags.c getopt.o getopt1.o regex.o -o ctags
gcc -DHAVE_CONFIG_H -I. -I../src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/../src -L/sw/lib -I/sw/include -g -O2 /sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/emacsclient.c getopt.o getopt1.o -DVERSION=`sed -n -e '/(defconst emacs-version/ s/^[^"]*\("[^"]*"\).*/\1/p' /sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/../lisp/version.el` -o emacsclient
gcc -DHAVE_CONFIG_H -I. -I../src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/../src -L/sw/lib -I/sw/include -g -O2 /sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/b2m.c -DVERSION="\"21.2\"" getopt.o getopt1.o -o b2m
gcc -DHAVE_CONFIG_H -I. -I../src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/../src -L/sw/lib -I/sw/include -g -O2 -DVERSION="\"21.2\"" /sw/src/emacs21-nox-21.2-6/emacs-21.2/lib-src/ebrowse.c getopt.o getopt1.o -o ebrowse
cd src; make all \
CC='gcc' CFLAGS='-g -O2' CPPFLAGS='-I/sw/include' \
LDFLAGS='-L/sw/lib' MAKE='make'
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 pre-crt0.c
touch stamp-oldxmenu
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 dispnew.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 frame.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 scroll.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 xdisp.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 xmenu.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 window.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 charset.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 coding.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 category.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 ccl.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 cm.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 term.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 xfaces.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 emacs.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 keyboard.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 macros.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 keymap.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 sysdep.c
/usr/include/sys/termios.h:229: warning: redefinition of macro B50
/usr/include/sys/ttydev.h:65: warning: this is the location of the previous definition
/usr/include/sys/termios.h:230: warning: redefinition of macro B75
/usr/include/sys/ttydev.h:66: warning: this is the location of the previous definition
/usr/include/sys/termios.h:231: warning: redefinition of macro B110
/usr/include/sys/ttydev.h:67: warning: this is the location of the previous definition
/usr/include/sys/termios.h:232: warning: redefinition of macro B134
/usr/include/sys/ttydev.h:68: warning: this is the location of the previous definition
/usr/include/sys/termios.h:233: warning: redefinition of macro B150
/usr/include/sys/ttydev.h:69: warning: this is the location of the previous definition
/usr/include/sys/termios.h:234: warning: redefinition of macro B200
/usr/include/sys/ttydev.h:70: warning: this is the location of the previous definition
/usr/include/sys/termios.h:235: warning: redefinition of macro B300
/usr/include/sys/ttydev.h:71: warning: this is the location of the previous definition
/usr/include/sys/termios.h:236: warning: redefinition of macro B600
/usr/include/sys/ttydev.h:72: warning: this is the location of the previous definition
/usr/include/sys/termios.h:237: warning: redefinition of macro B1200
/usr/include/sys/ttydev.h:73: warning: this is the location of the previous definition
/usr/include/sys/termios.h:238: warning: redefinition of macro B1800
/usr/include/sys/ttydev.h:74: warning: this is the location of the previous definition
/usr/include/sys/termios.h:239: warning: redefinition of macro B2400
/usr/include/sys/ttydev.h:75: warning: this is the location of the previous definition
/usr/include/sys/termios.h:240: warning: redefinition of macro B4800
/usr/include/sys/ttydev.h:76: warning: this is the location of the previous definition
/usr/include/sys/termios.h:241: warning: redefinition of macro B9600
/usr/include/sys/ttydev.h:77: warning: this is the location of the previous definition
/usr/include/sys/termios.h:248: warning: redefinition of macro B57600
/usr/include/sys/ttydev.h:80: warning: this is the location of the previous definition
/usr/include/sys/termios.h:250: warning: redefinition of macro B115200
/usr/include/sys/ttydev.h:81: warning: this is the location of the previous definition
/usr/include/sys/termios.h:252: warning: redefinition of macro EXTA
/usr/include/sys/ttydev.h:78: warning: this is the location of the previous definition
/usr/include/sys/termios.h:253: warning: redefinition of macro EXTB
/usr/include/sys/ttydev.h:79: warning: this is the location of the previous definition
sysdep.c: In function `init_baud_rate':
sysdep.c:391: warning: overflow in implicit constant conversion
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 buffer.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 filelock.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 insdel.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 marker.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 minibuf.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 fileio.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 dired.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 filemode.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 cmds.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 casetab.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 casefiddle.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 indent.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 search.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 regex.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 undo.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 alloc.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 data.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 doc.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 editfns.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 callint.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 eval.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 floatfns.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 fns.c
md5.h:89: bad attribute specification, expecting constant, found `__alignof__'
md5.h:105: bad attribute specification, expecting constant, found `size_t'
md5.h:106: syntax error, found `;'
fns.c:5001: illegal declaration, missing `;' after `)'
fns.c:5002: illegal external declaration, missing `;' after `;'
fns.c:5015: illegal external declaration, found `if'
fns.c:5015: illegal external declaration, missing `;' after `Lisp_Type'
fns.c:5015: illegal method selector, found `4'
fns.c:5078: illegal external declaration, found `else'
fns.c:5080: illegal external declaration, missing `;' after `Lisp_Type'
fns.c:5080: illegal method selector, found `4'
fns.c:5080: illegal method definition, missing `{' after `)'
fns.c:5080: illegal external declaration, found `while'
fns.c:5082: illegal external declaration, missing `;' after `void'
fns.c:5082: illegal external declaration, missing `;' after `*'
fns.c:5082: illegal external declaration, missing `;' after `int'
fns.c:5082: illegal external declaration, missing `;' after `int'
fns.c:5082: illegal method selector, found `4'
fns.c:5082: illegal method definition, missing `{' after `)'
fns.c:5084: illegal external declaration, found `if'
fns.c:5084: illegal method selector, found `0'
fns.c:5085: illegal method definition, missing `{' after `)'
fns.c:5086: illegal external declaration, found `else'
fns.c:5088: illegal external declaration, missing `;' after `Lisp_Type'
fns.c:5088: illegal method selector, found `4'
fns.c:5088: illegal method definition, missing `{' after `)'
fns.c:5088: illegal external declaration, found `else'
fns.c:5088: illegal external declaration, missing `;' after `Lisp_Type'
fns.c:5088: illegal method selector, found `4'
fns.c:5088: illegal method definition, missing `{' after `)'
fns.c:5088: illegal external declaration, found `while'
fns.c:5089: illegal external declaration, missing `;' after `int'
fns.c:5089: syntax error, found `32'
fns.c:5089: illegal method selector, found `)'
fns.c:5089: illegal method definition, missing `{' after `)'
fns.c:5092: illegal external declaration, found `if'
fns.c:5092: illegal method selector, found `0'
fns.c:5093: illegal method definition, missing `{' after `)'
fns.c:5094: illegal external declaration, found `else'
fns.c:5096: illegal external declaration, missing `;' after `Lisp_Type'
fns.c:5096: illegal method selector, found `4'
fns.c:5096: illegal method definition, missing `{' after `)'
fns.c:5096: illegal external declaration, found `else'
fns.c:5096: illegal external declaration, missing `;' after `Lisp_Type'
fns.c:5096: illegal method selector, found `4'
fns.c:5096: illegal method definition, missing `{' after `)'
fns.c:5096: illegal external declaration, found `while'
fns.c:5097: illegal external declaration, missing `;' after `int'
fns.c:5097: syntax error, found `32'
fns.c:5097: illegal method selector, found `)'
fns.c:5097: illegal method definition, missing `{' after `)'
fns.c:5100: illegal external declaration, found `if'
fns.c:5106: illegal method selector, found `0'
fns.c:5171: illegal external declaration, found `if'
fns.c:5171: illegal external declaration, missing `;' after `void'
fns.c:5171: illegal external declaration, missing `;' after `*'
fns.c:5171: illegal external declaration, missing `;' after `int'
fns.c:5171: illegal external declaration, missing `;' after `int'
fns.c:5171: illegal method selector, found `4'
fns.c:5172: illegal method definition, missing `{' after `)'
fns.c:5175: illegal function prototype, found `('
fns.c:5175: illegal function definition, found `)'
fns.c:5175: illegal external declaration, missing `;' after `*'
fns.c:5175: illegal external declaration, missing `;' after `int'
fns.c:5175: illegal external declaration, missing `;' after `int'
fns.c:5175: illegal method selector, found `4'
fns.c:5177: illegal method definition, missing `{' after `)'
fns.c:5179: illegal external declaration, found `for'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 print.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 lread.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 abbrev.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 syntax.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 unexdyld.c
unexdyld.c:27: warning: could not use precompiled header '/usr/include/libc-gcc3.p', because:
unexdyld.c:27: warning: macro 'mktime' defined by config.h conflicts with precomp
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 mocklisp.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 bytecode.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 process.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 callproc.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 region-cache.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 sound.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 atimer.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 doprnt.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 strftime.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 intervals.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 textprop.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 composite.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 md5.c
md5.h:89: bad attribute specification, expecting constant, found `__alignof__'
md5.h:105: bad attribute specification, expecting constant, found `size_t'
md5.h:106: syntax error, found `;'
md5.c:72: illegal declaration, missing `;' after `)'
md5.c:73: illegal external declaration, missing `;' after `;'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 termcap.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 tparam.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 lastfile.c
gcc -c -I/sw/include -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 mktime.c
gcc -Demacs -DHAVE_CONFIG_H -I. -I/sw/src/emacs21-nox-21.2-6/emacs-21.2/src -g -O2 -L/sw/lib /sw/src/emacs21-nox-21.2-6/emacs-21.2/src/prefix-args.c -o prefix-args
gcc -L/sw/lib -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o charset.o coding.o category.o ccl.o cm.o term.o xfaces.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o print.o lread.o abbrev.o syntax.o unexdyld.o mocklisp.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o termcap.o tparam.o lastfile.o mktime.o
ld: warning multiple definitions of symbol _abort
emacs.o private external definition of _abort in section (__TEXT,__text)
/usr/lib/libSystem.dylib(abort.So) definition of _abort
ld: Undefined symbols:
_BC
_UP
_PC
make[1]: *** [temacs] Error 1
make: *** [src] Error 2
### execution of failed, exit code 2
Failed: compiling emacs21-nox-21.2-6 failed


--
Package manager version: 0.10.0
Distribution version: 0.4.1
Mac OS X version: 10.2
December 2002 Developer Tools
gcc version: 3.1
make version: 3.79
Feedback Courtesy of FinkCommander




--
----------------------------------------------------------
Jérôme Jaffré Projet Estime
INRIA-Rocquencourt Tél: +33-1-39 63 53 54
BP 105 Fax: +33-1-39 63 58 84
78153 Le Chesnay cedex Mél: [EMAIL PROTECTED]
France




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to