Hi, I'm developing plugins for Pidgin and I'm interested in working with this
Mac OS Pidgin build.
I have my plugins already working with Pidgin, but your build seems not to
recognize any external plugin in ~/.purple/plugins.
How can I install new plugins in your distribution?
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think it is searching in ~/Library/Application Support/Purple. But not
exactly sure right now.
Even it if finds them, it probably will have problems loading them if you
compiled and linked them against another Pidgin/GTK/whatever version. You must
link against the frameworks in the Pidgin app bundle. Not sure though if that
is possible without the headers.
Maybe you checkout the source from the SVN. You should have everything ready
there to make the plugins.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I'm developing plugins for Pidgin and I'm interested in working with this
Mac OS Pidgin build.
I have my plugins already working with Pidgin, but your build seems not to
recognize any external plugin in ~/.purple/plugins.
How can I install new plugins in your distribution?
Thank you
I think it is searching in ~/Library/Application Support/Purple. But not
exactly sure right now.
Even it if finds them, it probably will have problems loading them if you
compiled and linked them against another Pidgin/GTK/whatever version. You must
link against the frameworks in the Pidgin app bundle. Not sure though if that
is possible without the headers.
Maybe you checkout the source from the SVN. You should have everything ready
there to make the plugins.