<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">thanks so much!!! looks like i did a proper install.  im gonna read the miniaudicle documentation and hopefully start doing some chucking soon!<br><br>--- On <b>Tue, 8/2/11, Joel Matthys <i><jwmatthys@yahoo.com></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Joel Matthys <jwmatthys@yahoo.com><br>Subject: Re: [chuck-users] need help installing chuck<br>To: chuck-users@lists.cs.princeton.edu<br>Date: Tuesday, August 2, 2011, 1:41 AM<br><br><div id="yiv969863831">


  
  

 
Oops, I see that you did navigate to your downloads folder correctly.<br>
<br>
Just to be sure, you didn't type "%>chuck" did you? The "%>" is meant to represent the computer's line prompt.<br>
<br>
All YOU have to type is:<br>
<br>
chuck<br>
<br>
and hit enter. Now do you get the whole "no input files" thing?<br>
<br>
Joel<br>
<br>
<br>
<br>
On Tue, 2011-08-02 at 01:09 -0400, chuck-users-request@lists.cs.princeton.edu wrote:
<blockquote type="CITE">
<pre>Send chuck-users mailing list submissions to
        <a rel="nofollow" ymailto="mailto:chuck-users@lists.cs.princeton.edu" target="_blank" href="mailto:chuck-users@lists.cs.princeton.edu">chuck-users@lists.cs.princeton.edu</a>

To subscribe or unsubscribe via the World Wide Web, visit
        <a rel="nofollow" target="_blank" href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a>
or, via email, send a message with subject or body 'help' to
        <a rel="nofollow" ymailto="mailto:chuck-users-request@lists.cs.princeton.edu" target="_blank" href="mailto:chuck-users-request@lists.cs.princeton.edu">chuck-users-request@lists.cs.princeton.edu</a>

You can reach the person managing the list at
        <a rel="nofollow" ymailto="mailto:chuck-users-owner@lists.cs.princeton.edu" target="_blank" href="mailto:chuck-users-owner@lists.cs.princeton.edu">chuck-users-owner@lists.cs.princeton.edu</a>

When replying, please edit your Subject line so it is more specific
than "Re: Contents of chuck-users digest..."
Today's Topics:

   1. Re: need help installing chuck (SA NALEWALKE)
   2. Re: need help installing chuck (Jonas Zeleninsky)
   3. Re: need help installing chuck (Hans Aberg)
   4. Re: need help installing chuck (SA NALEWALKE)
</pre>
    <table cellspacing="0" cellpadding="0" border="1">
<tbody><tr>
<td>
<font size="2">MHTML Document attachment</font>
</td>
</tr>
</tbody></table>
    <blockquote type="CITE">
        -------- Forwarded Message --------<br>
        <b>From</b>: SA NALEWALKE <<a rel="nofollow" ymailto="mailto:SA%20NALEWALKE%20%3chybridmoments227@verizon.net%3e" target="_blank" href="mailto:SA%20NALEWALKE%20%3chybridmoments227@verizon.net%3e">hybridmoments227@verizon.net</a>><br>
        <b>Reply-to</b>: ChucK Users Mailing List <chuck-users@lists.cs.princeton.edu><br>
        <b>To</b>: ChucK Users Mailing List <<a rel="nofollow" ymailto="mailto:ChucK%20Users%20Mailing%20List%20%3cchuck-users@lists.cs.princeton.edu%3e" target="_blank" href="mailto:ChucK%20Users%20Mailing%20List%20%3cchuck-users@lists.cs.princeton.edu%3e">chuck-users@lists.cs.princeton.edu</a>><br>
        <b>Subject</b>: Re: [chuck-users] need help installing chuck<br>
        <b>Date</b>: Mon, 1 Aug 2011 11:09:08 -0700 (PDT)<br>
        <br>
        <table cellspacing="0" cellpadding="0">
<tbody><tr>
<td valign="top">
sorry about that, didnt mean to be rude.  i downloaded the executable, opened it, and looked at the files in the finder.  the main folder is called chuck-1.2.1.3-exe.  so i typed this command in the terminal:
<br>
<br>
%>cd chuck-1.2.1.3-exe/bin
<br>
<br>
but i got an error that says no such job.  any ideas what i might have done wrong? thanks.
</td>
</tr>
</tbody></table>
    </blockquote>
    <table cellspacing="0" cellpadding="0" border="1">
<tbody><tr>
<td>
<font size="2">MHTML Document attachment</font>
</td>
</tr>
</tbody></table>
    <blockquote type="CITE">
        -------- Forwarded Message --------<br>
        <b>From</b>: Jonas Zeleninsky <<a rel="nofollow" ymailto="mailto:Jonas%20Zeleninsky%20%3cmrqwaxgo@gmail.com%3e" target="_blank" href="mailto:Jonas%20Zeleninsky%20%3cmrqwaxgo@gmail.com%3e">mrqwaxgo@gmail.com</a>><br>
        <b>Reply-to</b>: ChucK Users Mailing List <chuck-users@lists.cs.princeton.edu><br>
        <b>To</b>: ChucK Users Mailing List <<a rel="nofollow" ymailto="mailto:ChucK%20Users%20Mailing%20List%20%3cchuck-users@lists.cs.princeton.edu%3e" target="_blank" href="mailto:ChucK%20Users%20Mailing%20List%20%3cchuck-users@lists.cs.princeton.edu%3e">chuck-users@lists.cs.princeton.edu</a>><br>
        <b>Subject</b>: Re: [chuck-users] need help installing chuck<br>
        <b>Date</b>: Mon, 1 Aug 2011 20:13:56 +0200<br>
        <br>
<pre>Get to the folder first:

cd chuck-1.2.1.3-exe/bin/

then

sudo cp chuck /usr/bin/

and 

sudo chmod 755 /usr/bin/chuck

You will get asked for your password for the last two - that is ok, you are installing it into your system.
Than you can go to the folder with examples and try it out:

chuck name_of_the_example.ck

On 1.8.2011, at 20:09, SA NALEWALKE wrote:

> sorry about that, didnt mean to be rude.  i downloaded the executable, opened it, and looked at the files in the finder.  the main folder is called chuck-1.2.1.3-exe.  so i typed this command in the terminal:

> %>cd chuck-1.2.1.3-exe/bin

> but i got an error that says no such job.  any ideas what i might have done wrong? thanks.
> _______________________________________________
> chuck-users mailing list
> <a rel="nofollow" ymailto="mailto:chuck-users@lists.cs.princeton.edu" target="_blank" href="mailto:chuck-users@lists.cs.princeton.edu">chuck-users@lists.cs.princeton.edu</a>
> <a rel="nofollow" target="_blank" href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a>


</pre>
    </blockquote>
    <table cellspacing="0" cellpadding="0" border="1">
<tbody><tr>
<td>
<font size="2">MHTML Document attachment</font>
</td>
</tr>
</tbody></table>
    <blockquote type="CITE">
        -------- Forwarded Message --------<br>
        <b>From</b>: Hans Aberg <<a rel="nofollow" ymailto="mailto:Hans%20Aberg%20%3chaberg-1@telia.com%3e" target="_blank" href="mailto:Hans%20Aberg%20%3chaberg-1@telia.com%3e">haberg-1@telia.com</a>><br>
        <b>Reply-to</b>: ChucK Users Mailing List <chuck-users@lists.cs.princeton.edu><br>
        <b>To</b>: ChucK Users Mailing List <<a rel="nofollow" ymailto="mailto:ChucK%20Users%20Mailing%20List%20%3cchuck-users@lists.cs.princeton.edu%3e" target="_blank" href="mailto:ChucK%20Users%20Mailing%20List%20%3cchuck-users@lists.cs.princeton.edu%3e">chuck-users@lists.cs.princeton.edu</a>><br>
        <b>Subject</b>: Re: [chuck-users] need help installing chuck<br>
        <b>Date</b>: Mon, 1 Aug 2011 22:57:08 +0200<br>
        <br>
<pre>On 1 Aug 2011, at 20:13, Jonas Zeleninsky wrote:

> Get to the folder first:

> cd chuck-1.2.1.3-exe/bin/

> then

> sudo cp chuck /usr/bin/

It seems that on Mac OS X 10.6.8, this can be replaced by
  sudo cp chuck /usr/local/bin/
as this directory is included in
  echo $PATH

> and 

> sudo chmod 755 /usr/bin/chuck

And this unnecessary, as one is copying it (and it it is correctly set when unpacking with 'tar -xzf').

Hans





</pre>
    </blockquote>
    <table cellspacing="0" cellpadding="0" border="1">
<tbody><tr>
<td>
<font size="2">MHTML Document attachment</font>
</td>
</tr>
</tbody></table>
    <blockquote type="CITE">
        -------- Forwarded Message --------<br>
        <b>From</b>: SA NALEWALKE <<a rel="nofollow" ymailto="mailto:SA%20NALEWALKE%20%3chybridmoments227@verizon.net%3e" target="_blank" href="mailto:SA%20NALEWALKE%20%3chybridmoments227@verizon.net%3e">hybridmoments227@verizon.net</a>><br>
        <b>Reply-to</b>: ChucK Users Mailing List <chuck-users@lists.cs.princeton.edu><br>
        <b>To</b>: ChucK Users Mailing List <<a rel="nofollow" ymailto="mailto:ChucK%20Users%20Mailing%20List%20%3cchuck-users@lists.cs.princeton.edu%3e" target="_blank" href="mailto:ChucK%20Users%20Mailing%20List%20%3cchuck-users@lists.cs.princeton.edu%3e">chuck-users@lists.cs.princeton.edu</a>><br>
        <b>Subject</b>: Re: [chuck-users] need help installing chuck<br>
        <b>Date</b>: Mon, 1 Aug 2011 22:09:11 -0700 (PDT)<br>
        <br>
        <table cellspacing="0" cellpadding="0">
<tbody><tr>
<td valign="top">
i went into terminal and did exactly what you said.  when i entered "%>chuck" in the terminal it didnt give me the "[chuck]: no input files... (try â€“help)" message on the terminal screen like it says it should in the chuck manual. does this mean it didnt install correctly?  i included a pic of the terminal windo as well.  i dont know how to tell if its installed or not.  thanks so much for your help.
</td>
</tr>
</tbody></table>
    </blockquote>
<pre>_______________________________________________
chuck-users mailing list
<a rel="nofollow" ymailto="mailto:chuck-users@lists.cs.princeton.edu" target="_blank" href="mailto:chuck-users@lists.cs.princeton.edu">chuck-users@lists.cs.princeton.edu</a>
<a rel="nofollow" target="_blank" href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a>
</pre>
</blockquote>
<br>
 

</div><br>-----Inline Attachment Follows-----<br><br><div class="plainMail">_______________________________________________<br>chuck-users mailing list<br><a ymailto="mailto:chuck-users@lists.cs.princeton.edu" href="/mc/compose?to=chuck-users@lists.cs.princeton.edu">chuck-users@lists.cs.princeton.edu</a><br><a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" target="_blank">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a><br></div></blockquote></td></tr></table>