>>1. Configure does not "find" fst. Fst1.6 would not compile. I got fst1.7 and >>this compiled but the make has no install. I suppose I could place the >>resultant .so somewhere and make my own pkconfig file for it. This is how I >>got it to "find" libsndfile which lacked such a file :-) Didn't work. Also has no .la file but this is simple text and I could probably make that myself as well. Trying to build without fst now. >>2. All kinds of missing .h files in $KDEDIR/include !!. These are all in sonik >>so I copied them to there. >>3. Finally dies in muse's citem.cpp with undefined selected, setselected >>methods in class Part. (from soniK) >Muse has its own Part class. So I got rid of the one in kdedir/include >(soniK's). Problem is in the order includes are searched. The local one >should take priority, it would seem :-) I also had to add an #include to one of the c++ files and then everything compiled! However, the link did not find the libsndfile. It may be that I need more than just -llibsndfile to get it. If someone has a .../lib/pkgconfig/libsndfile.pc that works, maybe post or send it. Also similar items needed for fst? Thanks.