Page 2 of 2

Re: gb.desktop.x11

Posted: Monday 3rd May 2021 6:42pm
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?

Re: gb.desktop.x11

Posted: Monday 3rd May 2021 6:50pm
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

Re: gb.desktop.x11

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

apt-get remove gambas3*

then

sudo make install

and Gambas is working .... but still no x11 :(

Re: gb.desktop.x11

Posted: Monday 3rd May 2021 7:43pm
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
:)

Re: gb.desktop.x11

Posted: Monday 3rd May 2021 11:25pm
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 :(

Re: gb.desktop.x11

Posted: Saturday 15th May 2021 1:11pm
by cogier
The Stable ppa has been fixed. All is OK now.....