Hello again,

i'm very sorry for wasting your time. After completely uninstalling and 
reinstalling gambas, the problem has gone away. Probably pieces oft the old 
gambas versions are producing the error. 

Thanks and regards,

A.Fröhlke

-----Ursprüngliche Nachricht-----
Von: Andreas Fröhlke [mailto:afroeh...@kikxxl.de] 
Gesendet: Dienstag, 31. März 2009 14:14
An: mailing list for gambas users
Betreff: Re: [Gambas-user] Gambas 2.11.1 Ubuntu 8.xx Socket Problem

Now i have it. Thanks and here it is.

Regards

A-Fröhlke

-----Ursprüngliche Nachricht-----
Von: Benoît Minisini [mailto:gam...@users.sourceforge.net]
Gesendet: Dienstag, 31. März 2009 13:11
An: mailing list for gambas users
Betreff: Re: [Gambas-user] Gambas 2.11.1 Ubuntu 8.xx Socket Problem

> I have installed gambas2 with "./configure -C". The gb.debug-component 
> is given in the project properties. What must I do exactly to get the 
> backtrace? Just tried to compile my project with gb.debug enabled, try 
> to
> Debug.Start() at Form_Open()-Event, but the backtrace seems to be 
> always the same.
>
> Regards,
>
> A.Fröhlke
>

I'm not talking about gb.debug, which is an internal component of Gambas. I'm 
talking about "debug packages", which are the debugging information of a binary 
package stored in another package to preserve your disk space.

For example, on Mandriva, I have a gambas2-*.rpm packages, and a gambas2- 
debug.rpm package.

But as you compiled Gambas from sources, you have nothing to do except doing 
again what you did. Then you should notice that your backtrace won't be the 
same. If you don't, then there was a problem in the compilation/installation 
process.

You must:
1) Remove all your previous Gambas2 installation.
2) Do that in a shell (in the gambas2 source directory of course): ./reconf && 
./configure -C && make
3) Check that you didn't get any error.
4) If everything is ok, then do that as root: make install

Did you do that?

--
Benoît

------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user




------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to