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

2013-07-22 Thread Kende Krisztián
> please, when disabling this components, please, document it in rules > file prefferible and why reasons u disabling.. and what i'll need > backported to enable it. > currently, lenny has almost all components (-1) enabled but i cannot > test yet if all are working.. > are very usefully that kin o

[Gambas-user] components automatically loading based on usage

2013-07-22 Thread Kevin Fishburne
I just noticed that referencing a boolean variable "Match" now automatically loads the pcre component and tries to use it as a function (then obviously fails). This seems a dangerous precedent, as most GAMBAS users probably don't use most components and therefore shouldn't be constrained by the

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

2013-07-22 Thread Sebastian Kulesz
I'm getting build errors with openal 1.13 (1.14 builds fine). Here is a log: https://launchpadlibrarian.net/145629777/buildlog_ubuntu-precise-i386.gambas3_3.4.99-1%2Bsvn4605-build28~precise1_FAILEDTOBUILD.txt.gz Error is: c_alc.c:457:2: error: 'ALC_EXT_CAPTURE' undeclared here (not in a function)

Re: [Gambas-user] Receiving an email

2013-07-22 Thread Randall Morgan
Open your project in Gambas and got to the project menu. Select 'components' and then scroll through the list to locate gd.net.pop3. Check the box. Then close. On Mon, Jul 22, 2013 at 2:58 PM, Rolf-Werner Eilert < eilert-sprac...@t-online.de> wrote: > Just wanted to try, but I don't find gb.ne

Re: [Gambas-user] gb.openal and Midi

2013-07-22 Thread Benoît Minisini
Le 23/07/2013 02:31, Ru Vuott a écrit : >> Benoît, do you think that at the end of the setup of the >> Openal component we'll be able to handle even the Midi files? >> >> Regards >> vuott > > Uhmmm... I've had a look around the web, and I can answer myself: OpenAL > does not support the Midi. >

[Gambas-user] gb.openal and Midi

2013-07-22 Thread Ru Vuott
> Benoît, do you think that at the end of the setup of the > Openal component we'll be able to handle even the Midi files? > > Regards > vuott Uhmmm... I've had a look around the web, and I can answer myself: OpenAL does not support the Midi. Regards vuott ---

Re: [Gambas-user] A little use case of gb.openal

2013-07-22 Thread Kevin Fishburne
On 07/22/2013 06:37 PM, Benoît Minisini wrote: > This example is directly ported from the "alureplay" C source code. > Use it with revision #5759. > > Don't pay attention to the inner music. > > And as I am the boss, I allow my highness to post messages bigger than > 512 Ko on the mailing-list. :-

[Gambas-user] R: Another use case of gb.openal

2013-07-22 Thread Ru Vuott
Hello Benoît, I tried your last example with your mp3 file and others: the sound quality seems very good. ...but you knows I'm Midi maniac ;-) so I wanted to try a Midi file. In console I received those notices: fluidsynth: warning: No preset found on channel 0 [bank=0 prog=56] fluidsynth: war

Re: [Gambas-user] A little use case of gb.openal

2013-07-22 Thread Benoît Minisini
Le 23/07/2013 00:37, Benoît Minisini a écrit : > This example is directly ported from the "alureplay" C source code. > Use it with revision #5759. > > Don't pay attention to the inner music. > > And as I am the boss, I allow my highness to post messages bigger than > 512 Ko on the mailing-list. :-)

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

2013-07-22 Thread PICCORO McKAY Lenz
From: Kende Kriszti?n > Subject: Re: [Gambas-user] Gambas-user Digest, Vol 86, Issue 35 > To: gambas-user@lists.sourceforge.net > Message-ID: <20130722191722.335b9b3b@Kendek> > Content-Type: text/plain; charset=US-ASCII > > Aha, so you have a self repository where you can upload the packages. > w

Re: [Gambas-user] Rev. 5753: gb.openal ...disabled !

2013-07-22 Thread Ru Vuott
> For information, I'm currently adding support for the alure utility > library, so you will need the libalure-dev package soon... > > -- > Benoît Minisini Thank you for information. regards vuott -- See everything

Re: [Gambas-user] Receiving an email

2013-07-22 Thread Rolf-Werner Eilert
Just wanted to try, but I don't find gb.net.pop3 - where is it? Is it something quite new? My version here is 3.3.4. I tried to activate the gb.net, gb.net.curl and gb.net.smtp components, but it still doesn't know about Pop3Client. What am I doing wrong? Rolf Am 16.07.2013 00:37, schrieb Ran

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

2013-07-22 Thread Sebastian Kulesz
Good point. Saucy and Raring now use llvm 3.2 for gb.jit. I also added the libalure development package for a smooth transition so there are no failed builds when it is implemented, thanks to Benoît for the heads-up. On Mon, Jul 22, 2013 at 3:13 PM, Kende Krisztián wrote: > Yes, and I would rec

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

2013-07-22 Thread Kende Krisztián
Yes, and I would recommend that you use the LLVM 3.2 for gb.jit component on Raring and Saucy. Fedora use LLVM 3.3 with patch! * Tue May 28 2013 Adam Jackson 3.4.1-4 - Rebuild for final llvm 3.3 soname * Wed May 08 2013 Adam Jackson 3.4.1-3 - Fix build against llvm 3.3 > I just pushed an up

Re: [Gambas-user] Rev. 5753: gb.openal ...disabled !

2013-07-22 Thread Benoît Minisini
Le 21/07/2013 20:44, Kende Krisztián a écrit : > [GB.OPENAL] > "New component for the OpenAL 3D audio library. Work in > progress..." > > I can only guess, but not the libopenal-dev package is missing? Might > help the full build log... > > For information, I'm currently adding support for the alu

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

2013-07-22 Thread Sebastian Kulesz
I just pushed an update to the PPA. I added the new gb.openal component and enabled 64bit packages of gb.openssl that where disabled by mistake. New builds will start to appear within a couple of hours, the launchpad buildfarm is working with a reduced number of machines so just be patient. Please

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

2013-07-22 Thread Kende Krisztián
> Just updated GAMBAS from the daily PPA and see the component hasn't > yet been enabled. Yeah, same problem: || || Unable to met pkg-config requirement: openal || gb.openal is disabled || so missing the libopenal-dev package. And of course need to write the Debian package. Sebastian will solve

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

2013-07-22 Thread Kevin Fishburne
On 07/22/2013 04:25 AM, Ru Vuott wrote: >> [GB.OPENAL] >> "New component for the OpenAL 3D audio library. Work in progress..." > Hello, > > I'ld like to know how we can use in a project its Classes, functions and > properties. > > Regards > vuott Just updated GAMBAS from the daily PPA and see the

Re: [Gambas-user] Gambas-user Digest, Vol 86, Issue 35

2013-07-22 Thread Kende Krisztián
> i upload packages for debiasn lenny, squeeze and soon for sheeze, > currently i upload packages for 3.4.0 in venenux.net repositories Aha, so you have a self repository where you can upload the packages. > if support for ubuntu 10.X releases are still supported (or at > least 11.0X) i cant tra

Re: [Gambas-user] Gambas-user Digest, Vol 86, Issue 35

2013-07-22 Thread PICCORO McKAY Lenz
From: Kende Kriszti?n > (winbuntu? He-he, but make no mistake, I did not write that!) > dont worry i write for u ;-) > > I do not support Debian, but just because I do not know where to > upload the packages. i upload packages for debiasn lenny, squeeze and soon for sheeze, currently i upload

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

2013-07-22 Thread Kende Krisztián
(winbuntu? He-he, but make no mistake, I did not write that!) I do not support Debian, but just because I do not know where to upload the packages. For example, an FTP server that I need (I can not pay for it). The best would be a PPA-like system, but it does not exist for Debian. Kendek > > wi

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

2013-07-22 Thread PICCORO McKAY Lenz
From: Kende Kriszti?n > winbuntu 10.10, 11.04 and 11.10 releases are not supported anymore. If > I try to upload source to PPA, then rejected them. I'm sorry, but need > to upgrade your system. :-( > this means that debian squeeze are not yet supported? that's not funny... qt4 still compiles in

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

2013-07-22 Thread Ru Vuott
>[GB.OPENAL] >"New component for the OpenAL 3D audio library. Work in progress..." Hello, I'ld like to know how we can use in a project its Classes, functions and properties. Regards vuott -- See everything from the

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

2013-07-22 Thread Kende Krisztián
I have successfully upgraded the packages in the PPA (Ubuntu 10.04, 12.04, 12.10, 13.04 and 13.10). https://launchpad.net/~nemh/+archive/gambas3 Please test it, and report back. :-) Kendek > Le 19/07/2013 21:18, Benoît Minisini a écrit : > > Hi, > > > > I have just uploaded the source package