<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
re: CM_patterns.scm, unbound variable</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Yes, I always forget to reset *load-path* in my .snd_prefs_s7. I'm always surprised too, how it gets my attention.</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
(if (not (member "/opt/snd-20" *load-path*)) (set! *load-path* (cons "/opt/snd-20" *load-path*)))</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thank you,</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Jim<br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> cmdist-bounces@ccrma.Stanford.EDU <cmdist-bounces@ccrma.Stanford.EDU> on behalf of cmdist-request@ccrma.Stanford.EDU <cmdist-request@ccrma.Stanford.EDU><br>
<b>Sent:</b> Wednesday, January 8, 2020 8:00 PM<br>
<b>To:</b> cmdist@ccrma.Stanford.EDU <cmdist@ccrma.Stanford.EDU><br>
<b>Subject:</b> Cmdist Digest, Vol 140, Issue 4</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Send Cmdist mailing list submissions to<br>
cmdist@ccrma.stanford.edu<br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="https://cm-mail.stanford.edu/mailman/listinfo/cmdist">https://cm-mail.stanford.edu/mailman/listinfo/cmdist</a><br>
or, via email, send a message with subject or body 'help' to<br>
cmdist-request@ccrma.stanford.edu<br>
<br>
You can reach the person managing the list at<br>
cmdist-owner@ccrma.stanford.edu<br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Cmdist digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. snd 20.0 (James Hearon)<br>
2. Re: snd 20.0 (bil@ccrma.Stanford.EDU)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 8 Jan 2020 18:00:26 +0000<br>
From: James Hearon <j_hearon@hotmail.com><br>
To: "cmdist@ccrma.stanford.edu" <cmdist@ccrma.Stanford.EDU><br>
Subject: [CM] snd 20.0<br>
Message-ID:<br>
<DM6PR10MB422055A88C8ABB1358B56691E53E0@DM6PR10MB4220.namprd10.prod.outlook.com><br>
<br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Hi,<br>
I'm getting a new error on CM_patterns.scm I haven't seen before. I upgraded to f31, snd20.0 recently.<br>
I could have missed something in all that and will double ck.<br>
>define-record-type: unbound variable<br>
"/opt/snd-20/CM_patterns.scm"[189]: (define-record-type)<br>
Regards,<br>
Jim<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="https://cm-mail.stanford.edu/mailman/private/cmdist/attachments/20200108/ae20fbb8/attachment-0001.html">https://cm-mail.stanford.edu/mailman/private/cmdist/attachments/20200108/ae20fbb8/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 08 Jan 2020 11:35:04 -0800<br>
From: bil@ccrma.Stanford.EDU<br>
To: James Hearon <j_hearon@hotmail.com><br>
Cc: cmdist@ccrma.Stanford.EDU<br>
Subject: Re: [CM] snd 20.0<br>
Message-ID: <dbe3c3f8eac9a0de89f0e4e0b095bada@ccrma.stanford.edu><br>
Content-Type: text/plain; charset=US-ASCII; format=flowed<br>
<br>
It seems to be ok for me -- you may have to add<br>
a *load-path* entry so that autoload can find<br>
r7rs.scm. CM_patterns.scm has<br>
<br>
(require r7rs.scm) ; has the define-record-type definition<br>
<br>
so I would first try changing that to<br>
<br>
(load "r7rs.scm")<br>
<br>
where you include the path to r7rs.scm -- if that works,<br>
add that path to *load-path*.<br>
<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Cmdist mailing list<br>
Cmdist@ccrma.stanford.edu<br>
<a href="https://cm-mail.stanford.edu/mailman/listinfo/cmdist">https://cm-mail.stanford.edu/mailman/listinfo/cmdist</a><br>
<br>
<br>
End of Cmdist Digest, Vol 140, Issue 4<br>
**************************************<br>
<br>
</div>
</span></font></div>
</body>
</html>