View unanswered posts | View active topics
Author |
Message |
langinagel
|
Post subject: Re: WebGadget on Ubuntu 20.04 (libwebkitgtk-3.0-0 missing) Posted: Sat Aug 22, 2020 9:28 am |
|
Joined: Fri Jan 28, 2005 11:53 pm Posts: 128 Location: Germany
|
Hi Timo,
I do not use webgadget() or dialog library in my program.
But I removed libwebkitgtk-3.0-0 on the old 18.04 environment and tried a compilation:
GadgetWeb.a(WebGadget.o): In Funktion »NavigationPolicyCallback«: WebGadget.c:(.text+0x37): Warnung: undefinierter Verweis auf »webkit_network_request_get_uri« WebGadget.c:(.text+0x67): Warnung: undefinierter Verweis auf »webkit_web_policy_decision_ignore« WebGadget.c:(.text+0x91): Warnung: undefinierter Verweis auf »webkit_web_policy_decision_use« GadgetWeb.a(WebGadget.o): In Funktion »WindowPolicyCallback«: WebGadget.c:(.text+0x11e): Warnung: undefinierter Verweis auf »webkit_web_policy_decision_ignore« GadgetWeb.a(WebGadget.o): In Funktion »GetGadgetItemText«: ... collect2: error: ld returned 1 exit status
After reinstall of libwebgadget-3.0-dev all seems fine again, compilation completed. Sorry, i am pretty sure that there are some other dependencies. Could you please check?
Greetings LN
_________________ https://www.doerpsoft.org
Boost. Work. Efficiency.
|
|
Top |
|
 |
freak
|
Post subject: Re: WebGadget on Ubuntu 20.04 (libwebkitgtk-3.0-0 missing) Posted: Sun Aug 23, 2020 11:26 pm |
|
Joined: Fri Apr 25, 2003 5:21 pm Posts: 5818 Location: Germany
|
Your error output clearly shows that the WebGadget() command is used. Either directly or indirectly (through the dialog library). There are no other dependencies to this library.
_________________ quidquid Latine dictum sit altum videtur
|
|
Top |
|
 |
Kukulkan
|
Post subject: Re: WebGadget on Ubuntu 20.04 (libwebkitgtk-3.0-0 missing) Posted: Mon Aug 24, 2020 10:36 am |
|
Joined: Mon Jun 06, 2005 2:35 pm Posts: 1259 Location: germany
|
My finding was that using the XML Dialogs is sufficient to create the dependency. Even if no WebGadget is used.
|
|
Top |
|
 |
langinagel
|
Post subject: Re: WebGadget on Ubuntu 20.04 (libwebkitgtk-3.0-0 missing) Posted: Tue Aug 25, 2020 6:28 pm |
|
Joined: Fri Jan 28, 2005 11:53 pm Posts: 128 Location: Germany
|
I do not use webgadget() nor the dialog library.
But I do have the XML-library in use. Is there a cross-dependency? And there are one or more Message- and other requesters in use. Do they use the dialog library?
LN
_________________ https://www.doerpsoft.org
Boost. Work. Efficiency.
|
|
Top |
|
 |
langinagel
|
Post subject: Re: WebGadget on Ubuntu 20.04 (libwebkitgtk-3.0-0 missing) Posted: Sat Aug 29, 2020 8:44 pm |
|
Joined: Fri Jan 28, 2005 11:53 pm Posts: 128 Location: Germany
|
OK, I have to admit I found the webgadget() function in my code (deep inside, nearly forgotten).
Timo, you were right.
And I tried QT for the webkit. It compiles and runs.
Looks for me like my problem is solved....
...and yes, I have to admit: the error was in front of the monitor !
Greetings LN
_________________ https://www.doerpsoft.org
Boost. Work. Efficiency.
|
|
Top |
|
 |
langinagel
|
Post subject: Re: WebGadget on Ubuntu 20.04 (libwebkitgtk-3.0-0 missing) Posted: Thu Oct 08, 2020 3:25 pm |
|
Joined: Fri Jan 28, 2005 11:53 pm Posts: 128 Location: Germany
|
OK, problem solved for Ubuntu with Qt installed.
But Fedora (RPM based distro) makes again troubles in finding special Qt-libs, e.g.
requiring: libqt5webkitwidgets5-5.
RPMfind yields to libqt5webkitwidgets5-5.212.20200910-1-omv4002.i686.rpm
So i installed the downloaded RPM locally:
sudo yum -y localinstall libqt5webkitwidgets5-5.212.20200910-1-omv4002.i686.rpm with the output: Problem: conflicting requests - nothing provides libQt5Core.so.5(Qt_5.15) needed by libqt5webkitwidgets5-5.212.20200910-1.i686
So my question is: what are the Linux RPMs required by Purebasic for Qt ?
Greetings LN
_________________ https://www.doerpsoft.org
Boost. Work. Efficiency.
|
|
Top |
|
 |
Who is online |
Users browsing this forum: No registered users and 2 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum
|