On Friday 11 August 2017 15:22:56 Fred van Stappen wrote: > >> 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. > > Ha, ok. > Before to post, I have check MSE code. > I did find, for example: > > initializedynlib(rtlibinfo,['librt.so.1','librt.so','libc.so.6'],[], > [],funcs); > > But, indeed, no reference to 'libX11.so' in MSE code. > It is loaded implicitely by FPC not explicitely by dlopen()/dlsym(). Did the command "sudo apt-get install libx11-dev" install the needed links in your Raspberry Pi?
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 [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

