Re: [Gambas-user] Error on Jaunty

2009-04-21 Thread Jesus Guardon
I agree with CelticBoy I've installed a working deb of my own application on Jaunty, that is running fine on Ubuntu 8.10 Gnome (and 8.04 with some tweaking), and also on latest version of openSuse KDE. Now, it crashes with signal 11. Initially it was developed on Gambas 2.9 compiled manually on

Re: [Gambas-user] Error on Jaunty

2009-04-21 Thread CelticBhoy
CelticBhoy wrote: > > I am currently using 2.8 from the Ubuntu repo's, the project files are all > uploaded above. > I tried to install a .deb of 2.12 but got a dependancy error for a lib > file - sorry cant remember the name. > > Just checked again, and this is the error :- Error: Depend

Re: [Gambas-user] Error on Jaunty

2009-04-21 Thread CelticBhoy
I am currently using 2.8 from the Ubuntu repo's, the project files are all uploaded above. I tried to install a .deb of 2.12 but got a dependancy error for a lib file - sorry cant remember the name. -- View this message in context: http://www.nabble.com/Error-on-Jaunty-tp23132993p23160072.html

Re: [Gambas-user] Error on Jaunty

2009-04-21 Thread Benoît Minisini
> OK the menu is the problem. Is there a way around this or will I have to > design my projects without menu's Can you send me your project and tell the version of Gambas you use? -- Benoît -- Stay on top of everyt

Re: [Gambas-user] Error on Jaunty

2009-04-21 Thread CelticBhoy
OK the menu is the problem. Is there a way around this or will I have to design my projects without menu's -- View this message in context: http://www.nabble.com/Error-on-Jaunty-tp23132993p23157818.html Sent from the gambas-user mailing list archive at Nabble.com. --

Re: [Gambas-user] Error on Jaunty

2009-04-20 Thread charlesg
Hi, I have experienced this some time ago and it was not on ub904. I have set your code on ub904 with built-in gam2.8 and confirm the error 11. BUT, the fix is the same as it was in my case: get rid of the menu bar and it compiles. Just don't ask me what it means :) rgds -- View this message

Re: [Gambas-user] Error on Jaunty

2009-04-20 Thread Jussi Lahtinen
forgot Sources from here: http://gambas.sourceforge.net/ Jussi On Mon, Apr 20, 2009 at 20:15, Jussi Lahtinen wrote: > Maybe you find what you need from this post; > http://www.nabble.com/Libtool---Ubuntu-Jaunty-td23124661.html > > If not, you must compile it from source. > I never had

Re: [Gambas-user] Error on Jaunty

2009-04-20 Thread Jussi Lahtinen
Maybe you find what you need from this post; http://www.nabble.com/Libtool---Ubuntu-Jaunty-td23124661.html If not, you must compile it from source. I never had problem compiling Gambas 2 on my system (Ubuntu 8.10 64bit), but I don't know about Jaunty... Try and please report to that post! Jussi

Re: [Gambas-user] Error on Jaunty

2009-04-20 Thread CelticBhoy
Thanx for the advice & your time looking at this, as I am using the version from the repo's how do I update my version ?? -- View this message in context: http://www.nabble.com/Error-on-Jaunty-tp23132993p23140592.html Sent from the gambas-user mailing list archive at Nabble.com. --

Re: [Gambas-user] Error on Jaunty

2009-04-20 Thread Jussi Lahtinen
Your code seems to work... I cannot get signal 11 with it. Only error I got is; "QComboBox::removeItem: (unnamed) Index 1 out of range" when adding item. I think the reason is "ItemName.Remove(iArrayIndex)", iArrayIndex is 1 and index max is 0! And I think that command is in wrong place... Seems th

Re: [Gambas-user] Error on Jaunty

2009-04-20 Thread CelticBhoy
Thanx for the offer, I have attached the rest of my files, obviously you will need to change file location. http://www.nabble.com/file/p23139578/FMain.form FMain.form http://www.nabble.com/file/p23139578/stock.rec stock.rec http://www.nabble.com/file/p23139578/suppliers.rec suppliers.rec http:

Re: [Gambas-user] Error on Jaunty

2009-04-20 Thread Jussi Lahtinen
I can't confirm with only FMain.class, too much missing code for test run. But signal 11 means that you are trying to access to memory location that is not allowed. So, if your program crash immediatly when starting, I suspect file handling in Init_Setup. If you like me to test it on Gambas 2.10 s

Re: [Gambas-user] Error on Jaunty

2009-04-20 Thread CelticBhoy
Using 2.8, source code attached http://www.nabble.com/file/p23138207/FMain.class FMain.class -- View this message in context: http://www.nabble.com/Error-on-Jaunty-tp23132993p23138207.html Sent from the gambas-user mailing list archive at Nabble.com. --

Re: [Gambas-user] Error on Jaunty

2009-04-20 Thread Jussi Lahtinen
What Gambas2.xx version you are using? What are you trying to run? Please, send an example source code. Jussi On Mon, Apr 20, 2009 at 12:08, CelticBhoy wrote: > > I am running gambas 2 on a testing version of Ubuntu 9.04, when I try to run > a simple program I get this error :- > > Your progr

[Gambas-user] Error on Jaunty

2009-04-20 Thread CelticBhoy
I am running gambas 2 on a testing version of Ubuntu 9.04, when I try to run a simple program I get this error :- Your program has stopped unexpectedlly by raising signal #11 What is this error? -- View this message in context: http://www.nabble.com/Error-on-Jaunty-tp23132993p23132993.html Sen