<div dir="ltr"><div dir="ltr">Hi Doug,<div>What link errors are you getting now?</div><div>Do you still have any that mention files in /usr/local/lib like the errors in your earlier post from /usr/local/lib/libpodofo.a?</div><div>If you were missing packages, either cmake would complain or compiles would show missing includes.</div><div>If the generated link line were wrong, other people with Fedora 29 would also have problems.</div><div>Regards, William<br><br></div><div><br></div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Dec 5, 2018 at 9:52 PM Doug Hutcheson <<a href="mailto:owlbrudder@gmail.com">owlbrudder@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, 2018-12-06 at 05:49 +1000, Doug Hutcheson wrote:<br>
> It doesn?t look like a Scribus related build issue. Podofo and<br>
> fontconfig? Is fontconfig properly installed?<br>
> <br>
> Craig<br>
> <br>
> Thanks for the idea Craig. I tried 'dnf install fontconfig', but it<br>
> does seem to be installed OK.<br>
> <br>
> Package fontconfig-2.13.1-3.fc29.x86_64 is already installed.<br>
> Package fontconfig-2.13.1-3.fc29.i686 is already installed.<br>
> Dependencies resolved.<br>
> Nothing to do.<br>
> Complete!<br>
> [doug@womble build]$ <br>
> <br>
> <br>
> I tried 'dnf reinstall fontconfig' then 'make', but make failed at<br>
> the link stage again.<br>
> <br>
> I will keep bashing away, but would appreciate any further clues the<br>
> list could come up with.<br>
> <br>
> Kind regards, Doug.<br>
<br>
I found a similar issue reported at this page. The solution was<br>
reported as follows. Could this (modified for Scribus obviously) be at<br>
the root of my problem as well?:<br>
<br>
Okay, thanks to @Tsyvarev , found the problem.<br>
It lies within the linking order which is specified<br>
in CMakeLists.txt file. It should have the following order, in which -<br>
lpthread comes before libapr-1.a<br>
target_link_libraries(cameraSubscriber<br>
   ${catkin_LIBRARIES}<br>
   ${OpenCV_LIBRARIES}<br>
   ${LIBAPR_LIB}<br>
   ${PROTOBUF_LIBRARIES}<br>
   ${ACTIVEMQCPP_LIBRARIES}<br>
   filters<br>
   ${ACTIVEMQ_CPP}<br>
<br>
 )<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.scribus.net/pipermail/scribus/attachments/20181206/f4d0311f/attachment.html" rel="noreferrer" target="_blank">http://lists.scribus.net/pipermail/scribus/attachments/20181206/f4d0311f/attachment.html</a>><br>
___<br>
Scribus Mailing List: <a href="mailto:scribus@lists.scribus.net" target="_blank">scribus@lists.scribus.net</a><br>
Edit your options or unsubscribe:<br>
<a href="http://lists.scribus.net/mailman/listinfo/scribus" rel="noreferrer" target="_blank">http://lists.scribus.net/mailman/listinfo/scribus</a><br>
See also:<br>
<a href="http://wiki.scribus.net" rel="noreferrer" target="_blank">http://wiki.scribus.net</a><br>
<a href="http://forums.scribus.net" rel="noreferrer" target="_blank">http://forums.scribus.net</a><br>
<br>
</blockquote></div>