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

2012-05-29 Thread Laurent Carlier
Le mardi 29 mai 2012 00:19:02 Benoît Minisini a écrit : ok, from docs, you need at least gstreamer-0.10= 0.10.31 http://developer.gnome.org/gstreamer/unstable/gstreamer-GstDateTime.html Component should be disabled for gstreamer-0.10 prior to 0.10.31 Benoit ? ++ Yes. I was

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

2012-05-29 Thread Jesus
El 29/05/12 12:23, Laurent Carlier escribió: Ok, so now gb.media need at least gstreamer-core 0.10.31 That means that Debian stable users will not be able to use gb.media anymore? Not good news... I will investigate if a newer version of gst could be installed/compiled without breaking

Re: [Gambas-user] sqlite database inside an executable

2012-05-29 Thread Jussi Lahtinen
I suppose it is possible, but not easy. Unless you copy database out from executable to access it. But what's the point then... or anyway..? Jussi On 29 May 2012 08:43, Bruce bbr...@paddys-hill.net wrote: Is there any way to access (read-only of course) an sqlite database inside the gambas

Re: [Gambas-user] sqlite database inside an executable

2012-05-29 Thread John Spikowski
On Tue, 2012-05-29 at 15:13 +0930, Bruce wrote: 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 FireFox uses SQLite to manage their 'cookie' DB. I don't think the OS is going

Re: [Gambas-user] sqlite database inside an executable

2012-05-29 Thread Randall Morgan
Can you explain in a little more detail what you want to do? On Mon, May 28, 2012 at 10:43 PM, Bruce bbr...@paddys-hill.net wrote: 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.

Re: [Gambas-user] sqlite database inside an executable

2012-05-29 Thread Bruce
On Tue, 2012-05-29 at 12:17 -0700, Randall Morgan wrote: Can you explain in a little more detail what you want to do? On Mon, May 28, 2012 at 10:43 PM, Bruce bbr...@paddys-hill.net wrote: Is there any way to access (read-only of course) an sqlite database inside the gambas

Re: [Gambas-user] sqlite database inside an executable

2012-05-29 Thread Emil Lenngren
If you only use the database file as a container for help files, isn't it possible to store the help files directly under a directory structure (which can be packed in the executable) or something, instead of having a database? /Emil 2012/5/30 Randall Morgan rmorga...@gmail.com As I understand

Re: [Gambas-user] sqlite database inside an executable

2012-05-29 Thread Bruce
On Tue, 2012-05-29 at 16:19 -0700, Randall Morgan wrote: As I understand Sqlite, the database is file based, and the file path can be passed to the open/connect method. So what is to keep you from putting the db file in the data directory of the application? That's where it is (and that's why

Re: [Gambas-user] sqlite database inside an executable

2012-05-29 Thread Bruce
On Wed, 2012-05-30 at 01:38 +0200, Emil Lenngren wrote: If you only use the database file as a container for help files, isn't it possible to store the help files directly under a directory structure (which can be packed in the executable) or something, instead of having a database? /Emil

Re: [Gambas-user] Issue 254 in gambas: makepkg missing in Ubuntu Pangolin

2012-05-29 Thread gambas
Comment #1 on issue 254 by aehrha...@gmail.com: makepkg missing in Ubuntu Pangolin http://code.google.com/p/gambas/issues/detail?id=254 (No comment was entered for this change.) Attachments: Make installation package_002.png 58.2 KB

Re: [Gambas-user] Issue 254 in gambas: makepkg missing in Ubuntu Pangolin

2012-05-29 Thread gambas
Comment #2 on issue 254 by sebi...@gmail.com: makepkg missing in Ubuntu Pangolin http://code.google.com/p/gambas/issues/detail?id=254 This is by design. You need to install makepkg [0] to be able to create archlinux packages. [0] https://wiki.archlinux.org/index.php/Makepkg