Re: [Gambas-user] Switching to GitLab

2017-08-16 Thread PICCORO McKAY Lenz
2017-08-16 15:30 GMT-04:00 Adrien Prokopowicz : >> It's because the download tool of GitLab downloads everything (especially >> the 'MakeWebSite' project that has a lot big files in it), whereas the "make >> dist-bzip2" command only package what is relevant to compile and install >> Gambas. mayor s

Re: [Gambas-user] Switching to GitLab

2017-08-16 Thread PICCORO McKAY Lenz
attention to all fisr; the second commands are for stable.. if want to download lasted as the wiki said clarelly, git clone "OR" then wget stable.. i provided that command due old svn wiki HAS SAME VEHABIOUR (a download way for last and a download way for satble truck version tag/branch) in secon

[Gambas-user] Arch / Manjaro PKGBUILD file for GIT

2017-08-16 Thread Moviga Technologies
Hi! I've made a PKGBUILD file for Gambas that gets sources from gitlab. It's still too messy and crude for AUR, but it works. So, untill then, you can get it here: https://forum.gambas.one/viewtopic.php?f=4&t=535 -- Check

Re: [Gambas-user] Switching to GitLab

2017-08-16 Thread Adrien Prokopowicz
Le Wed, 16 Aug 2017 18:30:03 +0200, Benoît Minisini via Gambas-user a écrit: It's because the download tool of GitLab downloads everything (especially the 'MakeWebSite' project that has a lot big files in it), whereas the "make dist-bzip2" command only package what is relevant to compile

Re: [Gambas-user] Switching to GitLab

2017-08-16 Thread adamn...@gmail.com
On Wed, 16 Aug 2017 18:19:12 +0200 Karl Reinl wrote: > Salut, > > not knowing git, and not having read anything about GitLab, > following these instructions seems to run oK! But this is a > 35 MB > download. Do I have to do that every time, if I want to get the newest > release (I know the examp

Re: [Gambas-user] Switching to GitLab

2017-08-16 Thread Benoît Minisini via Gambas-user
Le 16/08/2017 à 18:19, Karl Reinl a écrit : Am Dienstag, den 15.08.2017, 11:59 -0400 schrieb PICCORO McKAY Lenz: $ wget https://gitlab.com/gambas/gambas/repository/v3.10.0/archive.tar.gz -O gambas-3.10.0.tar.gz $ tar -zxvf gambas-3.10.0.tar.gz $ cd gambas-v3.10.0-* Salut, not knowing git, an

Re: [Gambas-user] Switching to GitLab

2017-08-16 Thread Karl Reinl
Am Dienstag, den 15.08.2017, 11:59 -0400 schrieb PICCORO McKAY Lenz: > $ wget https://gitlab.com/gambas/gambas/repository/v3.10.0/archive.tar.gz > -O gambas-3.10.0.tar.gz > $ tar -zxvf gambas-3.10.0.tar.gz > $ cd gambas-v3.10.0-* Salut, not knowing git, and not having read anything about GitLab,

Re: [Gambas-user] Switching to GitLab

2017-08-16 Thread Gianluigi
It should also be stated that for the compilation of the stable there is no need to install Git, which is indispensable for the development version. Regards Gianluigi 2017-08-16 16:46 GMT+02:00 Gianluigi : > Attention Piccoro, > I was talking about compiling the devel and not the stable. > I jus

Re: [Gambas-user] Switching to GitLab

2017-08-16 Thread Gianluigi
Attention Piccoro, I was talking about compiling the devel and not the stable. I just wrote my experience that might be useful to someone. Starting with a system with already installed libraries. 2017-08-16 16:21 GMT+02:00 PICCORO McKAY Lenz : > i think you can makde a truck/git packages easyle w

Re: [Gambas-user] Gottit!

2017-08-16 Thread PICCORO McKAY Lenz
2017-08-16 10:03 GMT-04:00 adamn...@gmail.com : > Rather than have only one single place for the full version history of > the software as is common in once-popular version control systems like CVS or > Subversion (also known as SVN), YEs that the main problem of the CVS and SVN, the only

Re: [Gambas-user] Switching to GitLab

2017-08-16 Thread PICCORO McKAY Lenz
i think you can makde a truck/git packages easyle without problems, the only you must have are the "debian" directory and then run the rules.. all the packages from recent truck will be created icluding the checks and sources.. http://200.82.144.73/dokuwiki/doku.php?id=debian-gambas-empezando chec

[Gambas-user] Gottit!

2017-08-16 Thread adamn...@gmail.com
So far anyway. ~-) Aha! So the Git is pretty stupid! (Which is what Torvalds said in the first place.) Now I get it. It's just a version controller (with added carrots). And there I was looking for a 3 month learning curve, severe pain and high blood pressure. Sheesh! Seven thousand lines

Re: [Gambas-user] FProperty.class:25: error: Unknown identifier: &1 WebView

2017-08-16 Thread Gianluigi
I forgot (for git) to communicate this. The first time you open System information is very slow in gambasdevel and fast in stable. Regards Gianluigi 2017-08-15 12:08 GMT+02:00 Tobias Boege : > On Tue, 15 Aug 2017, Tobias Boege wrote: > > I'm currently running > > > > $ gbx3 -V > > 3.10.90 ra

Re: [Gambas-user] Switching to GitLab

2017-08-16 Thread Gianluigi
Warning, in explanations of how I delete any Gambas3 track in my Notebook I made a mistake of copy and paste, sorry. The first two steps are these: cd trunk sudo make uninstall and not sudo apt-get --purge remove gambas3 sudo apt-get autoremove gambas3 related to uninstalling Gambas from PPA to