Atte André Jensen wrote:
IOhannes m zmoelnig wrote:
to clarify: older versions of Gem did crash when you had no delay between the windowevent and the destruction of the window (similar to triggering the destruction of a subpatch from itself).
I have this crash and my gem i 0.90, is there anything newer available for linux and if so where? I wasn't ablt to locate it on the website...
we don't provide linux binaries because of dependency issues. (chances are low that my binary will work on your machine)
just get the sources from cvs and compile. % cvs -z9 -d:pserver:anonymous@cvs.gem.iem.at:/cvsroot/pd-gem login % cvs -z9 -d:pserver:anonymous@cvs.gem.iem.at:/cvsroot/pd-gem co -P Gem % cd Gem/src % make
it should be quite easy :-)
fmasd.r IOhannes