Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
January 31, 2023, 02:39:12 pm
News:
Problems registering, no confirmation email - see
http://wiki.scribus.net/canvas/Forums_Registration
Home
Help
Search
Login
Register
Scribus Forums
»
Development
»
Code
»
Cant compile plugins
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Cant compile plugins (Read 4743 times)
Gibbz
Jr. Member
Posts: 69
Karma: 0
Scribus User
Cant compile plugins
«
on:
August 09, 2019, 09: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...
«
Last Edit: August 09, 2019, 09:17:03 am by Gibbz
»
Logged
a.l.e
Global Moderator
Hero Member
Posts: 2498
Karma: 40
Re: Cant compile plugins
«
Reply #1 on:
August 12, 2019, 10: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?
Logged
Gibbz
Jr. Member
Posts: 69
Karma: 0
Scribus User
Re: Cant compile plugins
«
Reply #2 on:
August 14, 2019, 04:04:47 am »
Ah great! Thats fixed the issue!
I was scratching my head thinking I had done something wrong in my build somehow
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Scribus Forums
»
Development
»
Code
»
Cant compile plugins