Re: [Gambas-user] Package creation failed to include gambas dependencies.

2012-06-22 Thread sundar j
> I also found another strange issue with the created package. I installed created package on Kubuntu with out dependency error. But when i tried to run from menu it shows error message > "This application has raised an unexpected error and must abort" > [45] File or directory does not exist.

Re: [Gambas-user] Fw: Package creation failed to include gambas dependencies.

2012-06-22 Thread RICHARD WALKER
Thank you Benoît. Revision 4853 built and installed. The rpm of my application now correctly reflects the selected requirement for gb.form.stock. That would have avoided the problem my brother reported. regards, Richard ---

Re: [Gambas-user] Fw: Package creation failed to include gambas dependencies.

2012-06-22 Thread RICHARD WALKER
Quick comments (before I re-build and test) 2) IDE depends on gb.form.stock. Seems logical but will have no impact on distributed app which uses only the runtime + components. I presume this measure is to make the IDE requirement explicit and stop us relying on the stealthy dynamic load-on-demand.

Re: [Gambas-user] Fw: Package creation failed to include gambas dependencies.

2012-06-22 Thread Benoît Minisini
Le 22/06/2012 22:38, RICHARD WALKER a écrit : > Hmm, some of those footballers are pretty good actors... > > Richard > > PS I will hold off on the bug report. As I understand it there is > EITHER a need to implement an rpm install dependency for gb.form on > gb.form.stock, OR to investigate why the

Re: [Gambas-user] Fw: Package creation failed to include gambas dependencies.

2012-06-22 Thread RICHARD WALKER
Hmm, some of those footballers are pretty good actors... Richard PS I will hold off on the bug report. As I understand it there is EITHER a need to implement an rpm install dependency for gb.form on gb.form.stock, OR to investigate why the loader reports an error instead of allowing a blank icon.

Re: [Gambas-user] Fw: Package creation failed to include gambas dependencies.

2012-06-22 Thread Benoît Minisini
Le 22/06/2012 22:12, RICHARD WALKER a écrit : > Good evening Benoît, so you're not watching the football either:-) > > This is something I should report to Mageia packagers, yes? > > R > Not yet. Technically gb.form.stock is not mandatory, so you should not get an error, but a default void icon.

Re: [Gambas-user] Package creation failed to include gambas dependencies.

2012-06-22 Thread Benoît Minisini
Le 19/06/2012 16:41, sundar j a écrit : > Some how i managed to complete my first project in gambas. Now I am trying to > build a .deb package for Ubuntu but struck there. As indicated by Google > this question has been asked many time in various forum and threads and > (they) found solution. H

Re: [Gambas-user] Fw: Package creation failed to include gambas dependencies.

2012-06-22 Thread RICHARD WALKER
Good evening Benoît, so you're not watching the football either:-) This is something I should report to Mageia packagers, yes? R -- Live Security Virtual Conference Exclusive live event will cover all the ways today's se

Re: [Gambas-user] Pixels and Debian

2012-06-22 Thread Benoît Minisini
Le 20/06/2012 18:10, Willy Raets a écrit : > Hi all, > > I've been testing some of my applications written on Ubuntu 10.10 on > other distributions. I have noticed that on Debian 6.0.3 and 4 (unlike > on Ubuntu 10.04 and 10.10 or Lubuntu 12.04) strange things happen, both > with Gambas 2.24 and 3.1

Re: [Gambas-user] Signal #11 when overriding Variant[] - Bug revived?

2012-06-22 Thread Benoît Minisini
Le 20/06/2012 21:38, tobi a écrit : > Hi Benoît, > > this afternoon, we discovered that with a newer revision the program I wrote > to demonstrate sorting > of multi-dimensioned Variant[] broke. I again get Segfault when exporting an > overridden Variant[] > class from my project (wasn't there a

Re: [Gambas-user] Fw: Package creation failed to include gambas dependencies.

2012-06-22 Thread Benoît Minisini
Le 22/06/2012 20:15, RICHARD WALKER a écrit : > Third attempt at posting this, apologies if the first two really did get out> > > I have been investigating a similar problem with a package I build for > limited distribution (so far only my brother uses this little > program). > > I too have found t

Re: [Gambas-user] Issue 253 in gambas: GTK++ toolkit only

2012-06-22 Thread gambas
Comment #7 on issue 253 by mati8...@gmail.com: GTK++ toolkit only http://code.google.com/p/gambas/issues/detail?id=253 Sorry .. Medium off topic but related. What is the limitation that impedes use the gambas ide with gb.gui or gb.gtk? gb.gui is one of the best features of gambas, and would be

Re: [Gambas-user] Fw: Package creation failed to include gambas dependencies.

2012-06-22 Thread RICHARD WALKER
Third attempt at posting this, apologies if the first two really did get out> I have been investigating a similar problem with a package I build for limited distribution (so far only my brother uses this little program). I too have found that the Gambas-created package (rpm in my case) does not i

Re: [Gambas-user] Fw: Package creation failed to include gambas dependencies.

2012-06-22 Thread Willy Raets
Hi Sundar, Nothing is wrong with the package I believe. It is that you are using dpkg -i to install the package. This will never install the dependencies as dpkg does not do that (at least not on my systems (Ubuntu, Debian and Lubuntu)) sudo apt-get -f install after having done dpkg-i, might solv

[Gambas-user] Fw: Package creation failed to include gambas dependencies.

2012-06-22 Thread sundar j
Any help please. I still not able to figure out where i miss out. From: "sundar j" Sent: Tue, 19 Jun 2012 20:11:42 To: Subject: [Gambas-user] Package creation failed to include gambas dependencies. Some how i managed to complete my