Search found 2 matches

by www7777
Fri Feb 23, 2024 10:21 am
Forum: Support
Topic: demo richview not compile delphi 12 linux platform
Replies: 6
Views: 68442

Re: demo richview not compile delphi 12 linux platform

ok, there are two solutions: 1. ld requires a plain .so extension of the lib, so we can just make a symlink on the target machine libpango-1.0.so to libpango-1.0.so.0, e.g. ln -s /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0 /usr/lib/x86_64-linux-gnu/libpango-1.0.so update SDK cache and compile the pr...
by www7777
Wed Feb 21, 2024 5:47 pm
Forum: Support
Topic: demo richview not compile delphi 12 linux platform
Replies: 6
Views: 68442

Re: demo richview not compile delphi 12 linux platform

I have the same issue. Tried Ubuntu 22 and redOS, they both have pango-1.0 package installed, in both cases the library file libpango-1. 0 .so.0 exists and can be found in library or SDK folders, but cannot be load with ld for example. Finally I came to modifying fmxRVCanvasLinuxFM.pas file for dyna...