Hi,

So a next step would be to append `wx-config --libs
stc,adv,core,base` to the LIBS line of makefile.oss/makefile.alsa in
chuck, and see if that messes up chuck like miniAudicle.

This has to do with some "locale" stuff! I just typed "export LC_ALL="C"" in the terminal before starting miniAudicle and this way it is working! I think that some code in wxWidgets or miniAudicle does mess around with the locale setting of chuck and makes the lex parser think that the decimal separator is "," and not ".". The hint how I found this was that the output from command line chuck was like " 1.900000 :(float)" but in the Console monitor I always saw "1,000000 :(float)" (note the comma here!) - both outputs came directly from chuck but in miniAudicle it still had a different format.

I hope now Spencer can find a solution for this... And I am new to ChucK and want to write an own ugen in C++ so this will take my chuck-time from now on.

   Imre