On Thursday 10 August 2017 21:30:37 Fred van Stappen wrote:
> Hello Martin.
>
> >> (Only a symlink must be added: libX11.so to libX11.so.6).
> >
> > The libx11-devel package is needed.
>
> Of course, and Xorg is installed by default on many graphic distro.
>
> But all that distros give now in Xorg package, as "root" symlink to the X11
> library:
>
> --> libX11.so.6 (no more symlink libX11.so).
>
> It is the same for FreeBSD.
>
> I do not know why.
>
libx11-*devel* not libx11. On Rpi the command AFAIK is
"sudo apt-get install libx11-dev"

> So, to link MSE objects, you have to do this first:
>
> # sudo ln -s /usr/lib/arm-linux-gnueabihf/libX11.so.6
> /usr/lib/arm-linux-gnueabihf/libX11.so
>
> And after this linking is possible.
>
> Could it be possible to define lX11 as libX11.so.6 in place of libX11.so in
> MSE code ? (or do a check if libX11.so.6 exists and point to this ?)
>
It is FPC which defines it. The devel-packages are necessary on any Unix with 
FPC. I don't know if it can be circumvented.

Martin

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to