Re: [Gambas-user] Issue 252 in gambas: Enumerating Param for constant strings memory leak.

2012-05-28 Thread gambas
Updates: Labels: -Version Version-TRUNK Comment #1 on issue 252 by benoit.m...@gmail.com: Enumerating Param for constant strings memory leak. http://code.google.com/p/gambas/issues/detail?id=252 Fixed in revision #4788.

Re: [Gambas-user] Issue 252 in gambas: Enumerating Param for constant strings memory leak.

2012-05-28 Thread gambas
Updates: Status: Fixed Comment #2 on issue 252 by benoit.m...@gmail.com: Enumerating Param for constant strings memory leak. http://code.google.com/p/gambas/issues/detail?id=252 (No comment was entered for this change.)

Re: [Gambas-user] Issue 225 in gambas: No prepared statements

2012-05-28 Thread gambas
Updates: Status: Accepted Comment #3 on issue 225 by benoit.m...@gmail.com: No prepared statements http://code.google.com/p/gambas/issues/detail?id=225 (No comment was entered for this change.) -- Live Security

Re: [Gambas-user] Sidepanel handles

2012-05-28 Thread Benoît Minisini
Le 26/05/2012 13:10, Bruce a écrit : On Sat, 2012-05-26 at 12:46 +0200, Benoît Minisini wrote: Le 26/05/2012 12:05, Bruce a écrit : I don't know when this happened but the side panel handles seem to have disappeared. This is in both gui's. Well, they are actually there but are only about

[Gambas-user] Is there some way to make JIT disabled by default?

2012-05-28 Thread Bruce
This is one of those situations. I have tried the JIT stuff with the latest llvm and yes it is good. BUT! I use two other pieces of software, a stats (R) application and a neural network library that don't like the new llvm library. So I've removed it and gone back to an older working version.

Re: [Gambas-user] Sidepanel handles

2012-05-28 Thread Bruce
On Mon, 2012-05-28 at 13:52 +0200, Benoît Minisini wrote: Is it more usable for you with revision #4787? Well, a bit but not a great deal. :-( The grab handle is a little bit more visible, but both the bottom and left (oh and right too!) side panel handles are still too close to the window

Re: [Gambas-user] Is there some way to make JIT disabled by default?

2012-05-28 Thread Emil Lenngren
You mean that llvm is not available on your system but the configure scripts thinks it is and then fails? In what way does the neural network library not like llvm? gb.jit component is not loaded at all if there are no Fast methods in your project. /Emil 2012/5/28 Bruce bbr...@paddys-hill.net

Re: [Gambas-user] Is there some way to make JIT disabled by default?

2012-05-28 Thread Bruce
On Mon, 2012-05-28 at 14:45 +0200, Emil Lenngren wrote: You mean that llvm is not available on your system but the configure scripts thinks it is and then fails? No, there is one installed (llvm 2.9)! Which, from the jit mail threads, is obviously too old for gambas. In what way does the

Re: [Gambas-user] Is there some way to make JIT disabled by default?

2012-05-28 Thread Jussi Lahtinen
Use compile script, then you just have to remember to double click it. Jussi On 28 May 2012 15:15, Bruce bbr...@paddys-hill.net wrote: This is one of those situations. I have tried the JIT stuff with the latest llvm and yes it is good. BUT! I use two other pieces of software, a stats

[Gambas-user] Can't get gb.media compiled

2012-05-28 Thread Jesus
It's sure I'm missing something obvious, but I can't get to compile gb.media. Which development packages should I install? This is the log trying to configure *just* gb.media: jesus@debian:~/trunk/gb.media$ pkg-config --modversion gstreamer-0.10 0.10.30 jesus@debian:~/trunk/gb.media$ pkg-config

Re: [Gambas-user] Can't get gb.media compiled

2012-05-28 Thread Laurent Carlier
Le lundi 28 mai 2012 18:58:43 Jesus a écrit : It's sure I'm missing something obvious, but I can't get to compile gb.media. Which development packages should I install? This is the log trying to configure *just* gb.media: jesus@debian:~/trunk/gb.media$ pkg-config --modversion gstreamer-0.10

Re: [Gambas-user] Sidepanel handles

2012-05-28 Thread Benoît Minisini
Le 28/05/2012 14:26, Bruce a écrit : On Mon, 2012-05-28 at 13:52 +0200, Benoît Minisini wrote: Is it more usable for you with revision #4787? Well, a bit but not a great deal. :-( The grab handle is a little bit more visible, but both the bottom and left (oh and right too!) side panel

Re: [Gambas-user] Can't get gb.media compiled

2012-05-28 Thread Jesus
El 28/05/12 19:35, Laurent Carlier escribió: Try with pkg-config --libs gstreamer-0.10 gstreamer-interfaces-0.10 to find gstreamer lib what is missing Thanks, Laurent This is the output: jesus@debian:~$ pkg-config --libs gstreamer-0.10 gstreamer-interfaces-0.10 Package

Re: [Gambas-user] Can't get gb.media compiled

2012-05-28 Thread Laurent Carlier
Le lundi 28 mai 2012 20:09:36 Jesus a écrit : El 28/05/12 19:35, Laurent Carlier escribió: Try with pkg-config --libs gstreamer-0.10 gstreamer-interfaces-0.10 to find gstreamer lib what is missing Thanks, Laurent This is the output: jesus@debian:~$ pkg-config --libs gstreamer-0.10

Re: [Gambas-user] Can't get gb.media compiled

2012-05-28 Thread Jesus
El 28/05/12 20:51, Laurent Carlier escribió: Le lundi 28 mai 2012 20:09:36 Jesus a écrit : El 28/05/12 19:35, Laurent Carlier escribió: Try with pkg-config --libs gstreamer-0.10 gstreamer-interfaces-0.10 to find gstreamer lib what is missing Thanks, Laurent This is the output:

Re: [Gambas-user] Can't get gb.media compiled

2012-05-28 Thread Laurent Carlier
Le lundi 28 mai 2012 23:08:20 Jesus a écrit : Mmm... I should figured it out! Adding libgstreamer-plugins-base0.10-dev does the trick for configuring, however now I got an error when compiling: make[4]: se ingresa al directorio `/home/jesus/trunk/gb.media/src' /bin/bash ../libtool --tag�

Re: [Gambas-user] Can't get gb.media compiled

2012-05-28 Thread Laurent Carlier
Le lundi 28 mai 2012 23:08:20 Jesus a écrit : jesus@debian:~$ dpkg -l gstreamer | grep ii ii gir1.0-gstreamer-0.100.10.30-1 ii gstreamer0.10-alsa 0.10.30-1 ii gstreamer0.10-ffmpeg 0.10.10-1 ii gstreamer0.10-fluendo-mp3

Re: [Gambas-user] Can't get gb.media compiled

2012-05-28 Thread Benoît Minisini
Le 28/05/2012 23:46, Laurent Carlier a écrit : Le lundi 28 mai 2012 23:08:20 Jesus a écrit : jesus@debian:~$ dpkg -l gstreamer | grep ii ii gir1.0-gstreamer-0.100.10.30-1 ii gstreamer0.10-alsa 0.10.30-1 ii gstreamer0.10-ffmpeg 0.10.10-1 ii

[Gambas-user] sqlite database inside an executable

2012-05-28 Thread Bruce
Is there any way to access (read-only of course) an sqlite database inside the gambas executable? Strange idea I know, but I've got this really good idea. Bruce -- Live Security Virtual Conference Exclusive live event