Mailing list archives : pcb-rnd

ID:5838
From:rn...@igor2.repo.hu
Date:Sat, 3 Sep 2022 11:20:23 +0200 (CEST)
Subject:Re: [pcb-rnd] pcb-rnd on OpenBSD
in-reply-to:5837 from rs...@disroot.org
 
 
On Sat, 3 Sep 2022, rsykora@disroot.org wrote:
 
>> Also it could be librnd and its dependencies which have old linkage. (hid-gtk2-gl, lib-gl and hid gtk4-gl to be specific about which require libGLU)
>
>When I compile librnd and run ldd on the created libs such as 
>odin$ ldd ./librnd-3rd.so |grep libX11
>        00000a0ebf908000 00000a0ebfa5f000 rlib  0    17   0      /usr/X11R6/lib/libX11.so.18.0
>        00000a0ed5384000 00000a0ed5388000 rlib  0    3   0      /usr/X11R6/lib/libX11-xcb.so.2.0
>        00000a0f443c2000 00000a0f44519000 rlib  0    1   0      /usr/X11R6/lib/libX11.so.16.1
>I already here see both 16.1 and 18.0 versions of libX11.so. I neither know why, nor if it is bad by itself...
>(Although, I am surprised to see 16.1 here when, at the same time, it is listed in the output of sysclean.)
 
Which GUI HIDs are enabled in your librnd configuration? And are they 
builtins or plugins?
 
Again, just guessing: it may be that you have both lesstif and gtk2+gdk 
enabled. They both depend X11. It may be that the lesstif you installed 
depends on a different version of X11 than the gtk2 you installed. If they 
are both builtins, we may inherit both X11 deps in our executable at the 
end.
 
 

Reply subtree:
5838 Re: [pcb-rnd] pcb-rnd on OpenBSD from rn...@igor2.repo.hu