> Have been looking a bit closer.
> 
> The bug is in rev 2401, it's related to the recent gambas install path
> changes.
> 
> It looks in the wrong directory  (strace gambas2)
> 
> lstat64("/usr/local/bin/lib/gambas2/gb.qt.so", 0xbfebc470) = -1 ENOENT
> (No such file or directory)
> lstat64("/usr/local/bin/lib/gambas2/gb.qt.gambas", 0xbfebc470) = -1
> ENOENT (No such file or directory)
> lstat64("/home/ron/.local/lib/gambas2/gb.qt.so", 0xbfebc470) = -1 ENOENT
> (No such file or directory)
> lstat64("/home/ron/.local/lib/gambas2/gb.qt.gambas", 0xbfebc470) = -1
> ENOENT (No such file or directory)
> write(2, "ERROR: ", 7ERROR: )                  = 7
> write(2, "#27: ", 5#27: )                    = 5
> write(2, "Cannot load component 'gb.qt': c"..., 55Cannot load component
> 'gb.qt': cannot find library file) = 55
> write(2, "\n", 1
> )                       = 1
> 
> There is no "/usr/local/bin/lib/gambas2/gb.qt.so" of course, all
> components are located here "/usr/local/lib/gambas2/" also the qt one.
> 
> The qt component is just the first one it looks for.
> 
> Regards,
> Ron_2nd.
> 

It should be fixed in revision #2408. Only people installing Gambas locally 
like you got the bug.

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to