[CM] Cmdist Digest, Vol 140, Issue 4
James Hearon
j_hearon at hotmail.com
Fri Jan 10 10:01:14 PST 2020
re: CM_patterns.scm, unbound variable
Yes, I always forget to reset *load-path* in my .snd_prefs_s7. I'm always surprised too, how it gets my attention.
(if (not (member "/opt/snd-20" *load-path*)) (set! *load-path* (cons "/opt/snd-20" *load-path*)))
Thank you,
Jim
________________________________
From: cmdist-bounces at ccrma.Stanford.EDU <cmdist-bounces at ccrma.Stanford.EDU> on behalf of cmdist-request at ccrma.Stanford.EDU <cmdist-request at ccrma.Stanford.EDU>
Sent: Wednesday, January 8, 2020 8:00 PM
To: cmdist at ccrma.Stanford.EDU <cmdist at ccrma.Stanford.EDU>
Subject: Cmdist Digest, Vol 140, Issue 4
Send Cmdist mailing list submissions to
cmdist at ccrma.stanford.edu
To subscribe or unsubscribe via the World Wide Web, visit
https://cm-mail.stanford.edu/mailman/listinfo/cmdist
or, via email, send a message with subject or body 'help' to
cmdist-request at ccrma.stanford.edu
You can reach the person managing the list at
cmdist-owner at ccrma.stanford.edu
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Cmdist digest..."
Today's Topics:
1. snd 20.0 (James Hearon)
2. Re: snd 20.0 (bil at ccrma.Stanford.EDU)
----------------------------------------------------------------------
Message: 1
Date: Wed, 8 Jan 2020 18:00:26 +0000
From: James Hearon <j_hearon at hotmail.com>
To: "cmdist at ccrma.stanford.edu" <cmdist at ccrma.Stanford.EDU>
Subject: [CM] snd 20.0
Message-ID:
<DM6PR10MB422055A88C8ABB1358B56691E53E0 at DM6PR10MB4220.namprd10.prod.outlook.com>
Content-Type: text/plain; charset="iso-8859-1"
Hi,
I'm getting a new error on CM_patterns.scm I haven't seen before. I upgraded to f31, snd20.0 recently.
I could have missed something in all that and will double ck.
>define-record-type: unbound variable
"/opt/snd-20/CM_patterns.scm"[189]: (define-record-type)
Regards,
Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cm-mail.stanford.edu/mailman/private/cmdist/attachments/20200108/ae20fbb8/attachment-0001.html>
------------------------------
Message: 2
Date: Wed, 08 Jan 2020 11:35:04 -0800
From: bil at ccrma.Stanford.EDU
To: James Hearon <j_hearon at hotmail.com>
Cc: cmdist at ccrma.Stanford.EDU
Subject: Re: [CM] snd 20.0
Message-ID: <dbe3c3f8eac9a0de89f0e4e0b095bada at ccrma.stanford.edu>
Content-Type: text/plain; charset=US-ASCII; format=flowed
It seems to be ok for me -- you may have to add
a *load-path* entry so that autoload can find
r7rs.scm. CM_patterns.scm has
(require r7rs.scm) ; has the define-record-type definition
so I would first try changing that to
(load "r7rs.scm")
where you include the path to r7rs.scm -- if that works,
add that path to *load-path*.
------------------------------
_______________________________________________
Cmdist mailing list
Cmdist at ccrma.stanford.edu
https://cm-mail.stanford.edu/mailman/listinfo/cmdist
End of Cmdist Digest, Vol 140, Issue 4
**************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cm-mail.stanford.edu/mailman/private/cmdist/attachments/20200110/3ece9f62/attachment-0001.html>
More information about the Cmdist
mailing list