[Gambas-user] BUG Gambas stable [2407] broken

Ricardo Díaz Martín oceanosoftlapalma at ...626...
Wed Nov 4 12:24:22 CET 2009


Excuse me Benoit, sometimes I read too much fast... I haven't seem Ron write
about installation at his home directory

Recently I update a producction server from ubuntu 9.04x86_64 to 9.10x86_64.

After this, I got a problem with all gambas app in this server. The
lostfocus event doesn't raise the lostfocus() sub. I don't understand why.
At this point I tryed to compile the last gambas2 version fron the svn
repository and I can't exec gambas2 (ERROR: #27: Cannot load component
'gb.qt': cannot find library file)

The way to compile was:

$ svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/branches/2.0
$ cd 2.0
$ ./reconf-all
$ ./configure -C
$ make
$ sudo make install

all works fine but when you try to run gambas2 you got ERROR: #27: Cannot
load component 'gb.qt': cannot find library file

after this it was neccesary to do this:

sudo ln -s /usr/local/lib/gambas2 /usr/local/lib
sudo chmod 755 -R /usr/local/lib/gambas2

and

sudo chmod 755 -R /usr/local/share/gambas2

an all works again with no problems.

I also installed gambas3 from svn in this sever and works out of box (normal
compiling)

In the next days I'm going to replace this server and I'm going to do an
ubuntu 9.10 clean installation. I promise to write about this installation
in order to know if I get the same problem.

Regards



2009/11/4 Benoît Minisini <gambas at ...1...>

> > I got the same bug in #2048 installing in ubuntu 9.10x86_64
> >
> > If you after intall finish do this (thanks to Ron review):
> >
> > sudo ln -s /usr/local/lib/gambas2 /usr/local/lib
> > sudo chmod 755 -R /usr/local/lib/gambas2
> >
> > gambas2 works again
> >
> > Regards
> >
>
> That is not the same thing. Ron installed Gambas locally inside its home
> directory.
>
> By compiling the revison #2048 on the same system as yours (Ubuntu 9.10
> x86_64), I don't have any problem. Can you check whay you did exactly to
> compile gambas 2?
>
> Regards,
>
> --
> Benoît Minisini
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list