From: MagerValp (MagerValp_at_cling.gu.se)
Date: 2001-10-14 13:29:14
>>>>> "UvB" == Ullrich von Bassewitz <uz_at_musoftware.de> writes: UvB> ftp://ftp.musoftware.de/pub/uz/cc65/ UvB> Thanks to all who helped developing and testing this release! I'm afraid I didn't have time to test the beta earlier, and I get the following error when trying to compile the libraries on a Solaris 8 machine: CC=../../../src/cc65/cc65 \ AS=../../../src/ca65/ca65 \ AR=../../src/ar65/ar65 \ CFLAGS="-Osir -g -T -t geos -I../../include" \ AFLAGS="-t geos" \ gmake -C geos || exit 1 gmake[2]: Entering directory `/ufs/local/src/cc65-2.7.0/libsrc/geos' gmake[3]: Entering directory `/ufs/local/src/cc65-2.7.0/libsrc/geos/common' abort.c(9): Error: Include file `stdlib.h' not found abort.c(10): Error: Include file `geos.h' not found abort.c(14): Warning: Function call without a prototype abort.c(14): Error: Undefined symbol: `CBOLDON' abort.c(14): Error: `)' expected abort.c(14): Error: `;' expected abort.c(14): Error: `;' expected abort.c(14): Error: Undefined symbol: `CPLAINTEXT' abort.c(14): Error: `;' expected abort.c(14): Error: Expression expected abort.c(14): Error: `;' expected abort.c(14): Error: Expression expected abort.c(14): Fatal: Too many errors gmake[3]: *** [abort.o] Error 1 It still compiles the rest of the stuff, and generates the following libraries: malachai(26)> ls -l *.lib -rw-r--r-- 1 pelle staff 297982 Oct 14 13:06 apple2.lib -rw-r--r-- 1 pelle staff 739800 Oct 14 13:07 atari.lib -rw-r--r-- 1 pelle staff 351133 Oct 14 13:07 c128.lib -rw-r--r-- 1 pelle staff 359364 Oct 14 13:07 c64.lib -rw-r--r-- 1 pelle staff 383817 Oct 14 13:07 cbm510.lib -rw-r--r-- 1 pelle staff 360353 Oct 14 13:08 cbm610.lib -rw-r--r-- 1 pelle staff 274726 Oct 14 13:09 geos.lib -rw-r--r-- 1 pelle staff 323235 Oct 14 13:10 pet.lib -rw-r--r-- 1 pelle staff 327642 Oct 14 13:10 plus4.lib malachai(27)> cksum *.lib 1316417084 297982 apple2.lib 344311704 739800 atari.lib 4244432698 351133 c128.lib 4269306921 359364 c64.lib 312727141 383817 cbm510.lib 4218750804 360353 cbm610.lib 483025335 274726 geos.lib 1915580379 323235 pet.lib 3410494488 327642 plus4.lib I'm suspecting that geos.lib won't work too well, but I don't even have GEOS so I can't tell. And here's a patch to fix another small bug... :) *** version.org Thu Oct 11 15:16:46 2001 --- version.h Sun Oct 14 13:26:30 2001 *************** *** 45,52 **** #define VER_MAJOR 2U ! #define VER_MINOR 6U ! #define VER_PATCH 9U --- 45,52 ---- #define VER_MAJOR 2U ! #define VER_MINOR 7U ! #define VER_PATCH 0U -- ___ . . . . . + . . o _|___|_ + . + . + . . Per Olofsson, konstnär o-o . . . o + MagerValp_at_cling.gu.se - + + . http://www.cling.gu.se/~cl3polof/ ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2001-12-14 22:05:42 CET