Hi Arto. That is very strange. string-upcase is included in SRFI-13, which I included in cocoa.scm (hopefully correctly) using (require-for-syntax 'srfi-13). This works for me on 2.207 and there have been at least a couple people successfully building it on 2.216. I just built it again as I wrote this.
Does anybody else have ideas as to the problem? On 2/12/06, Arto Bendiken <[EMAIL PROTECTED]> wrote: > $ sudo chicken-setup objc > ... > /opt/local/bin/csc -feature compiling-extension -s cocoa.scm -objc > -O2 -d1 -framework Cocoa -X ./objc.scm > Error: during expansion of (define-ns:struct->locative ...) - unbound > variable: string-upcase > Please find attached the full build log which contains a call trace > etc. I'm using Mac OS X 10.4.4, gcc 4.0 from Apple's development > tools, and the installed Chicken version is: version 2, build 216 - > macosx-unix-gnu-ppc - [ dload ptables ] _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
