[Gambas-user] build query about webkit2gtk

Tim Dickson dickson.tim at googlemail.com
Mon Feb 19 11:48:17 CET 2024


great news, thanks for looking at that. The issue is the webkit2gtk 
4.0api uses libsoup2 and the 4.1 api uses libsoup3. Because you can't 
have a single binary that links to two different versions of the same 
functions, it causes problems if one component requires 4.0 and another 
requires 4.1. Provided the build scripts can handle either version, I 
won't have to worry that when distros change it breaks things. I'll just 
add the info that it works with either lib in the readme.
regards, Tim

On 19/02/2024 01:05, Benoît Minisini wrote:
> Le 19/02/2024 à 01:50, Benoît Minisini a écrit :
>> Le 19/02/2024 à 01:49, Benoît Minisini a écrit :
>>> Le 16/02/2024 à 11:35, Tim Dickson via User a écrit :
>>>> Hi all, especially Benoit :-)
>>>> gb.gtk3.webview works with webkit2gtk-4.0 >2.20 which is fine as 
>>>> slackbuilds webkit2gtk(4.0) is at 2.42.5
>>>> however webkit2gtk(4.1) is being pushed by the major distros. does 
>>>> gambas work with the 4.1 api version of webkit2gtk ?
>>>> many thanks
>>>> Tim
>>>>
>>>
>>> I don't know. It should.
>>>
>>> Just try to compile it with the 4.1 version and tell me. On my 
>>> system I am still at 4.0 version.
>>>
>>> Regards,
>>>
>>
>> The 4.1 is also available on Ubuntu, so I will check myself.
>>
>
> Apparently it works.
>
> Regards,
>



More information about the User mailing list