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

dockattt katttdoc at gmail.com
Mon Nov 12 23:38:48 UTC 2018


I just checked and it says that I have libpoppler58 installed:

libpoppler58 is already the newest version

But I'm looking back at the output for cmake and it says that libpoppler 
is not found.

I'll get back to you when I've figured out what the heck is going on! :D


On 11/12/18 3: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.
>
>
> _______________________________________________
> scribus-dev mailing list
> scribus-dev at lists.scribus.net
> http://lists.scribus.net/mailman/listinfo/scribus-dev



More information about the scribus-dev mailing list