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

Gregory Pittman gpittman at iglou.com
Mon Nov 12 22:46:44 UTC 2018


On 11/12/18 4:24 PM, Jean Ghali wrote:
> 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.
> 

I had a problem with poppler and Fedora 27, where the latest poppler was 0.57. I ended up upgrading to Fedora 28.

Greg




More information about the scribus-dev mailing list