Hi, hope I found the right list :-) Compiling miniAudicle on my computer (ubuntu 6.10, x86_64, using jack for audio) showed me the following error: wxw/mAPreferencesWindow.cpp:830: error: cast from 'void*' to 'int' loses precision wxw/mAPreferencesWindow.cpp:839: error: cast from 'void*' to 'int' loses precision wxw/mAPreferencesWindow.cpp:848: error: cast from 'void*' to 'int' loses precision wxw/mAPreferencesWindow.cpp:857: error: cast from 'void*' to 'int' loses precision wxw/mAPreferencesWindow.cpp:866: error: cast from 'void*' to 'int' loses precision wxw/mAPreferencesWindow.cpp:875: error: cast from 'void*' to 'int' loses precision Hm... looks familiar. I changed the "int"s to "long"s and now it seems to work. But probably it would be a better idea to not hard-wire this in the first place? Some preprocessor switch maybe? Sorry, I'm not fluent with C/C++ ... Yet another hm... Chuck segfaults whenever I try to start some shred. So I guess it's just not working (yet) in a 64bit environment? Cheers, --lu