Re: [Gambas-user] How can I force linux mint to upgrade gambas3 to the last update?

2017-06-12 Thread Gianluigi
Here is the right word IF. IF he tries to compile and IF he post any mistakes (with log file), maybe Benoit, Fabien, Tobias or others can understand the problem. Regards Gianluigi P.S. The last two mails (one of Fernando and one of mine) do not appear here[0] [0] http://gambas.8142.n7.nabble.com/

Re: [Gambas-user] How can I force linux mint to upgrade gambas3 to the last update?

2017-06-12 Thread PICCORO McKAY Lenz
err gianluigi if the error resides in the configuration of OS or some updated bad applied all of your post are unuseless.. as you can see they retry that steps varuious times.. always same result the important note its that in virtual machines in same broken environment the gambas work perfectly s

Re: [Gambas-user] How can I force linux mint to upgrade gambas3 to the last update?

2017-06-12 Thread Gianluigi
I found another mistake in my post I'm a distracted guy :-( The last command is: ~/trunk$ ( make && sudo make install ) > ~/Desktop/Make_Inst-Trunk.log 2>&1 or ~/trunk$ ( make && sudo make install ) > ~/Escritorio/Make_Inst-Trunk.log 2>&1 Regards Gianluigi 2017-06-12 10:39 GMT+02:00 Gianluigi

Re: [Gambas-user] How can I force linux mint to upgrade gambas3 to the last update?

2017-06-12 Thread Gianluigi
Sorry I've forgotten a [/code] in command queue, this is the clean command: sudo apt install build-essential g++ automake autoconf libtool libbz2-dev libmysqlclient-dev unixodbc-dev libpq-dev postgresql-server-dev-9.5 libsqlite0-dev libsqlite3-dev libglib2.0-dev libgtk2.0-dev libcurl4-gnutls-dev l

Re: [Gambas-user] How can I force linux mint to upgrade gambas3 to the last update?

2017-06-12 Thread Gianluigi
Linux Mint 18.1 is based on Ubuntu 16.04 (Xenial) the same version as Ubuntu I have. If you want to try installing the latest Gambas Trunk, below, I list the steps I've made. Of course, as a first step, you must remove from your Mint any trace of Gambas repository, for example: To uninstall the

Re: [Gambas-user] How can I force linux mint to upgrade gambas3 to the last update?

2017-06-11 Thread Fernando Cabral
Gianluigi and Tobi I tried to compile, then I found some modules would be disabled (a long list of them). Reading the INSTALL instruction I found that in order to compile for Mint (Ubuntu) I would have to manually define a lot of things specific to that environment. I gave up because I do not hav

Re: [Gambas-user] How can I force linux mint to upgrade gambas3 to the last update?

2017-06-11 Thread Gianluigi
+1 👍 I also use the version of Gambas compiled from sources without any problems☺ Regards Gianluigi 2017-06-11 19:04 GMT+02:00 Tobias Boege : > On Sun, 11 Jun 2017, Fernando Cabral wrote: > > Tobi > > > > Excuse both my ignorance and poor communication ability. I prefer using > the > > latest st

Re: [Gambas-user] How can I force linux mint to upgrade gambas3 to the last update?

2017-06-11 Thread Tobias Boege
On Sun, 11 Jun 2017, Fernando Cabral wrote: > Tobi > > Excuse both my ignorance and poor communication ability. I prefer using the > latest stable version, which I expect be the case when I resort to the PPA > I am presently using. Now, I was not aware that those revisions are still > considered u

Re: [Gambas-user] How can I force linux mint to upgrade gambas3 to the last update?

2017-06-11 Thread Fernando Cabral
Tobi Excuse both my ignorance and poor communication ability. I prefer using the latest stable version, which I expect be the case when I resort to the PPA I am presently using. Now, I was not aware that those revisions are still considered unstable. So, I expected (wrongly, I see) that they would

Re: [Gambas-user] How can I force linux mint to upgrade gambas3 to the last update?

2017-06-11 Thread Tobias Boege
On Sun, 11 Jun 2017, Fernando Cabral wrote: > I have gambas3 3.9.2 running Linux Mint 18.1. I have installed gambas using > a PPA. Is there a way I can use to force apt-get to download and install > the last stable version? I've tried removing, purging and installing anew, > but it seems I ended up

[Gambas-user] How can I force linux mint to upgrade gambas3 to the last update?

2017-06-11 Thread Fernando Cabral
I have gambas3 3.9.2 running Linux Mint 18.1. I have installed gambas using a PPA. Is there a way I can use to force apt-get to download and install the last stable version? I've tried removing, purging and installing anew, but it seems I ended up with the same version. From this fact I would gues