Author |
Message |
ilSignorCarlo

Joined: Sep 17, 2007 Posts: 28 Location: Bologna
|
Posted: Fri Feb 22, 2008 12:57 pm Post subject:
Problem building miniAudicle |
 |
|
Hi, I am completely new to Chuck.
I am trying to get it working on Linux Ubuntu 7.10.
I installed Chuck with no problem, so when I type "chuck" in the shell, I get:
[chuck]: no input files... (try --help)
I followed the instructions for building miniAudicle, and now when I go in the directory wxw/ and type ./miniAudicle I get the following error:
Code: | ./miniAudicle: error while loading shared libraries: libwx_gtk2_stc-2.6.so.0: cannot open shared object file: No such file or directory |
I think I have already installed the wx-widget. So, what am I missing?
Thanks |
|
Back to top
|
|
 |
kijjaz

Joined: Sep 20, 2004 Posts: 765 Location: bangkok, thailand
Audio files: 4
|
Posted: Fri Feb 22, 2008 10:25 pm Post subject:
|
 |
|
eh.. I'm not sure..
usually I've got libwxgtk2.6-dev and libwxgtk2.6-0 packagen ready beforen compiling miniAudicle,
one time I tried compiling with 2.8 instead and it won't open the interface correctly.
I'm not sure, could you check if you've got only the wxgtk 2.6 version? |
|
Back to top
|
|
 |
ilSignorCarlo

Joined: Sep 17, 2007 Posts: 28 Location: Bologna
|
Posted: Sat Feb 23, 2008 2:54 am Post subject:
|
 |
|
kijjaz wrote: |
I'm not sure, could you check if you've got only the wxgtk 2.6 version? |
I have both 2.6 and 2.8.
But, if I give wx-config --list in the shell, I get:
Default config is gtk2-ansi-release-2.6
Default config will be used for output
Is there anything else I can do? |
|
Back to top
|
|
 |
Kassen
Janitor


Joined: Jul 06, 2004 Posts: 7678 Location: The Hague, NL
G2 patch files: 3
|
Posted: Sun Feb 24, 2008 11:34 am Post subject:
|
 |
|
Hi, Carlo!
You may want to send a mail to the users list to reach Spencer, I think he's in charge of that bit and he should know what's up with those versions. Once I got the hang of it compiling the Mini never gave me any issues but I don't know what the differences between our systems are and which ones of those matter. I did get good results on Ubuntu 7:10, so that OS as such isn't the issue, likely it's a minor configuration thingy.
You did get all "-dev" versions of the libraries where available? that seems to be the most common mistake people make (I did that wrong at first as well). _________________ Kassen |
|
Back to top
|
|
 |
|