Installing the extra qt packages using the commands listed on https://code.jsoftware.com/wiki/Guides/Qt_IDE/Install under "Ubuntu/Mint Linux" should do the trick.
On Wed, Oct 31, 2018 at 5:49 PM bill lam <[email protected]> wrote: > try install missing Qt library first, > sudo apt-get install libqt5webkitwidgets > > or it may use another package name, or it may still requires some other > extra qt packages. you google with with keywords like debian > libQt5WebKitWidgets > > > On Thu, Nov 1, 2018, 4:13 AM greg heil <[email protected] wrote: > > > Bill > > > > >You might expect a CB to lack wget -- the OS being made by Google. What > > is strange is that curl is installed! > > sudo apt-get install wget > > worked. > > > > ...and the install completed, almost to the end! > > > > >However at the end it says that making launch icons for jqt, jc & jhs > > failed: "no Desktop folder" > > > > >Currently i am still trying to find ways to start these executables, eg: > > > > ./jqt > > "/home/emanuensis/j64-807/bin/libjqt" > > "could not resolve: state_run: > > > > Cannot load library /home/emanuensis/j64-807/bin/libjqt: > > (libQt5WebKitWidgets.so.5: cannot open shared object file: No such > > file or directory)" > > > > ~greg > > http://krsnadas.org > > > > -- > > > > from: bill lam <[email protected]> > > reply-to: [email protected] > > to: Programming forum <[email protected]> > > date: Oct 31, 2018, 2:46 AM > > subject: Re: [Jprogramming] j807 on Samy CB+ > > > > > > >the problem seems some linux distro do not install wget by default, but > > base library in particular pacman assumed stock wget is available and try > > to download files with it. Can you check if curl is available and use it > > instead of wget, some modifications of scripts will be needed. > > > > Alternatively, can you install wget on CB? > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
