pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: graphics/inkscape in NetBSD 9.2



On Thu, Aug 19, 2021 at 09:18:58PM -0700, snow flurry wrote:
> Hello,
> 
> I've been trying to resolve a couple issues building graphics/inkscape
> on NetBSD 9.2/amd64:
> 
> * src/object/sp-use.cpp (by way of sp-use-reference.h) fails to compile
>   properly. This has already been fixed upstream, although not in any
>   release yet. The merge request with this change is at
>   https://gitlab.com/inkscape/inkscape/-/merge_requests/3345.

Thanks!

> * CMake is trying to link with -lstdc++fs, which doesn't exist on at
>   least my install. Commenting out the relevant line in CMakeScripts
>   works as a workaround, but will probably break support for any other
>   platform or if GCC 8 is used.

Maybe, according to GCC docs, libstdc++fs is only required if
<experimental/filesystem> is included, which inkscape does not do.
It looks like it might be a workaround for <X version of boost> shipped
with <X linux distribution>. I'll do some tests.


Home | Main Index | Thread Index | Old Index