[scribus-dev] looking for a rev that will build

Jean Ghali jghali at libertysurf.fr
Mon Nov 12 21:24:26 UTC 2018


Le 12/11/2018 à 22:09, dockattt a écrit :
> I just looked at the latest svn rev and the code is still(in importps.cpp):
> 
>         tmp.setColorRGB(Rc, Gc, Bc);
> 
> while ScColor has
> 
>     /** \brief Define color as a RGB color with specified values */
>     void setRgbColor(int r, int g, int b);
> 
> and
> 
> the setColor is defined like this:
> 
> /** \brief Same as the Constructor but for an existing Color */
>     void setColor(int c, int m, int y, int k);
> 
> 
> so I'm thinking tmp.setColorRGB was intended to be tmp.setRgbColor(Rc, Gc, Bc)
> 
> 
> doc katt
> 

You apparently have hit a glitch in our build system. In your case cmake should have
exited with an error: either you do not have poppler development packages installed, or
you don't have the required minimum poppler version (poppler 0.58.0). The old ps import
plugin is normally not build anymore.




More information about the scribus-dev mailing list