[cc65] Building latest snapshot failed

From: Johan Andersson <johanandersson1mac.com>
Date: 2005-06-19 21:16:22
Hi,

I just tried to build the latest snapshot of CC65 (20050609) using  
GCC 4.0 on my Mac running OS X 10.4 (Tiger) and it failed. Are there  
any special requirements for building CC65 on OS X? Browsing through  
the mailing list archive it appear to have been done earlier.

Regards,

Johan Andersson

The output from the compiler when the build failed:

Creating dependency information
gcc -I../common -MM dump.c error.c fileio.c global.c main.c > .depend
gcc -O2 -g -Wall -W -I../common   -c -o dump.o dump.c
gcc -O2 -g -Wall -W -I../common   -c -o error.o error.c
gcc -O2 -g -Wall -W -I../common   -c -o fileio.o fileio.c
gcc -O2 -g -Wall -W -I../common   -c -o global.o global.c
gcc -O2 -g -Wall -W -I../common   -c -o main.o main.c
gcc  -o od65 -O2 -g -Wall -W -I../common dump.o error.o fileio.o  
global.o main.o ../common/common.a
for tgt in apple2 apple2enh atari atmos c16 c128 c64 cbm510 cbm610  
geos lynx nes pet plus4 supervision vic20; do            \
     make clean "$tgt"lib || exit 1;     \
done
for i in apple2 common runtime conio dbg em joystick tgi zlib; do \
             make SYS=apple2 -C $i || exit 1; \
     ../src/ar65/ar65 a apple2.lib $i/*.o;\
done
make -C ../runtime/ zeropage.o
rm apple2-280-192-6.o apple2-stdjoy.o apple2-40-40-16.o apple2-lc.o
ar65: Warning: Library `apple2.lib' not found - will be created
_aligned_malloc.c(68): Error: Identifier expected
_aligned_malloc.c(68): Warning: Implicit `int' is an obsolete feature
_aligned_malloc.c(68): Error: `;' expected
_aligned_malloc.c(68): Error: Identifier expected
_aligned_malloc.c(68): Warning: Implicit `int' is an obsolete feature
_aligned_malloc.c(68): Error: `;' expected
_aligned_malloc.c(68): Error: Identifier expected
_aligned_malloc.c(68): Warning: Implicit `int' is an obsolete feature
_aligned_malloc.c(68): Error: `;' expected
_aligned_malloc.c(68): Error: Identifier expected
_aligned_malloc.c(68): Warning: Implicit `int' is an obsolete feature
_aligned_malloc.c(68): Error: `;' expected
_aligned_malloc.c(68): Error: Identifier expected
_aligned_malloc.c(68): Warning: Implicit `int' is an obsolete feature
_aligned_malloc.c(68): Error: `;' expected
_aligned_malloc.c(68): Error: Identifier expected
_aligned_malloc.c(68): Fatal: Too many errors
make[3]: *** [_aligned_malloc.o] Error 1
make[2]: *** [apple2lib] Error 1
make[1]: *** [all] Error 1
make: *** [libs] Error 2


----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Sun Jun 19 21:16:35 2005

This archive was generated by hypermail 2.1.8 : 2005-06-19 21:16:38 CEST