Re: [PLUG] Perl: module fails to install

2021-06-21 Thread Rich Shepard
On Mon, 21 Jun 2021, Robert Citek wrote: For my own curiosity, how did you install perl-Gtk3? I know you found it on SBo, but not being familiar enough with Slack, I am curious to know what commands you used to install it ( as well as its six dependencies. ) Robert, I used the SBo build

Re: [PLUG] Perl: module fails to install

2021-06-21 Thread Robert Citek
On Mon, Jun 21, 2021 at 8:28 AM, Rich Shepard wrote: > I found perl-Gtk3 on SBo (SlackBuilds.org) and installed it and its 6 > dependencies. > > Now CGStar builds but displays a long list of optional dependencies it > cannot find; some actually are installed. I'll run the application without >

Re: [PLUG] Perl: module fails to install

2021-06-21 Thread Rich Shepard
On Mon, 21 Jun 2021, Ken Stephens wrote: I wonder if you use the pip module to install gtk3? Ken, GTK+3 is installed via SBo, the Slackware non-core package repository. python3 -m pip install gtk3 GTK+3 is not a python package ... or is the CPAN module the pip module?\ ... and CPAN

Re: [PLUG] Perl: module fails to install

2021-06-21 Thread Ken Stephens
Rich, I wonder if you use the pip module to install gtk3? python3 -m pip install gtk3 or is the CPAN module the pip module?\ Ken, sitting at a chromebook with servers resting for the night. On Mon, Jun 21, 2021 at 7:28 AM Rich Shepard wrote: > On Mon, 21 Jun 2021, Robert Citek wrote: > >

Re: [PLUG] Perl: module fails to install

2021-06-21 Thread Rich Shepard
On Mon, 21 Jun 2021, Robert Citek wrote: Good luck and let us know how things go. Robert, I found perl-Gtk3 on SBo (SlackBuilds.org) and installed it and its 6 dependencies. Now CGStar builds but displays a long list of optional dependencies it cannot find; some actually are installed. I'll

Re: [PLUG] Perl: module fails to install

2021-06-21 Thread Robert Citek
On Mon, Jun 21, 2021 at 6:44 AM Rich Shepard wrote: > On Sun, 20 Jun 2021, Robert Citek wrote: > > > Can you please provide some context info, such as, what OS, what distro, > > what version, what commands? > > Robert, > > Slackware-14.2/x86_65, perl-5.22.2-x86_64-1. > > Two installation

Re: [PLUG] Perl: module fails to install

2021-06-21 Thread Rich Shepard
On Sun, 20 Jun 2021, Robert Citek wrote: Can you please provide some context info, such as, what OS, what distro, what version, what commands? Robert, Slackware-14.2/x86_65, perl-5.22.2-x86_64-1. Two installation approaches: # perl -MCPAN -e shell cpan[1]> install Gtk3.pm ... Files=22,

Re: [PLUG] Perl: module fails to install

2021-06-20 Thread Robert Citek
On Sun, Jun 20, 2021 at 5:52 PM, Rich Shepard wrote: > On Sun, 20 Jun 2021, Rich Shepard wrote: > > > I'm trying to install Gtk3.pm in perl-5.22.2. gtk+3-3.18.9 is also > > installed, but perl fails the installation. > > The errors for trying to install Gtk3.pm and Gtk3 are the same. The 358 >

Re: [PLUG] Perl: module fails to install

2021-06-20 Thread Rich Shepard
On Sun, 20 Jun 2021, Rich Shepard wrote: I'm trying to install Gtk3.pm in perl-5.22.2. gtk+3-3.18.9 is also installed, but perl fails the installation. The errors for trying to install Gtk3.pm and Gtk3 are the same. The 358 line file can be downloaded here:

[PLUG] Perl: module fails to install

2021-06-20 Thread Rich Shepard
I'm trying to install Gtk3.pm in perl-5.22.2. gtk+3-3.18.9 is also installed, but perl fails the installation. Please advise me how I can get this module installed. Rich