[chuck-users] Problem building miniAudicle (Linux)

Stephen Sinclair radarsat1 at gmail.com
Mon Mar 3 10:27:49 EST 2008


On Mon, Mar 3, 2008 at 7:11 AM, Mr.SpOOn <mr.spoon21 at gmail.com> wrote:
> 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:
>
>  ./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

Hope this helps:

sudo apt-get install libwxgtk2.6-dev
wget http://audicle.cs.princeton.edu/mini/release/files/miniAudicle-0.1.3.8.tgz
tar -xzf miniAudicle-0.1.3.8.tgz
cd miniAudicle-0.1.3.8/
make linux-alsa
wxw/miniAudicle

works for me!  :)
The apt-get line installed a file called libwx_gtk2u_stc-2.6.so, which
I guess is the unicode version of wx.
However, the wx-config program should have taken care of this
configuration step for you.

Steve


Steve


More information about the chuck-users mailing list