Re: [Gambas-user] Pre-release of Gambas 3.9.1

2016-09-05 Thread Sebastian Kulesz
I forced a new build in the Daily PPA with the latest commits included. Will report back if I get any error. I don't have an Ubuntu setup at hand, so if anyone can, please run the tests on the gb.openssl component to see if anything is broken. Not because of the version test, but because of that me

Re: [Gambas-user] Pre-release of Gambas 3.9.0 (episode II)

2016-08-25 Thread Sebastian Kulesz
It will be available in the Beta PPA in a few hours, Launchpad has half of its build farm offline for some reason... On Thu, Aug 25, 2016 at 9:41 PM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Hi, > > Here is a ne

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Sebastian Kulesz
Benoît, beware that the version number was only updated on the 3.9 branch. On trunk, the version is still 3.8.90! On Sat, Aug 20, 2016 at 12:59 PM, Fabien Bodard wrote: > is the problem of compilation of gb.git on archlinux is resolved ? > > --

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Sebastian Kulesz
On Sat, Aug 20, 2016 at 12:31 PM, Christof Thalhofer wrote: > Hi, > > Am 20.08.2016 um 16:45 schrieb Benoît Minisini: > > > Finally, here is the initial source package of Gambas 3.9.0! > > > > https://sourceforge.net/projects/gambas/files/gambas3/ > gambas3-3.9.0.tar.bz2/download > > > > Please c

Re: [Gambas-user] Support for new Packaging systems (Snappy and Flatpak)

2016-06-18 Thread Sebastian Kulesz
I will try to build a framework for building Gambas projects in the next few weeks. I don't make any promises though! :) On Sat, Jun 18, 2016, 12:35 Benoît Minisini wrote: > Le 18/06/2016 01:10, Dimitris Anogiatis a écrit : > > Hey guys, > > > > This is by no means urgent, I'm just asking mainly

Re: [Gambas-user] Gambas3 on Rasperry Pi 3 with Ubuntu Mate 16.04

2016-05-05 Thread Sebastian Kulesz
Remember the ppa has arm packages built specifically for this! Compiling on a raspberry pi will take about around four hours. The issues you mention should be fixed in the 16.04 versions of any Ubuntu derivative, although I can't be sure they will work. On Thu, May 5, 2016, 05:21 Alexie wrote: >

Re: [Gambas-user] qt5

2016-05-02 Thread Sebastian Kulesz
You're welcome. Glad I was able to help! Enjoy! On Mon, May 2, 2016, 14:30 Alexie wrote: > Just looked, and this PPA is now automatically selected ... And this one > works on Ubuntu 16.04 ! ... Thanks Sebastian! ​ > > -

Re: [Gambas-user] qt5

2016-05-02 Thread Sebastian Kulesz
ages > > 500 http://ppa.launchpad.net/gambas-team/gambas3/ubuntu > xenial/main > i386 Packages > > 2016-05-02 18:18 GMT+02:00 Sebastian Kulesz : > > > I just saw that Ubuntu Xenial is also providing Gambas 3.8.4, but from > the > > error you are getting,

Re: [Gambas-user] qt5

2016-05-02 Thread Sebastian Kulesz
I just saw that Ubuntu Xenial is also providing Gambas 3.8.4, but from the error you are getting, my guess is that it is badly packaged. The version available in the PPA has a lower version number than the one available in the Ubuntu repository because of lexicographical order. So in your picture,

Re: [Gambas-user] qt5

2016-05-02 Thread Sebastian Kulesz
I'm still around! I dont like touching the stable PPA except when there is a stable release of gambas. But adding a new release is okay, as long as I don't have to touch the current packages. Let me know if the Xenial builds work okey, just in case anything needs fixing. Enjoy! On Mon, May 2, 201

Re: [Gambas-user] Gambas apps on Launchpad PPA?

2016-04-03 Thread Sebastian Kulesz
You can use this [0] project of mine as an example. All you need to do is set the stable ppa as a dependency, and upload a source package with a Debian/ folder similar to the one the project has. Remember to include a makefile too, you can find and example there as well. [0] https://github.com/seb

Re: [Gambas-user] an y example of usage gb.logging ? wiki does not have any example

2015-12-14 Thread Sebastian Kulesz
If you are using an old version of Gambas, you can try to copy the component's source code to your project. It does not use any fancy features introduced lately, so it should work. I'm not 100% sure it will work, but you can try anyway! On Mon, Dec 14, 2015, 20:38 PICCORO McKAY Lenz wrote: > hi

Re: [Gambas-user] an y example of usage gb.logging ? wiki does not have any example

2015-12-14 Thread Sebastian Kulesz
another platform > (obviously that not like me jejeje) > Lenz McKAY Gerardo (PICCORO) > http://qgqlochekone.blogspot.com > > > 2015-12-14 18:18 GMT-04:30 Sebastian Kulesz : > > English here, Spanish translation is below! > > > > Here [0] is a little example which is available within the

Re: [Gambas-user] an y example of usage gb.logging ? wiki does not have any example

2015-12-14 Thread Sebastian Kulesz
English here, Spanish translation is below! Here [0] is a little example which is available within the component. Otherwise, if you really just want to output text to the console, you can call Logger("This will be logged to the standard output"), or Logger.Log which is a mirror of the previous fun

Re: [Gambas-user] an y example of usage gb.logging ? wiki does not have any example

2015-12-14 Thread Sebastian Kulesz
I can send you an example project in a few hours if you don't mind waiting. Meanwhile, check out the source code of the component for a mini example on how to use it. -- Puedo mandar un proyecto de ejemplo en unas horas si no te molesta esperar. Mientras tanto, intenta ver el código fuente del c

Re: [Gambas-user] Pre-release of Gambas 3.8.4

2015-12-13 Thread Sebastian Kulesz
I'm getting the following error when building the Beta PPA. Installing the development environment... Compiling gambas3... CControl.class:767: error: Unknown identifier: sVal The error is in this [0] file. Sorry I can't link to SourceForge, but it won't allow me to select a line. [0] http://baz

Re: [Gambas-user] New gb.web.form component

2015-11-14 Thread Sebastian Kulesz
Hi Benoît, just a heads up that the gb.web.form component is missing from the comp/src/order file. That's the only thing stopping it from being included in the PPA. I would fix it myself, but I don't have access to the svn tree from where I'm at. On Sat, Nov 14, 2015 at 8:31 PM, Jussi Lahtinen wr

Re: [Gambas-user] Pre-release of gambas 3.8.2 - Form cannot load parent Class Form

2015-10-08 Thread Sebastian Kulesz
e packages, or if it's okay to use the previous one, asi it is now. On Thu, Oct 8, 2015, 12:46 Benoît Minisini wrote: > Le 08/10/2015 17:37, Sebastian Kulesz a écrit : > > Benoit, was that problemas fixed un revision 7398? Because the stable > > release does not include that c

Re: [Gambas-user] Pre-release of gambas 3.8.2 - Form cannot load parent Class Form

2015-10-08 Thread Sebastian Kulesz
Benoit, was that problemas fixed un revision 7398? Because the stable release does not include that commit, as the release was done before. Should I include it? On Thu, Oct 8, 2015, 12:16 Christof Thalhofer wrote: > Am 08.10.2015 um 16:57 schrieb Benoît Minisini: > > > I see: you have to recompi

Re: [Gambas-user] Gambas3 3.8.2 PPA problem on new project.

2015-10-07 Thread Sebastian Kulesz
Yup, sorry about that. I'm not used to the packaging rules changing between bugfix releases, and forgot to add the new rules for the ide package.. The fix will be live in an hour or two. Sorry again! On Wed, Oct 7, 2015 at 7:06 AM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 07/1

Re: [Gambas-user] Gambas 3.8.1

2015-09-07 Thread Sebastian Kulesz
t [1] http://bazaar.launchpad.net/~gambas-team/+junk/gambas3-stable-common/revision/41 On Mon, Sep 7, 2015 at 9:39 AM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 07/09/2015 14:20, Sebastian Kulesz a écrit : > > The version number of the IDE was changed to 3.8.90 wh

Re: [Gambas-user] Gambas 3.8.1

2015-09-07 Thread Sebastian Kulesz
The version number of the IDE was changed to 3.8.90 when merging r7241-r7249. I will patch it in the PPA and issue an update as soon as possible. On Mon, Sep 7, 2015 at 8:43 AM, Ivan Kern wrote: > Hi, > > I can confirm it. > > I installed it from PPA. > > $ sudo add-apt-repository ppa:gambas-tea

Re: [Gambas-user] Pre-release of Gambas 3.8.1

2015-09-02 Thread Sebastian Kulesz
I'm gonna chime in and use Bruce's comment to say something i've been thinking of lately. Some of you may remember, I was once working on porting the build system Gambas uses from automake to Cmake. The work i did was left stalled mostly because managing and merging the changes in trunk while I was

Re: [Gambas-user] where's can download gambas ver 3.8.90.svn.7215

2015-08-04 Thread Sebastian Kulesz
Gambas is not yet updated to 3.8 in the archlinux repository. Just wait a few days for the mantainer to do so, it was already marked as outdated. On Tue, Aug 4, 2015, 05:22 tsukuba GIMP user wrote: > because my project is dev in opensuse > but i choose 3.8.90.svn.7215 ver in software.opensuse.or

Re: [Gambas-user] Launchpad Gambas 3.8.0 broken for Ubuntu 12.04

2015-08-03 Thread Sebastian Kulesz
It should be fixed, but some other thing might have slipped my hand. Please let me know if you find anything else, and sorry again :P On Mon, Aug 3, 2015 at 5:36 PM, Sebastian Kulesz wrote: > Yup. Found the bug, for some reason I added an explicit dependence in > gb.eval when it is a

Re: [Gambas-user] Launchpad Gambas 3.8.0 broken for Ubuntu 12.04

2015-08-03 Thread Sebastian Kulesz
Yup. Found the bug, for some reason I added an explicit dependence in gb.eval when it is already included in the Gambas runtime. I will fix it as soon as I get home, sorry about that :( On Mon, Aug 3, 2015, 14:06 Alexie wrote: > Hi, > > Just want to mention the PPA for Gambas 3.8.0 & Ubuntu 12.0

Re: [Gambas-user] Gambas 3.8 on Launchpad naming error?

2015-08-02 Thread Sebastian Kulesz
On Sun, Aug 2, 2015 at 1:38 PM, Christof Thalhofer wrote: > Hello, > > there seems to be an naming error: > > Paket: gambas3-gb-form-media > Neu: ja > Zustand: Installiert > Automatisch installiert: nein > Version: 3.7.1-24.34~ubuntu14.04.1 > > Has now a new name ... > > Paket: gambas3-gb-media-f

Re: [Gambas-user] Pre-release of Gambas 3.8.0

2015-07-31 Thread Sebastian Kulesz
So, because of the downtime Sourceforge had this past few weeks, the svn imports into Launchpad were halted because of repeated failures to reach the server. This means that the last build was using revision 7187, and I wasn't even warned of this! :( Anyway, the daily PPA was just updated to the l

Re: [Gambas-user] New system tray icon protocol support, new episode.

2015-06-30 Thread Sebastian Kulesz
Hey there! On Sun, Jun 28, 2015 at 10:53 PM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Hi, > > In revision #7154, I have replaced the gb.form.statusicon component by a > component named gb.dbus.trayicon. > > This new component is now automatically loaded by the GUI components > whe

Re: [Gambas-user] R: ERROR "Unable to compile gambas3" in rev. #7092 !

2015-05-26 Thread Sebastian Kulesz
more! [0] https://wiki.ubuntu.com/FeatureFreeze On May 26, 2015 5:46 PM, "Charlie Reinl" wrote: > Am Dienstag, den 26.05.2015, 13:08 -0300 schrieb Sebastian Kulesz: > > On May 26, 2015 12:25 PM, "Ru Vuott" wrote: > > > > > > > > > Thank

Re: [Gambas-user] R: ERROR "Unable to compile gambas3" in rev. #7092 !

2015-05-26 Thread Sebastian Kulesz
On May 26, 2015 12:25 PM, "Ru Vuott" wrote: > > > Thank you very much, Charlie, finally a more information ! > So, therefore, do I have "to wait for" :-( Ubuntu provides Qt5Core >= 5.3 version ? They will never provide QT5 5.3 binaries in precise or trusty. They are freezed to whatever version

Re: [Gambas-user] gambas3 gb.form error

2015-05-20 Thread Sebastian Kulesz
That's because today's builds where compiled after the change of the default editor, but before I added the component and updated the IDE's dependencies. I am extremely busy today so I won't be able to issue new builds. It will be automatically fixed in tonight's packages though. If it is urgent,

Re: [Gambas-user] sdl2 component missing in gambas-team stable PPA!!

2015-05-16 Thread Sebastian Kulesz
So, yeah, you should update your system. SDL2 is not available in Ubuntu Precise, so it is impossible to package gb.sdl2.* for that distribution. On Sat, May 16, 2015 at 10:53 AM, Willy@develop < wi...@develop.earthshipeurope.org> wrote: > Hi all, > > I just noticed when trying to install Innova

Re: [Gambas-user] Will Gambas 3.7.1 be in Launchpad?

2015-04-22 Thread Sebastian Kulesz
As promised, you should be seeing the update in an hour or two! ;) On Thu, Apr 16, 2015 at 8:31 AM, Christof Thalhofer wrote: > Hi Sebastian, > > Am 15.04.2015 um 15:15 schrieb Sebastian Kulesz: > > I'm really sorry for the delay. It will be pushed, but I'm under a lot

Re: [Gambas-user] Gambas stable builds

2015-04-21 Thread Sebastian Kulesz
On Apr 21, 2015 10:13 AM, "corradove...@libero.it" wrote: > > > > > > > > According page: > https://launchpad.net/~gambas-team/+archive/ubuntu/gambas3 > the current gambas version should be 3.7 > but ubuntu 15.4 software center installs gambas3-ide 3.5.4-2ubuntu3 > (here the lines from gambas syst

Re: [Gambas-user] Will Gambas 3.7.1 be in Launchpad?

2015-04-15 Thread Sebastian Kulesz
I'm really sorry for the delay. It will be pushed, but I'm under a lot of work and won't be able to do it until next Wednesday. On Apr 15, 2015 4:03 AM, "Christof Thalhofer" wrote: > Hi, > > Will Gambas 3.7.1 be in Launchpad Stable? And if, when? > > Alles Gute > > Christof Thalhofer > > -- > Die

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Sebastian Kulesz
Package manager (or the update manger). > I am using Linux mint but it uses a Ubuntu setup of course. > > > On 03/19/2015 12:56 PM, Sebastian Kulesz wrote: > > The only package labeled like that is the one containing the gb.compress > > component. Can you tell me the exact p

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Sebastian Kulesz
e manager. > > On 03/19/2015 12:07 PM, Sebastian Kulesz wrote: > > You should be able to update now. Be aware that you will probably have to > > follow what Tobias said to clean the old bytecode files compiled with the > > higher version number. > > &g

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Sebastian Kulesz
You should be able to update now. Be aware that you will probably have to follow what Tobias said to clean the old bytecode files compiled with the higher version number. Please let me know if it is working as intended now! On Mar 19, 2015 10:57 AM, "Tobias Boege" wrote: > On Thu, 19 Mar 2015, J

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Sebastian Kulesz
Found the error, will push an update shortly. The IDE still thinks it has the 3.7.90 version. On Thu, Mar 19, 2015 at 6:02 AM, John Rose wrote: > On 18/03/15 12:38, Gian wrote: > > Upon notification by a user of Gambas-it I tried to install the PPA > > stable. > > Seems that we obtained the Trun

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-18 Thread Sebastian Kulesz
Thats because the version in the 3.7 branch was updated to 3.7.90 when it should have stayed in 3.7.0. I have included a patch to the build system to revert the commit. I will publish an update shortly. Thanks for pointing it out! On Wed, Mar 18, 2015 at 9:38 AM, Gian wrote: > Upon notification

Re: [Gambas-user] URGENT request to people of Gambas stable PPA

2015-03-17 Thread Sebastian Kulesz
On Mar 17, 2015 1:39 PM, "Willy Raets" wrote: > > On di, 2015-03-17 at 11:35 -0500, Lewis Balentine wrote: > > Congratulations Willy :-) > > > Thanks, and it only costed me a days work to figure it all out :) > > I guess this might mean I'll manage to get the migration going next week > as planne

Re: [Gambas-user] daily PPA for ubuntu vivid not found

2015-03-17 Thread Sebastian Kulesz
The PPA has packages available for Vivid. The error you are getting is confusing me. The PPA lp:~gambas-team/gambas-daily has the packages, not lp:~gambas-team/gambas3, which is the one throwing you the 404 errors. On Tue, Mar 17, 2015 at 6:29 AM, Gian wrote: > Il 17/03/2015 09:24, corradove...

Re: [Gambas-user] URGENT request to people of Gambas stable PPA

2015-03-16 Thread Sebastian Kulesz
On Mar 16, 2015 11:36 AM, "Willy Raets" wrote: > > On ma, 2015-03-16 at 09:25 -0500, Lewis Balentine wrote: > > Have you considered setting up a local PPA. > > In that way you might also control 'what else' gets updated. > > http://inodes.org/2009/09/14/building-a-private-ppa-on-ubuntu/ > > > > Ch

Re: [Gambas-user] URGENT request to people of Gambas stable PPA

2015-03-16 Thread Sebastian Kulesz
Hey there! I haven't pushed the update to the stable ppa yet. Just last night I updated the bleeding edge ppa and I would like to wait a day or two to see if any issues arise. I can not hold the update because of one user. Think that there are a lot of people waiting for the new features and fixe

Re: [Gambas-user] Is Gambas 3.7 in the repository

2015-03-14 Thread Sebastian Kulesz
I'm cleaning the bleeding edge repository, once it is working ok i will push the builds to the stable repository. On Sat, Mar 14, 2015 at 2:33 PM, Martin McGlensey wrote: > Hello, > > > > Is Gambas 3.7 in the repository? I just tried to update my Ubuntu 14.04 LTS > box and did not see Gambas. >

Re: [Gambas-user] gambas 3.6 on ubuntu vivid

2015-03-14 Thread Sebastian Kulesz
I'm working on the Vivid builds for the 3.7 release. Please check back in a few hours, they should be live by then. On Sat, Mar 14, 2015 at 6:28 AM, corradove...@libero.it < corradove...@libero.it> wrote: > ubuntu vivid software center still offers gambas > 3.5.4.ppa:gambas-team/gambas-daily refu

Re: [Gambas-user] gb.logging API change

2014-12-28 Thread Sebastian Kulesz
you want, both handlers could use a different level of severity ;) I will be adding some more handlers in the following days. Enjoy! On Tue, Dec 17, 2013 at 12:48 AM, Sebastian Kulesz wrote: > My bad. It should be fixed in rev #6010. Please let me know! > > > On Mon, Dec 16, 2013 at

Re: [Gambas-user] An utility component for Gambas

2014-12-01 Thread Sebastian Kulesz
It's about how should I proceed to add this new component to the PPAs. Not sure if it should be a separate component or distributed with the runtime. On Dec 1, 2014 8:38 PM, "B Bruen" wrote: > On Mon, 1 Dec 2014 20:30:19 -0300 > Sebastian Kulesz wrote: > > > Wo

Re: [Gambas-user] An utility component for Gambas

2014-12-01 Thread Sebastian Kulesz
Would it be okay to include this component inside the gambas3-runtime package or should I create a new one for it? On Mon, Dec 1, 2014 at 8:25 PM, B Bruen wrote: > On Mon, 01 Dec 2014 14:48:59 +0100 > Benoît Minisini wrote: > > > Hi, > > > > I'd like to create a 'gb.util' component, written in

Re: [Gambas-user] Pre-release of Gambas 3.6.2

2014-11-11 Thread Sebastian Kulesz
On Nov 11, 2014 2:01 PM, "Benoît Minisini" wrote: > > Le 11/11/2014 17:58, Benoît Minisini a écrit : > > Hi, > > > > I have uploaded a pre-release source package of Gambas 3.6.2 on > > sourceforge at: > > > > http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.6.2.tar.bz2/download > > >

Re: [Gambas-user] Problems compiling Gambas 3.6.1

2014-11-07 Thread Sebastian Kulesz
It is fixed in trunk! I was just asking to backloport it so it is released with Gambas 3.6.2 On Nov 6, 2014 8:20 AM, "CJ" wrote: > > Sebastian, > > Is this compiling issue fixed in current Trunk version or am I > missunderstanding something? > > > Benoît, could you please backport this fix to the

Re: [Gambas-user] Problems compiling Gambas 3.6.1

2014-11-03 Thread Sebastian Kulesz
Benoît, could you please backport this fix to the 3.6 branch? It was the only thing keeping me from compiling the compiler and interpreter under Mac OS without issues. I will post another thread in a few days with the remaining problems I had. On Mon, Nov 3, 2014 at 6:46 AM, CJ wrote: > > > I tr

Re: [Gambas-user] Official release of Gambas 3.6

2014-11-01 Thread Sebastian Kulesz
I'm afraid I can't. I'm limited by the automatic builders made available by Launchpad. Although they are available for official packages, the are not yet available for personal PPAs. As soon as a new architecture is made available, I will do my best to add it to the supported list. On Nov 2, 2014 2

Re: [Gambas-user] Beta PPA

2014-10-30 Thread Sebastian Kulesz
kport is included, and a new commit to the 3.6 branch triggers a new build. On Oct 30, 2014 2:49 PM, "Benoît Minisini" wrote: > Le 30/10/2014 18:31, Tobias Boege a écrit : > > On Thu, 30 Oct 2014, Sebastian Kulesz wrote: > >> Hey! > >> > >> As i mentio

[Gambas-user] Beta PPA

2014-10-30 Thread Sebastian Kulesz
Hey! As i mentioned when Gambas 3.6 was released, i had the idea of making a beta PPA for those of you who needed bugfixes backported immediately, but couldn't use the Daily PPA because you also needed some kind of stability. If you fall in this category, you can now add ppa:gambas-team/gambas-be

Re: [Gambas-user] SmtpClient icon lost in Gambas 3.6 IDE

2014-10-25 Thread Sebastian Kulesz
You must update to Gambas 3.6. I don't support 3.5 any more. It shouldn't even be available, you must be using a discontinued version of Ubuntu or one of its derivatives On Oct 25, 2014 4:34 PM, "Jorge Carrión" wrote: > I updated from 3.54 of Stable repository of Sebikull/gambas-team. > > Must un

Re: [Gambas-user] SmtpClient icon lost in Gambas 3.6 IDE

2014-10-25 Thread Sebastian Kulesz
I think it was a mistake on my side. If you are using any of the PPAs, i missed the control directory for gb.net.smtp and gb.net.pop3 between all the changes. It is fixed now, the Stable PPA is building a new release (only packaging fixes, no code backported), and it will be available in the Daily

Re: [Gambas-user] Official release of Gambas 3.6

2014-10-16 Thread Sebastian Kulesz
14 um 19:44 schrieb Sebastian Kulesz: > > Great news! > > > > I will have the stable PPA updated tonight with armhf builds included ;) > > Cool! I was waiting for that. :-) > > > Alles Gute >

Re: [Gambas-user] Official release of Gambas 3.6

2014-10-16 Thread Sebastian Kulesz
Great news! I will have the stable PPA updated tonight with armhf builds included ;) On Oct 16, 2014 12:42 PM, "Benoît Minisini" wrote: > Hi, > > After almost on year since the last major version, and many last-minute > bug fixes, Gambas 3.6 has just been officially released! > > This new releas

Re: [Gambas-user] Gambas daily Debian packages require 3.6

2014-10-09 Thread Sebastian Kulesz
On Thu, Oct 9, 2014 at 8:14 PM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 10/10/2014 00:52, Sebastian Kulesz a écrit : > > I just updated the PPA to use the new 3.6.99 unstable version. This > should > > fix your problem Christof. > > The versio

Re: [Gambas-user] Gambas daily Debian packages require 3.6

2014-10-09 Thread Sebastian Kulesz
I just updated the PPA to use the new 3.6.99 unstable version. This should fix your problem Christof. Packages are now versioned using the svn revision (i.e gambas3 - 3.6.99+svn6523+build47~ubuntu12.04.1), so this should make it easier to report new bugs and inform the revision being used. On Thu,

Re: [Gambas-user] How to install gambas3 on a banana pi??

2014-10-07 Thread Sebastian Kulesz
It comes from the fact that the Stable PPA does not have ARM builds enabled. Y sent a request to Launchpad to have it enabled, but the first builds will be for Gambas 3.6, as I don't want the x86 and ARM packages to be out of sync. You can try the Daily Builds PPA which has had ARM packages for a f

Re: [Gambas-user] gbr3: unable to load component: gb.markdown

2014-07-22 Thread Sebastian Kulesz
You need to add a file to the following repository https://code.launchpad.net/~gambas-team/+junk/gambas3-daily-common Named: gambas 3-gb-markdown.install With the following content: usr/lib/gambas3/gb.markdown* usr/share/gambas3/info/gb.markdown* On Jul 22, 2014 9:17 PM, "Sebastian K

Re: [Gambas-user] gbr3: unable to load component: gb.markdown

2014-07-22 Thread Sebastian Kulesz
Got it. It's an easy fix, but I'm at the airport so I won't be able to fix it. Send me the email you used asap! I will tell you what to do. You only need to commit a file On Jul 22, 2014 9:07 PM, "Sebastian Kulesz" wrote: > Do you have a launchpad account? I do

Re: [Gambas-user] gbr3: unable to load component: gb.markdown

2014-07-22 Thread Sebastian Kulesz
Do you have a launchpad account? I don't know why the GB.markdown gambas executable is not being added to the package. There must be a typo with the packaging rules. On Jul 22, 2014 8:55 PM, "Benoît Minisini" wrote: > Le 23/07/2014 01:48, Sebastian Kulesz a écrit : >

Re: [Gambas-user] gbr3: unable to load component: gb.markdown

2014-07-22 Thread Sebastian Kulesz
Wed, Jul 16, 2014 at 8:38 PM, Sebastian Kulesz > wrote: > It will be fixed in tomorrow's builds. Sorry about that, i have no idea why > this wasn't added months ago. > > > On Wed, Jul 16, 2014 at 6:00 PM, Nikola Rogozarski > > wrote: > > > I tried to i

Re: [Gambas-user] gb.markdown

2014-07-16 Thread Sebastian Kulesz
It will be fixed in tomorrow's builds. Sorry about that, i have no idea why this wasn't added months ago. On Wed, Jul 16, 2014 at 6:00 PM, Nikola Rogozarski wrote: > I tried to install gambas from daily PPA but it seems there is a problem. > Gambas installed without problem. But when I wanted t

Re: [Gambas-user] Gambas 3.5.4 and the Stable PPA

2014-07-16 Thread Sebastian Kulesz
Gambas 3.5.4 has just been pushed to the new repository. You can add it executing: $ sudo add-apt-repository ppa:gambas-team/gambas3 If you have the previous PPA added, this one will just supersede it and update Gambas using the new packages. If you are in a production environment, do not update

Re: [Gambas-user] Gambas 3.5.4 and the Stable PPA

2014-07-12 Thread Sebastian Kulesz
On Sat, Jul 12, 2014 at 4:53 PM, Willy Raets wrote: > On za, 2014-07-12 at 02:38 -0300, Sebastian Kulesz wrote: > > Hey! Long time no see. > > > > I got word a few hours ago that Kendek won't be maintaining the Stable > PPA > > any more. Instead, he crea

[Gambas-user] Gambas 3.5.4 and the Stable PPA

2014-07-11 Thread Sebastian Kulesz
Hey! Long time no see. I got word a few hours ago that Kendek won't be maintaining the Stable PPA any more. Instead, he created a new PPA under the gambas-team Launchpad name and uploaded the current stable (3.5.3) packages so they can be updated by us. The thing is, I don't have ubuntu installed

Re: [Gambas-user] Daily Builds PPA stuck at gambas3_3.5.99.1+svn20140509...

2014-05-19 Thread Sebastian Kulesz
Hey! Sorry it took me this long. I'm a full time student and time is scarce. New builds are on the way. Trusty already has an updated version but if forgot to add the new packages to the gambas3 metapackage before building. You should be fine, but i'm letting you know just in case (tomorrow's build

Re: [Gambas-user] Wrong behaviour of logger.level

2014-02-20 Thread Sebastian Kulesz
blic Function isEnabledFor(iLevel As Integer) As Boolean > >Return (iLevel <= $iLevel) ---> should be Return (iLevel >= $iLevel) > End Try to self compile and install the component with this line changed, you will see that it will appear to be broken, as it won't log alm

Re: [Gambas-user] Wrong behaviour of logger.level

2014-02-20 Thread Sebastian Kulesz
Hi! I'm the author of the gb.logging component. I'm on vacations right now, so I can't review your issue. I've starred this email and will be taking a look when I get back home. Afaik the component is working correctly, so please review the documentation and the rfc on which it is based (you can fi

Re: [Gambas-user] gb.logging: out of bounds error with certain fields

2014-01-20 Thread Sebastian Kulesz
It should be fixed in revision #6092. Please let me know how it went! On Jan 20, 2014 1:08 PM, "Tobias Boege" wrote: > Hi Sebastian, > > I get an "Out of bounds" error with the attached project. I haven't used > gb.logging myself yet, so I can't say more. I'm just mediating the report > to you...

Re: [Gambas-user] gb.logging API change

2013-12-16 Thread Sebastian Kulesz
My bad. It should be fixed in rev #6010. Please let me know! On Mon, Dec 16, 2013 at 9:55 PM, Bruce wrote: > Sebastian, > > With the new version the $(callLocation) is always returning the same > location ("Logger._call.95"). > > I stuck some debug in the Formatter to print the stack backtrace,

Re: [Gambas-user] gb.logging API change

2013-12-16 Thread Sebastian Kulesz
On Mon, Dec 16, 2013 at 3:15 AM, Bruce wrote: > On Mon, 2013-12-16 at 01:14 -0200, Sebastian Kulesz wrote: > > I just commited an update to the gb.logging component. Please note that a > > call to Logger.Begin() is no longer necessary and will fail. The log is > > aut

[Gambas-user] gb.logging API change

2013-12-15 Thread Sebastian Kulesz
I just commited an update to the gb.logging component. Please note that a call to Logger.Begin() is no longer necessary and will fail. The log is automatically opened for writing when creating the logger. A recent change, too, is the ability to use the component without creating a Logger instance.

Re: [Gambas-user] A little article on Gambas on Phoronix

2013-11-25 Thread Sebastian Kulesz
Why not? They are hilarious! On Nov 25, 2013 4:32 PM, "Kende Krisztián" wrote: > 2013-11-25 20:09 keltezéssel, Benoît Minisini írta: > > http://www.phoronix.com/scan.php?page=news_item&px=MTUyNTM > > > > Just don't read the comments. :-) > > Kendek > > > --

Re: [Gambas-user] Pre-release of Gambas 3.5.1

2013-11-18 Thread Sebastian Kulesz
I wanted to step in earlier but with finals coming closer i'm short of time. I believe you are mixing a few things here. Ubuntu 12.04 is not the latest stable release, 13.10 is, 12.04 is the latest release with LTS, which is a completely different thing, and i understand that you want to stick wit

Re: [Gambas-user] how to make threats

2013-11-13 Thread Sebastian Kulesz
On Wed, Nov 13, 2013 at 5:29 PM, Tobias Boege wrote: > On Wed, 13 Nov 2013, Sebastian Kulesz wrote: > > I had the same problem, you can look at my solution here [0]. Basically, > i > > used a pool of HttpClients with the async property set to True. > > > > The l

Re: [Gambas-user] how to make threats

2013-11-13 Thread Sebastian Kulesz
I had the same problem, you can look at my solution here [0]. Basically, i used a pool of HttpClients with the async property set to True. The logic goes like this. I have an index files which tracks around 120 files stored online. Not going to get into how i update each file without downloading t

Re: [Gambas-user] What is the correct PPA to use to ensure a stable release?

2013-11-07 Thread Sebastian Kulesz
You are getting things wrong. I set up the gambas team ppa so that kendek could push changes to it, instead of using his own ppa, labeled as the stable one. So, the gambas-team/gambas-daily is unstable and only to be used by developers. The nemh/gambas3 is the stable one, maintained only by kendek

[Gambas-user] "[PSA] Gambas Daily Builds PPA has moved"

2013-11-06 Thread Sebastian Kulesz
tl;dr: If you are using the Daily Builds PPA, it has moved from the previous location, please read to keep Gambas updated. The Daily Builds PPA, previously located at has moved to . This is to avoid Kendek from performing untested changes to the Stable PPA, and avoiding potential issues. The qui

Re: [Gambas-user] Specifications for Gambas 3 packaging : updated!

2013-11-05 Thread Sebastian Kulesz
stian Kulesz" wrote: > > On Nov 4, 2013 4:31 AM, "Kende Krisztián" wrote: > > > > 2013-11-04 01:20 keltezéssel, Sebastian Kulesz írta: > > > Sorry for my late step up, time has not been in my side. I just pushed > the > > > updated rules to

Re: [Gambas-user] if-else vs try who are best faster in machine time?

2013-11-04 Thread Sebastian Kulesz
On Mon, Nov 4, 2013 at 6:43 PM, Jussi Lahtinen wrote: > Why not simply write benchmark? > A benchmark wouldn't be accurate, as it will be IO bound, and being an old machine, better reduce disk IO than CPU usage (I'm guessing it uses IDE drives; which have low access time too). Besides, first opti

Re: [Gambas-user] Specifications for Gambas 3 packaging : updated!

2013-11-04 Thread Sebastian Kulesz
On Nov 4, 2013 4:31 AM, "Kende Krisztián" wrote: > > 2013-11-04 01:20 keltezéssel, Sebastian Kulesz írta: > > Sorry for my late step up, time has not been in my side. I just pushed the > > updated rules to the PPA. > > > > Note to Kendek: The testing of

Re: [Gambas-user] Specifications for Gambas 3 packaging : updated!

2013-11-03 Thread Sebastian Kulesz
Sorry for my late step up, time has not been in my side. I just pushed the updated rules to the PPA. Note to Kendek: The testing of the new specifications should have been done in the Daily Builds PPA, that is it's purpose. Too many people *depend* on yours to be breaking it. I created a team in L

Re: [Gambas-user] Official release of Gambas 3.5

2013-10-26 Thread Sebastian Kulesz
mbas for Debian From: Sebastian Kulesz > I've been in contact with one of the Debian maintainers who agreed to > update the packages once they are fixed. He does not have enough time now > to do it, yeah the same response from debian, not enought time, but not enough flexible rules fo

Re: [Gambas-user] Official release of Gambas 3.5

2013-10-25 Thread Sebastian Kulesz
On Fri, Oct 25, 2013 at 11:37 AM, PICCORO McKAY Lenz wrote: > From: Sebastian Kulesz > > Hey Kendek! Putting the reorganization aside, I would like to rebase the > > packages from the Daily Builds PPA with your latest work, so as to keep > > both repositories homogen

Re: [Gambas-user] Official release of Gambas 3.5

2013-10-24 Thread Sebastian Kulesz
On Thu, Oct 24, 2013 at 5:31 PM, Kende Krisztián wrote: > > Hey Kendek! Putting the reorganization aside, I would like to rebase > > the packages from the Daily Builds PPA with your latest work, so as > > to keep both repositories homogeneous. Is that is okey? ;) > > Yeah, that's good idea. :-) >

Re: [Gambas-user] Official release of Gambas 3.5

2013-10-24 Thread Sebastian Kulesz
Hey Kendek! Putting the reorganization aside, I would like to rebase the packages from the Daily Builds PPA with your latest work, so as to keep both repositories homogeneous. Is that is okey? ;) As a side note: I asked an Ubuntu MOTU about getting the Gambas3 packages updated directly in the Ubun

Re: [Gambas-user] gb.logging component when was it introduced?

2013-10-22 Thread Sebastian Kulesz
ind regards, > Caveat > > > On 22/10/13 09:43, Bruce wrote: > > I just added the help content for the gb.logging component (the > > component was written by Sebastian Kulesz - I hope he doesn't mind.) > > > > But I think it was included after 3.0 > > >

Re: [Gambas-user] Pre-release of Gambas 3.5

2013-10-13 Thread Sebastian Kulesz
Hey! Just wanted to remind you that gb.openal won't compile on lucid unless the libopenal version requirement is lowered to 1.12. AFAIK there are no issues with it. There is an old thread where i sent you some warnings it threw, they are non stopping. See thread <[Gambas-user] gb.openal resources..

Re: [Gambas-user] A strange thing in the last rev

2013-09-10 Thread Sebastian Kulesz
Had that problem once. You probably updated a shared library and broke dynamic linking. Try recompiling the gambas packager, or trunk/main from scratch. Remember to clear the object cache (make clean, make distclean) and ccache if you are using it. This is how I solved it, it might work for you. H

Re: [Gambas-user] sebikul (gambas-daily) raring ppa broken

2013-08-21 Thread Sebastian Kulesz
blems! On Tue, Aug 20, 2013 at 8:24 PM, Kevin Fishburne < kevinfishbu...@eightvirtues.com> wrote: > On 08/20/2013 05:13 PM, Sebastian Kulesz wrote: > > Hi! Another user already reported this bug on the Quantal builds. It's a > > really stupid mistake i left from an upda

Re: [Gambas-user] sebikul (gambas-daily) raring ppa broken

2013-08-20 Thread Sebastian Kulesz
Hi! Another user already reported this bug on the Quantal builds. It's a really stupid mistake i left from an update i made last week. I will fix it as soon as i get home, though i'm not sure if i will be able to do it tonight. If it's urgent, you can temporarily enable Kendek's ppa or downgrade th

Re: [Gambas-user] update

2013-08-14 Thread Sebastian Kulesz
I have already updated the PPA. I restructured the way it is build so updating it is easier and faster, just to avoid this situations. Expect the new builds to be available within a couple of hours. On Wed, Aug 14, 2013 at 1:08 AM, Shane wrote: > On 14/08/13 13:13, Sebastian Kulesz wr

Re: [Gambas-user] update

2013-08-13 Thread Sebastian Kulesz
I'm really sorry about that. I did not have enough time to update the PPA since gb.clipper came out. I will fix it tomorrow as soon as I get home. If it's urgent you can always downgrade your installation from the dpkg cache. Downgrading the IDE package to a working version should suffice. I will

Re: [Gambas-user] gb.openal resources...

2013-08-04 Thread Sebastian Kulesz
claration of function 'alureStopSource' c_alure.c: In function 'Alure_ResumeSource': c_alure.c:359: warning: implicit declaration of function 'alureResumeSource' CCLD gb.openal.la [0] https://launchpadlibrarian.net/146764073/buildlog_ubuntu-lucid-amd64.gambas3_3.4.99-2%2Bsv

  1   2   >