Re: [Gambas-user] Gambas error messages

2012-09-20 Thread Benoît Minisini
Le 20/09/2012 17:41, jm a écrit : > Sorry Jussi, > same result: > ... Please try what is explained in the "Reporting a problem" page on the website, as if you have got a crash (§5). Just replace 'gbx3' by 'gbx2', 'gbc3' by 'gbc2', and so on... Regards, -- Benoît Minisini

Re: [Gambas-user] Gambas error messages

2012-09-20 Thread Jussi Lahtinen
Try; set args /usr/bin/gambas2 Jussi On Thu, Sep 20, 2012 at 6:41 PM, jm wrote: > Sorry Jussi, > same result: > > > miniand@miniand:~$ cd /usr/bin > miniand@miniand:/usr/bin$ ls gam* > gambas2 gambas2-database-manager.gambas gambas2.gambas > gamma4scanimage > miniand@miniand:/usr/bin$ where

Re: [Gambas-user] Gambas error messages

2012-09-20 Thread jm
Sorry Jussi, same result: miniand@miniand:~$ cd /usr/bin miniand@miniand:/usr/bin$ ls gam* gambas2 gambas2-database-manager.gambas gambas2.gambas gamma4scanimage miniand@miniand:/usr/bin$ whereis gbr2 gbr2: /usr/bin/gbr2 /usr/bin/X11/gbr2 /usr/share/man/man1/gbr2.1.gz miniand@miniand:/usr/bin$

Re: [Gambas-user] Gambas error messages

2012-09-20 Thread Jussi Lahtinen
> (gdb) run > Starting program: /usr/bin/gbx2 > [Thread debugging using libthread_db enabled] > Using host libthread_db library > "/lib/arm-linux-gnueabi/libthread_db.so.1". > ERROR: #45: File or directory does not exist > [Inferior 1 (process 12262) exited with code 01] > (gdb) > I'll elaborate b

Re: [Gambas-user] Gambas error messages

2012-09-20 Thread Jussi Lahtinen
Please do exactly what I told, and send results. Jussi On Thu, Sep 20, 2012 at 5:57 PM, jm wrote: > Hi Jussi, > > Just to re-iterate - I tried numerous different options > including gbx gbr running compiled pre-made serial port > sample, with and without project files, command line > etc. etc

Re: [Gambas-user] Unable to compile "gb.web" with new rev. 5177

2012-09-20 Thread Ru Vuott
Yes, Benoît, now it's OK Regards vuott --- Gio 20/9/12, Benoît Minisini ha scritto: > Da: Benoît Minisini > Oggetto: Re: [Gambas-user] Unable to compile "gb.web" with new rev. 5177 > A: "mailing list for gambas users" > Data: Giovedì 20 settembre 2012, 16:32 > Le 20/09/2012 16:03, Ru Vu

Re: [Gambas-user] Gambas error messages

2012-09-20 Thread jm
Hi Jussi, Just to re-iterate - I tried numerous different options including gbx gbr running compiled pre-made serial port sample, with and without project files, command line etc. etc. all have same result. On Thu, 2012-09-20 at 17:37 +0300, Jussi Lahtinen wrote: > You tried to launch Gambas exec

Re: [Gambas-user] Gambas error messages

2012-09-20 Thread Jussi Lahtinen
You tried to launch Gambas executable with gbx, for that you need to use gbr. gbx is for running source code or evaluating, not for executables. Jussi On Thu, Sep 20, 2012 at 2:44 PM, jm wrote: > On Wed, 2012-09-19 at 18:21 +0300, Jussi Lahtinen wrote: > > Or here is something you could do:

Re: [Gambas-user] Unable to compile "gb.web" with new rev. 5177

2012-09-20 Thread Benoît Minisini
Le 20/09/2012 16:03, Ru Vuott a écrit : > Hello, > > I updated my Gabas-3 with rev. 5177. At the end of "make install" I have got > this notice: > > Making install in . > make[1]: ingresso nella directory "/home/vuott/trunk" > make[2]: ingresso nella directory "/home/vuott/trunk" > > || > || Unabl

[Gambas-user] Unable to compile "gb.web" with new rev. 5177

2012-09-20 Thread Ru Vuott
Hello, I updated my Gabas-3 with rev. 5177. At the end of "make install" I have got this notice: Making install in . make[1]: ingresso nella directory "/home/vuott/trunk" make[2]: ingresso nella directory "/home/vuott/trunk" || || Unable to compile gb.web || Regards vuott -

Re: [Gambas-user] Using Gambas for Apache cgi - SOLVED

2012-09-20 Thread Rolf-Werner Eilert
Am 20.09.2012 10:27, schrieb Rolf Schmidt: > Hi Rolf-Werner, > But Apache has some problem with it. I configured the cgi-bin as above (actually not me, but it's the default). Apache looks for it and seemingly it DOES find it but it complaints with a 500 Internal Error page and

Re: [Gambas-user] Another error with rev. 5177

2012-09-20 Thread Benoît Minisini
Le 20/09/2012 14:50, Rolf Schmidt a écrit : > Hi Benoit, > > when I try to open a project from the left panel of the IDE, I get the error > "this application has raised an unexpected error and must abort. > [11] Unknown symbol 'Path' in class 'Desktop'. CBookmarkList.Load.48" > > This error seams a

[Gambas-user] Another error with rev. 5177

2012-09-20 Thread Rolf Schmidt
Hi Benoit, when I try to open a project from the left panel of the IDE, I get the error "this application has raised an unexpected error and must abort. [11] Unknown symbol 'Path' in class 'Desktop'. CBookmarkList.Load.48" This error seams also be new. Fine regards Rolf signature.asc Descrip

Re: [Gambas-user] Gambas error messages

2012-09-20 Thread jm
On Wed, 2012-09-19 at 18:21 +0300, Jussi Lahtinen wrote: > Or here is something you could do: > > gdb gbr3 > set args /usr/local/bin/gambas3 (or what ever is your install path) > run > > You may need to kill the process with Ctrl + c in debugger. > Then with bt, you will get backtrace. > Send it

Re: [Gambas-user] Using Gambas for Apache cgi

2012-09-20 Thread Rolf-Werner Eilert
Am 20.09.2012 10:27, schrieb Rolf Schmidt: > Hi Rolf-Werner, > But Apache has some problem with it. I configured the cgi-bin as above (actually not me, but it's the default). Apache looks for it and seemingly it DOES find it but it complaints with a 500 Internal Error page and

Re: [Gambas-user] Using Gambas for Apache cgi

2012-09-20 Thread Rolf Schmidt
Hi Rolf-Werner, >>> But Apache has some problem with it. I configured the cgi-bin as above >>> (actually not me, but it's the default). Apache looks for it and >>> seemingly it DOES find it but it complaints with a 500 Internal Error >>> page and in /var/log/apache2/suexec.log we can read somethin