Scribus Forums

Development => Code => Topic started by: Gibbz on August 09, 2019, 08:05:05 AM

Title: Cant compile plugins
Post by: Gibbz on August 09, 2019, 08:05:05 AM
Im looking at making a plugin for scribus. But I cant seem to get the existing plugins to compile....

Im using cmake as per the guide here:
https://github.com/aoloe/scribus-manual-development/blob/master/content/getting-started/getting-started.md

When I compile I get no plugins (and no icons).

There is however files in the following:
~/scribus/bin/
~/bin/scribus/lib/scribus/plugins/

Is there is another step for plugins?
Looks like they are compiled, but they are no seen by the scribus executable...
Title: Re: Cant compile plugins
Post by: a.l.e on August 12, 2019, 09:33:49 AM
i think that there has been a bug affecting the loading of plugins:

https://bugs.scribus.net/view.php?id=15763

can you please retry with the current code?
Title: Re: Cant compile plugins
Post by: Gibbz on August 14, 2019, 03:04:47 AM
Ah great! Thats fixed the issue!

I was scratching my head thinking I had done something wrong in my build somehow  :P