gb.desktop.x11

Post your Gambas programming questions here.
User avatar
BruceSteers
Posts: 1521
Joined: Thursday 23rd July 2020 5:20pm
Location: Isle of Wight
Contact:

Re: gb.desktop.x11

Post by BruceSteers »

grayghost4 wrote: Monday 3rd May 2021 6:31pm I download and followed the instruction on the web site configrue ,,, make .... make install .
oops there will be conflicts with apt version and compiled version.

You will need to remove the apt version
apt-get remove gambas3*
to remove any apt installed gambas files.

and if this deletes any gambas files you will have to run make install again.

I had to run all install commands from ./reconf-all on the last update to make compilation install properly. maybe that's why you did not get desktop-x11?
If at first you don't succeed , try doing something differently.
BruceS
User avatar
grayghost4
Posts: 174
Joined: Wednesday 5th December 2018 5:00am
Location: Marengo, Illinois usa

Re: gb.desktop.x11

Post by grayghost4 »

I have manage to remove the x11 and run "make install" again and gambas in working again :D

I think I will quit there for now :lol: :lol:

I don't think I need x11 anyway .... I was just trying to help
User avatar
grayghost4
Posts: 174
Joined: Wednesday 5th December 2018 5:00am
Location: Marengo, Illinois usa

Re: gb.desktop.x11

Post by grayghost4 »

I did what you suggested :

apt-get remove gambas3*

then

sudo make install

and Gambas is working .... but still no x11 :(
User avatar
BruceSteers
Posts: 1521
Joined: Thursday 23rd July 2020 5:20pm
Location: Isle of Wight
Contact:

Re: gb.desktop.x11

Post by BruceSteers »

grayghost4 wrote: Monday 3rd May 2021 7:18pm I did what you suggested :

apt-get remove gambas3*

then

sudo make install

and Gambas is working .... but still no x11 :(
I suggested running all commands, that's..
./reconf-all
./configure -C
make
sudo make install

just 'make install' was not enough on the last update
:)
If at first you don't succeed , try doing something differently.
BruceS
User avatar
grayghost4
Posts: 174
Joined: Wednesday 5th December 2018 5:00am
Location: Marengo, Illinois usa

Re: gb.desktop.x11

Post by grayghost4 »

I suggested running all commands, that's..
./reconf-all
./configure -C
make
sudo make install
I did all that and still no x11 :(
User avatar
cogier
Site Admin
Posts: 1118
Joined: Wednesday 21st September 2016 2:22pm
Location: Guernsey, Channel Islands

Re: gb.desktop.x11

Post by cogier »

The Stable ppa has been fixed. All is OK now.....
Post Reply