Package Details: ucb-scheme 1.3.6-3

Package Base: ucb-scheme
Description: UCB Scheme is a modified version of STk 4.0.1. Very good for learning scheme with the video course provided by U. Cal. Berkeley. With codes and modifications for the books: Simply scheme and Exploring scheme. Tools include Envdraw,stk-simply ... .
Upstream URL: http://www-inst.eecs.berkeley.edu/~scheme
Category: devel
Licenses: GPL
Submitter: perlawk
Maintainer: perlawk
Last Packager: None
Votes: 3
First Submitted: 2010-08-26 10:08
Last Updated: 2013-12-27 15:42

Dependencies (0)

Required by (0)

Sources

Latest Comments

Comment by gajjanag

2015-07-12 00:04

Does not build, linker errors (short excerpt):

mpn-submul_1.c:(.text+0x160): multiple definition of `__gmpn_sub_1'
../Gmp/libgmp.a(mpz-add.o):mpz-add.c:(.text+0x160): first defined here
../Gmp/libgmp.a(mpn-submul_1.o): In function `__gmpn_sub':
mpn-submul_1.c:(.text+0x1d0): multiple definition of `__gmpn_sub'
../Gmp/libgmp.a(mpz-add.o):mpz-add.c:(.text+0x1d0): first defined here
unix.o: In function `STk_temporary_file_name':
unix.c:(.text+0x15f4): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
collect2: error: ld returned 1 exit status
Makefile:112: recipe for target 'stk' failed
make[1]: *** [stk] Error 1
make[1]: Leaving directory '/tmp/gajjanag/yaourt-tmp-gajjanag/aur-ucb-scheme/src/stk/Src'
Makefile:73: recipe for target 'src-dir' failed
make: *** [src-dir] Error 2