[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 199.14



>>>>> "MF" == Matthew Flatt <mflatt@cs.utah.edu> writes:

    MF> The v200-tagged code in CVS for MzScheme and MrEd is now
    MF> version 199.14.  Changes:

Please try to compile it with --enable-osthreads.  On both Solaris and
Linux it immediately gives

make[5]: Entering directory `/var/tmp/alexm/plt-linux-build/src/mzscheme/src'
gcc -g -O2 -Wall   -DLINUX_THREADS -D_REENTRANT  -I./../include -c ./bignum.c -o bignum.o
./bignum.c: In function `bignum_multiply':
./bignum.c:507: warning: implicit declaration of function `SCHEME_GET_CURRENT_THREAD'
./bignum.c:507: invalid type argument of `->'
./bignum.c:508: invalid type argument of `->'
./bignum.c: In function `scheme_bignum_use_fuel':
./bignum.c:1203: invalid type argument of `->'
make[5]: *** [bignum.o] Error 1

There is only one instance of `SCHEME_GET_CURRENT_THREAD', and it
seems to be a little bug that is best fixed by authors.


Thank you,

--alexm