On 04/27/2011 01:19 AM, Hans-Christoph Steiner wrote:
Hey Yvan,
You need to use the recently added $::current_plugin_loadpath. I think you can skip the multi-level paths (bin/, src/) and just include the .c and binary, and the tcl plugin in a single gtk-open-plugin folder, then you would use the binary from:
"$::current_plugin_loadpath/gtk-open-plugin/pd_gtk_open"
the problem seems to be that $::current_plugin_loadpath is overwritten by each gui-plugin coming after gtk-open-save, so if I have:
path 1: /path/to/gtk-open-save path 2: /path/to/autocompletion-plugin
I get:
WARNING: pd_gtk_open binary NOT found: /path/to/autocompletion-plugin/bin/pd_gtk_open. Using Tk open.
no time to look into it ATM.
cheers, _y