Last week I tried to compile the realtime, analogue style, multi-channel MIDI synthesiser that is zynaddsubfx for pdaX.
http://zynaddsubfx.sourceforge.net/I successfully compiled all its dependencies (fltk, mxml and fftw 2.1.5 - v3.x wouldn't compile for me) but then I encountered errors when it came compiling zyn itself. I tried compiling a few older versions when the latest version failed- I noticed that v1.4.3 got further through compilation than 2.2.1.
http://sourceforge.net/project/showfiles.p...ackage_id=59720I sent gcc's STDOUT and STDERR to zyn's author about a week or so ago hoping he would be able to help get it to compile but I've not heard anything back from him. I have reinstalled pdaX since so I'm unable to paste the error message here I got when trying to compile 1.4.3 without compiling all those dependecies again which I'm not going to do unless I find someone with real C skills who is interested in seeing Zyn on the Z but I've attached the error messages from 2.2.1 to this.
I'm unsure that even an overclocked cxxxx will have enough CPU horsepower to get even one channel/voice running smoothly under zyn but there's only one way to find out- how cool would it be having a USB MIDI adapter plugged into your cxxxx so you could use a decent MIDI keyboard (pref. with a synth surface w/ banks of twiddly knobs) with zyn? IMO this would be the single coolest, most fun thing I could do with my Z so I'm hoping somebody else here shares my enthusiasm!
EDIT
I should've really had another try compiling, or at least read the error message properly before I came posting here. I've just had another look at the error message and I would guess that its just that the mxml headers must've got installed in some non-standard place where gcc isn't looking for it. I'll try it again tonight if I get time.