Author |
Message |
tony

Joined: Oct 07, 2006 Posts: 21 Location: indonesia
Audio files: 2
|
Posted: Thu Oct 12, 2006 11:25 pm Post subject:
still have problem Subject description: about installation |
 |
|
I have try your advice
Iam try with cmd and this result:
%> chuck
[chuck]: no input files... (try --help)
and iam try types
%> cd chuck-1.2.0.7/src/
and then:
%> make
[chuck build]: please use one of the following configurations:
make linux-alsa, make linux-jack, make linux-oss,
make osx-ppc, make osx-intel, make win32
%> make win32
but I have error messages
like Error make win 32 So what should I do
.2)Iam try use mini-audicle and can work properly
but when Iam tery audicle I cannot access even iam hit audicle.exe in bin
thanks alot I hope you can give advice again |
|
Back to top
|
|
 |
Kassen
Janitor


Joined: Jul 06, 2004 Posts: 7678 Location: The Hague, NL
G2 patch files: 3
|
Posted: Fri Oct 13, 2006 4:41 am Post subject:
Re: still have problem Subject description: about installation |
 |
|
Hi, Tony!
tony wrote: | I have try your advice
Iam try with cmd and this result:
%> chuck
[chuck]: no input files... (try --help)
|
Yes. This is right. ChucK needs input files.
ChucK by itself does not do anything, it needs one or more .ck files to tell it what to do. You use it like this;
chuck my_program.ck
When you don't tell it what files to use it doesn't know what to do and you get a error like this.
The good news is that in the /examples directory there are example files to try out. Did you copy chuck.exe to the /windows/system32/ directory? In that case it should be installed properly and the next thing to do is learning how to use it.
Quote: | and iam try types
%> cd chuck-1.2.0.7/src/
and then:
%> make
[chuck build]: please use one of the following configurations:
make linux-alsa, make linux-jack, make linux-oss,
make osx-ppc, make osx-intel, make win32
%> make win32
but I have error messages
like Error make win 32 So what should I do
|
Don't worry about that. That stuff is to compile ChucK yourself, you don't need to do that on Windows.
Quote: |
.2)Iam try use mini-audicle and can work properly
but when Iam tery audicle I cannot access even iam hit audicle.exe in bin
|
Ok, I am verry sorry but I don't understand this question and I'm not so sure how to help you with it. Sorry about that. _________________ Kassen |
|
Back to top
|
|
 |
kijjaz

Joined: Sep 20, 2004 Posts: 765 Location: bangkok, thailand
Audio files: 4
|
Posted: Fri Oct 13, 2006 9:57 pm Post subject:
|
 |
|
Quote: | 2)Iam try use mini-audicle and can work properly
but when Iam tery audicle I cannot access even iam hit audicle.exe in bin |
i guess you need to have GLUT for windows.
have you installed GLUT yet?
(it's needed for running Audicle)
now the page http://audicle.cs.princeton.edu/release/ points to a place to
download GLUT at http://soundlab.cs.princeton.edu/software/sndpeek/files/glut37beta_win32.zip
- - -
and how is miniAudicle?
can you play something or make some sound from miniAudicle already?
actually that is the same as using chuck in cmd (command line)
with chuck shell.. but miniAudicle would give you more comfort for now. |
|
Back to top
|
|
 |
|