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/How-can-I-force-linux-mint-to-upgrade-gambas3-to-the-last-update-td59301.html

2017-06-12 16:20 GMT+02:00 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 so the hardware its not the problem, ... so the
> problem its on some change in the same system (due same system are in both
> virtual and broken env, and ironicale the virtual are inside the broken
> system)
>
> Lenz McKAY Gerardo (PICCORO)
> http://qgqlochekone.blogspot.com
>
> 2017-06-12 5:12 GMT-04:00 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 :
> >
> > > 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 libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev
> > > libsdl-mixer1.2-dev libsdl-image1.2-dev libsage-dev libxml2-dev
> > > libxslt1-dev librsvg2-dev libpoppler-dev libpoppler-glib-dev
> > > libpoppler-private-dev libasound2-dev libesd0-dev libdirectfb-dev
> > > libxtst-dev libffi-dev libqt4-dev libqtwebkit-dev libqt4-opengl-dev
> > > libglew1.6-dev libimlib2-dev libv4l-dev libsdl-ttf2.0-dev
> > > libgnome-keyring-dev libgdk-pixbuf2.0-dev linux-libc-dev
> > > libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libcairo2-dev
> > > libgsl0-dev libncurses5-dev libgmime-2.6-dev llvm-3.5-dev libalure-dev
> > > libgmp-dev libgtk-3-dev libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev
> > > libsdl2-image-dev sane-utils libdumb1-dev libqt5opengl5-dev
> > libqt5svg5-dev
> > > libqt5webkit5-dev libqt5x11extras5-dev qtbase5-dev
> > >
> > > Regards
> > > Gianluigi
> > >
> > > 2017-06-12 10:28 GMT+02:00 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 stable repository:
> > >> sudo add-apt-repository -r ppa:gambas-team/gambas3
> > >> To uninstall the trunk (unstable) repository:
> > >> sudo add-apt-repository -r ppa:gambas-team/gambas-daily
> > >> Gambas real with all the libraries etc .:
> > >> sudo apt-get --purge remove gambas3
> > >> sudo apt-get autoremove gambas3
> > >>
> > >> At this point you can check that you have actually cleaned Ubuntu from
> > >> the old Gambas by giving these commands, always from the terminal:
> > >>
> > >> sudo updatedb
> > >> locate gambas*
> > >> If you find something copied and always deleted with:
> > >>
> > >> sudo apt-get –purge remove 
> > >>
> > >>
> > >> First you need to download the libraries:
> > >>
> > >> sudo apt update
> > >>
> > >> 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 libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev
> > >> libsdl-mixer1.2-dev libsdl-image1.2-dev libsage-dev libxml2-dev
> > >> libxslt1-dev librsvg2-dev libpoppler-dev libpoppler-glib-dev
> > >> libpoppler-private-dev libasound2-dev libesd0-dev libdirectfb-dev
> > >> libxtst-dev libffi-dev libqt4-dev libqtwebkit-dev libqt4-opengl-dev
> > >> libglew1.6-dev libimlib2-dev libv4l-dev libsdl-ttf2.0-dev
> > >> libgnome-keyring-dev libgdk-pixbuf2.0-dev linux-libc-dev
> > >> libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libcairo2-dev
> > >> libgsl0-dev libncurses5-dev libgmime-2.6-dev llvm-3.5-dev libalure-dev
> > >> libgmp-dev libgtk-3-dev libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev
> > >> libsdl2-image-dev sane-utils libdumb1-dev libqt5opengl5-dev
> > libqt5svg5-dev
> > >> libqt5webkit5-dev libqt5x11extras5-dev qtbase5-dev[/code]
> > >>
> > >>
> > >> 

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 so the hardware its not the problem, ... so the
problem its on some change in the same system (due same system are in both
virtual and broken env, and ironicale the virtual are inside the broken
system)

Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com

2017-06-12 5:12 GMT-04:00 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 :
>
> > 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 libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev
> > libsdl-mixer1.2-dev libsdl-image1.2-dev libsage-dev libxml2-dev
> > libxslt1-dev librsvg2-dev libpoppler-dev libpoppler-glib-dev
> > libpoppler-private-dev libasound2-dev libesd0-dev libdirectfb-dev
> > libxtst-dev libffi-dev libqt4-dev libqtwebkit-dev libqt4-opengl-dev
> > libglew1.6-dev libimlib2-dev libv4l-dev libsdl-ttf2.0-dev
> > libgnome-keyring-dev libgdk-pixbuf2.0-dev linux-libc-dev
> > libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libcairo2-dev
> > libgsl0-dev libncurses5-dev libgmime-2.6-dev llvm-3.5-dev libalure-dev
> > libgmp-dev libgtk-3-dev libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev
> > libsdl2-image-dev sane-utils libdumb1-dev libqt5opengl5-dev
> libqt5svg5-dev
> > libqt5webkit5-dev libqt5x11extras5-dev qtbase5-dev
> >
> > Regards
> > Gianluigi
> >
> > 2017-06-12 10:28 GMT+02:00 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 stable repository:
> >> sudo add-apt-repository -r ppa:gambas-team/gambas3
> >> To uninstall the trunk (unstable) repository:
> >> sudo add-apt-repository -r ppa:gambas-team/gambas-daily
> >> Gambas real with all the libraries etc .:
> >> sudo apt-get --purge remove gambas3
> >> sudo apt-get autoremove gambas3
> >>
> >> At this point you can check that you have actually cleaned Ubuntu from
> >> the old Gambas by giving these commands, always from the terminal:
> >>
> >> sudo updatedb
> >> locate gambas*
> >> If you find something copied and always deleted with:
> >>
> >> sudo apt-get –purge remove 
> >>
> >>
> >> First you need to download the libraries:
> >>
> >> sudo apt update
> >>
> >> 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 libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev
> >> libsdl-mixer1.2-dev libsdl-image1.2-dev libsage-dev libxml2-dev
> >> libxslt1-dev librsvg2-dev libpoppler-dev libpoppler-glib-dev
> >> libpoppler-private-dev libasound2-dev libesd0-dev libdirectfb-dev
> >> libxtst-dev libffi-dev libqt4-dev libqtwebkit-dev libqt4-opengl-dev
> >> libglew1.6-dev libimlib2-dev libv4l-dev libsdl-ttf2.0-dev
> >> libgnome-keyring-dev libgdk-pixbuf2.0-dev linux-libc-dev
> >> libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libcairo2-dev
> >> libgsl0-dev libncurses5-dev libgmime-2.6-dev llvm-3.5-dev libalure-dev
> >> libgmp-dev libgtk-3-dev libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev
> >> libsdl2-image-dev sane-utils libdumb1-dev libqt5opengl5-dev
> libqt5svg5-dev
> >> libqt5webkit5-dev libqt5x11extras5-dev qtbase5-dev[/code]
> >>
> >>
> >> Now you can start by compiling the TRUNK version from SVN.
> >> NOTE: You will get two log files on our Desktop (look if your path is
> >> Desktop or Escritorio):
> >>
> >> sudo apt install subversion
> >>
> >> svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk
> >>
> >> cd trunk
> >>
> >> ~/trunk$ ( ./reconf-all && LLVM_CONFIG=llvm-config-3.5 ./configure -C )
> >
> >> ~/Desktop/R_conf-Trunk.log 2>&1
> >>
> >> Check the R_conf-Trunk.log log file on the your desktop (last line of
> the
> >> file)
> >> If it's ok, go ahead, if you miss jit or have other problems posted here
> >> the log file.
> >>
> >> ~/trunk$ ( make && sudo make install ) > 

[Gambas-user] [Gambas Bug Tracker] Bug #1119: Activate and deactivate breakpoints without deleting them

2017-06-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1119=L21haW4-

Víctor PEREZ reported a new bug.

Summary
---

Activate and deactivate breakpoints without deleting them

Type : Request
Priority : Low
Gambas version   : 3.9
Product  : Unknown


Description
---

In the breakpoints tab, create a button to enable / disable breakpoints, so 
that it is practical to do tests and checks without having to clear breakpoints.

Greetings.


System information
--

Gambas=3.9.2
OperatingSystem=Linux
Kernel=3.19.0-32-generic
Architecture=x86
Distribution=Linux Mint 17.3 Rosa
Desktop=MATE
Theme=Gtk
Language=es_UY.UTF-8
Memory=1950M

[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+2=libgtk-x11-2.0.so.0.2400.23
GTK+3=libgtk-3.so.0.1000.8
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
QT4=libQtCore.so.4.8.6
QT5=libQt5Core.so.5.2.1
SDL=libSDL-1.2.so.0.11.4
SQLite=libsqlite3.so.0.8.6



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 :

> 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 libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev
> libsdl-mixer1.2-dev libsdl-image1.2-dev libsage-dev libxml2-dev
> libxslt1-dev librsvg2-dev libpoppler-dev libpoppler-glib-dev
> libpoppler-private-dev libasound2-dev libesd0-dev libdirectfb-dev
> libxtst-dev libffi-dev libqt4-dev libqtwebkit-dev libqt4-opengl-dev
> libglew1.6-dev libimlib2-dev libv4l-dev libsdl-ttf2.0-dev
> libgnome-keyring-dev libgdk-pixbuf2.0-dev linux-libc-dev
> libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libcairo2-dev
> libgsl0-dev libncurses5-dev libgmime-2.6-dev llvm-3.5-dev libalure-dev
> libgmp-dev libgtk-3-dev libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev
> libsdl2-image-dev sane-utils libdumb1-dev libqt5opengl5-dev libqt5svg5-dev
> libqt5webkit5-dev libqt5x11extras5-dev qtbase5-dev
>
> Regards
> Gianluigi
>
> 2017-06-12 10:28 GMT+02:00 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 stable repository:
>> sudo add-apt-repository -r ppa:gambas-team/gambas3
>> To uninstall the trunk (unstable) repository:
>> sudo add-apt-repository -r ppa:gambas-team/gambas-daily
>> Gambas real with all the libraries etc .:
>> sudo apt-get --purge remove gambas3
>> sudo apt-get autoremove gambas3
>>
>> At this point you can check that you have actually cleaned Ubuntu from
>> the old Gambas by giving these commands, always from the terminal:
>>
>> sudo updatedb
>> locate gambas*
>> If you find something copied and always deleted with:
>>
>> sudo apt-get –purge remove 
>>
>>
>> First you need to download the libraries:
>>
>> sudo apt update
>>
>> 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 libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev
>> libsdl-mixer1.2-dev libsdl-image1.2-dev libsage-dev libxml2-dev
>> libxslt1-dev librsvg2-dev libpoppler-dev libpoppler-glib-dev
>> libpoppler-private-dev libasound2-dev libesd0-dev libdirectfb-dev
>> libxtst-dev libffi-dev libqt4-dev libqtwebkit-dev libqt4-opengl-dev
>> libglew1.6-dev libimlib2-dev libv4l-dev libsdl-ttf2.0-dev
>> libgnome-keyring-dev libgdk-pixbuf2.0-dev linux-libc-dev
>> libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libcairo2-dev
>> libgsl0-dev libncurses5-dev libgmime-2.6-dev llvm-3.5-dev libalure-dev
>> libgmp-dev libgtk-3-dev libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev
>> libsdl2-image-dev sane-utils libdumb1-dev libqt5opengl5-dev libqt5svg5-dev
>> libqt5webkit5-dev libqt5x11extras5-dev qtbase5-dev[/code]
>>
>>
>> Now you can start by compiling the TRUNK version from SVN.
>> NOTE: You will get two log files on our Desktop (look if your path is
>> Desktop or Escritorio):
>>
>> sudo apt install subversion
>>
>> svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk
>>
>> cd trunk
>>
>> ~/trunk$ ( ./reconf-all && LLVM_CONFIG=llvm-config-3.5 ./configure -C ) >
>> ~/Desktop/R_conf-Trunk.log 2>&1
>>
>> Check the R_conf-Trunk.log log file on the your desktop (last line of the
>> file)
>> If it's ok, go ahead, if you miss jit or have other problems posted here
>> the log file.
>>
>> ~/trunk$ ( make && sudo make install ) > ~/Scrivania/Make_Inst-Trunk.log
>> 2>&1
>>
>> Regards
>>
>> Gianluigi
>>
>> 2017-06-12 0:54 GMT+02:00 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 have the time or
>>> knowledge to do what is required (It is not that I am lazy; it is because
>>> time has been quite scarce.
>>>
>>> Maybe I should try the unstable version...
>>>
>>> Regards
>>>
>>>
>>> - fernando
>>>
>>>
>>> 2017-06-11 17:02 GMT-03:00 Gianluigi :
>>>
>>> > +1 
>>> > I also use the version of Gambas compiled from sources without any
>>> > 

Re: [Gambas-user] OT: Is this junk or really a sourforge mail?

2017-06-12 Thread Rolf-Werner Eilert

Ok, thank you for the tip!

Regards
Rolf

Am 12.06.2017 09:38, schrieb Gianluigi:

I replied that I only want Gambas's mail and that's enough.

Regards
Gianluigi

2017-06-12 9:13 GMT+02:00 Tobias Boege :


On Mon, 12 Jun 2017, Rolf-Werner Eilert wrote:

This morning, I got a mail asking for confirmation of my mailing list
accounts with sourceforge.

They have never ever done this before, so I am somewhat sceptical if this
might be just a junk mail and I will start receiving tons of spams over

that

account.



It seems to have been announced here: https://sourceforge.net/blog/
sourceforge-project-e-mail-policy-update/

--
"There's an old saying: Don't change anything... ever!" -- Mr. Monk


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user





--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] OT: Is this junk or really a sourforge mail?

2017-06-12 Thread Rolf-Werner Eilert

Am 12.06.2017 09:13, schrieb Tobias Boege:

On Mon, 12 Jun 2017, Rolf-Werner Eilert wrote:

This morning, I got a mail asking for confirmation of my mailing list
accounts with sourceforge.

They have never ever done this before, so I am somewhat sceptical if this
might be just a junk mail and I will start receiving tons of spams over that
account.



It seems to have been announced here: 
https://sourceforge.net/blog/sourceforge-project-e-mail-policy-update/




Oh, I see, thank you for the link!

Regards
Rolf


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev
libsdl-mixer1.2-dev libsdl-image1.2-dev libsage-dev libxml2-dev
libxslt1-dev librsvg2-dev libpoppler-dev libpoppler-glib-dev
libpoppler-private-dev libasound2-dev libesd0-dev libdirectfb-dev
libxtst-dev libffi-dev libqt4-dev libqtwebkit-dev libqt4-opengl-dev
libglew1.6-dev libimlib2-dev libv4l-dev libsdl-ttf2.0-dev
libgnome-keyring-dev libgdk-pixbuf2.0-dev linux-libc-dev
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libcairo2-dev
libgsl0-dev libncurses5-dev libgmime-2.6-dev llvm-3.5-dev libalure-dev
libgmp-dev libgtk-3-dev libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev
libsdl2-image-dev sane-utils libdumb1-dev libqt5opengl5-dev libqt5svg5-dev
libqt5webkit5-dev libqt5x11extras5-dev qtbase5-dev

Regards
Gianluigi

2017-06-12 10:28 GMT+02:00 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 stable repository:
> sudo add-apt-repository -r ppa:gambas-team/gambas3
> To uninstall the trunk (unstable) repository:
> sudo add-apt-repository -r ppa:gambas-team/gambas-daily
> Gambas real with all the libraries etc .:
> sudo apt-get --purge remove gambas3
> sudo apt-get autoremove gambas3
>
> At this point you can check that you have actually cleaned Ubuntu from the
> old Gambas by giving these commands, always from the terminal:
>
> sudo updatedb
> locate gambas*
> If you find something copied and always deleted with:
>
> sudo apt-get –purge remove 
>
>
> First you need to download the libraries:
>
> sudo apt update
>
> 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 libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev
> libsdl-mixer1.2-dev libsdl-image1.2-dev libsage-dev libxml2-dev
> libxslt1-dev librsvg2-dev libpoppler-dev libpoppler-glib-dev
> libpoppler-private-dev libasound2-dev libesd0-dev libdirectfb-dev
> libxtst-dev libffi-dev libqt4-dev libqtwebkit-dev libqt4-opengl-dev
> libglew1.6-dev libimlib2-dev libv4l-dev libsdl-ttf2.0-dev
> libgnome-keyring-dev libgdk-pixbuf2.0-dev linux-libc-dev
> libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libcairo2-dev
> libgsl0-dev libncurses5-dev libgmime-2.6-dev llvm-3.5-dev libalure-dev
> libgmp-dev libgtk-3-dev libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev
> libsdl2-image-dev sane-utils libdumb1-dev libqt5opengl5-dev libqt5svg5-dev
> libqt5webkit5-dev libqt5x11extras5-dev qtbase5-dev[/code]
>
>
> Now you can start by compiling the TRUNK version from SVN.
> NOTE: You will get two log files on our Desktop (look if your path is
> Desktop or Escritorio):
>
> sudo apt install subversion
>
> svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk
>
> cd trunk
>
> ~/trunk$ ( ./reconf-all && LLVM_CONFIG=llvm-config-3.5 ./configure -C ) >
> ~/Desktop/R_conf-Trunk.log 2>&1
>
> Check the R_conf-Trunk.log log file on the your desktop (last line of the
> file)
> If it's ok, go ahead, if you miss jit or have other problems posted here
> the log file.
>
> ~/trunk$ ( make && sudo make install ) > ~/Scrivania/Make_Inst-Trunk.log
> 2>&1
>
> Regards
>
> Gianluigi
>
> 2017-06-12 0:54 GMT+02:00 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 have the time or
>> knowledge to do what is required (It is not that I am lazy; it is because
>> time has been quite scarce.
>>
>> Maybe I should try the unstable version...
>>
>> Regards
>>
>>
>> - fernando
>>
>>
>> 2017-06-11 17:02 GMT-03:00 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 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
>> > 

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 stable repository:
sudo add-apt-repository -r ppa:gambas-team/gambas3
To uninstall the trunk (unstable) repository:
sudo add-apt-repository -r ppa:gambas-team/gambas-daily
Gambas real with all the libraries etc .:
sudo apt-get --purge remove gambas3
sudo apt-get autoremove gambas3

At this point you can check that you have actually cleaned Ubuntu from the
old Gambas by giving these commands, always from the terminal:

sudo updatedb
locate gambas*
If you find something copied and always deleted with:

sudo apt-get –purge remove 


First you need to download the libraries:

sudo apt update

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 libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev
libsdl-mixer1.2-dev libsdl-image1.2-dev libsage-dev libxml2-dev
libxslt1-dev librsvg2-dev libpoppler-dev libpoppler-glib-dev
libpoppler-private-dev libasound2-dev libesd0-dev libdirectfb-dev
libxtst-dev libffi-dev libqt4-dev libqtwebkit-dev libqt4-opengl-dev
libglew1.6-dev libimlib2-dev libv4l-dev libsdl-ttf2.0-dev
libgnome-keyring-dev libgdk-pixbuf2.0-dev linux-libc-dev
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libcairo2-dev
libgsl0-dev libncurses5-dev libgmime-2.6-dev llvm-3.5-dev libalure-dev
libgmp-dev libgtk-3-dev libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev
libsdl2-image-dev sane-utils libdumb1-dev libqt5opengl5-dev libqt5svg5-dev
libqt5webkit5-dev libqt5x11extras5-dev qtbase5-dev[/code]


Now you can start by compiling the TRUNK version from SVN.
NOTE: You will get two log files on our Desktop (look if your path is
Desktop or Escritorio):

sudo apt install subversion

svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk

cd trunk

~/trunk$ ( ./reconf-all && LLVM_CONFIG=llvm-config-3.5 ./configure -C ) >
~/Desktop/R_conf-Trunk.log 2>&1

Check the R_conf-Trunk.log log file on the your desktop (last line of the
file)
If it's ok, go ahead, if you miss jit or have other problems posted here
the log file.

~/trunk$ ( make && sudo make install ) > ~/Scrivania/Make_Inst-Trunk.log
2>&1

Regards

Gianluigi

2017-06-12 0:54 GMT+02:00 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 have the time or
> knowledge to do what is required (It is not that I am lazy; it is because
> time has been quite scarce.
>
> Maybe I should try the unstable version...
>
> Regards
>
>
> - fernando
>
>
> 2017-06-11 17:02 GMT-03:00 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 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
> be
> > > > incorporated into the stable version.
> > > >
> > > > So, I will stay with the stable version and wait until the changes
> are
> > > made
> > > > available for general use. Meanwhile, I'll keep using the workaround
> > for
> > > > the keyboard locking issue.
> > > >
> > >
> > > Ok, but just a quick remark. "Unstable" is an unclear term. I, for one,
> > > always run an unstable version of Gambas (compiled from source) and
> > usually
> > > have no problems. But once in a while it happens that something is
> broken
> > > in the development version because of a change that was not fully
> thought
> > > through; or you install a revision in the middle of someone making a
> > bunch
> > > of commits, before he is done with all his changes, and Gambas doesn't
> > even
> > > compile completely.
> > >
> > > If you want to test a bug fix (or go on bug hunt yourself), you have to
> > use
> > > the unstable version, because the stable version is supposed(TM) to not
> > > have
> > > bugs but to have confirmed bug fixes. Unstable usually isn't as bad as
> it
> > > sounds.
> > >
> > > Regards,
> > > Tobi
> > >
> > > --
> > > "There's an old saying: Don't change anything... ever!" -- Mr. Monk
> > >
> > > 

Re: [Gambas-user] OT: Is this junk or really a sourforge mail?

2017-06-12 Thread Gianluigi
I replied that I only want Gambas's mail and that's enough.

Regards
Gianluigi

2017-06-12 9:13 GMT+02:00 Tobias Boege :

> On Mon, 12 Jun 2017, Rolf-Werner Eilert wrote:
> > This morning, I got a mail asking for confirmation of my mailing list
> > accounts with sourceforge.
> >
> > They have never ever done this before, so I am somewhat sceptical if this
> > might be just a junk mail and I will start receiving tons of spams over
> that
> > account.
> >
>
> It seems to have been announced here: https://sourceforge.net/blog/
> sourceforge-project-e-mail-policy-update/
>
> --
> "There's an old saying: Don't change anything... ever!" -- Mr. Monk
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] OT: Is this junk or really a sourforge mail?

2017-06-12 Thread Tobias Boege
On Mon, 12 Jun 2017, Rolf-Werner Eilert wrote:
> This morning, I got a mail asking for confirmation of my mailing list
> accounts with sourceforge.
> 
> They have never ever done this before, so I am somewhat sceptical if this
> might be just a junk mail and I will start receiving tons of spams over that
> account.
> 

It seems to have been announced here: 
https://sourceforge.net/blog/sourceforge-project-e-mail-policy-update/

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] OT: Is this junk or really a sourforge mail?

2017-06-12 Thread Rolf-Werner Eilert
This morning, I got a mail asking for confirmation of my mailing list 
accounts with sourceforge.


They have never ever done this before, so I am somewhat sceptical if 
this might be just a junk mail and I will start receiving tons of spams 
over that account.


This is the mail, I cut the personal part out:

Hi,

Thanks for being a SourceForge user. Our records indicate that you are 
subscribed to the following project mailing lists:


gambas-user
ltsp-discuss

We are contacting you to confirm you are still interested in receiving 
emails from these SourceForge project lists.  If you do not confirm your 
subscriptions by June 29th, you will be unsubscribed from the above 
mailing lists.


Please click here to confirm your subscriptions:

https://sourceforge.net/mailman/reconfirm?confirm=


Thanks,
The SourceForge Team
A Slashdot Media Company


Thanks for your advice.

Regards
Rolf

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user