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

2009-11-04 Thread Benoît Minisini
 On Tue, 2009-11-03 at 19:58 +0100, Benoît Minisini wrote:
  It should be fixed in revision #2408. Only people installing Gambas
  locally like you got the bug.
 
 Where is the revision number to be found?
 

When you do a svn update, the revision number is printed.

Otherwise there is the gambas-devel-svn mailing-list. If you subscribe to it, 
you will receive each svn commit log.

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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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

2009-11-04 Thread Ricardo Díaz Martín
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

2009/11/4 Benoît Minisini gam...@users.sourceforge.net

  On Tue, 2009-11-03 at 19:58 +0100, Benoît Minisini wrote:
   It should be fixed in revision #2408. Only people installing Gambas
   locally like you got the bug.
 
  Where is the revision number to be found?
 

 When you do a svn update, the revision number is printed.

 Otherwise there is the gambas-devel-svn mailing-list. If you subscribe to
 it,
 you will receive each svn commit log.

 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@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

--
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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

2009-11-04 Thread Benoît Minisini
 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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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

2009-11-04 Thread Ricardo Díaz Martín
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 gam...@users.sourceforge.net

  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@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

--
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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

2009-11-04 Thread Benoît Minisini
 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
 

OK, but check that you actually compiled revision #2408 or #2409.

And GTK applications won't work with Gambas 3 on Ubuntu 9.10, because the 
workaround done in revision #2409 was not put in Gambas 3 yet.

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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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

2009-11-04 Thread Ricardo Díaz Martín
I confirm version is gambas2 2.17(r2409) and I'm using qt applications.


2009/11/4 Benoît Minisini gam...@users.sourceforge.net

  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
 

 OK, but check that you actually compiled revision #2408 or #2409.

 And GTK applications won't work with Gambas 3 on Ubuntu 9.10, because the
 workaround done in revision #2409 was not put in Gambas 3 yet.

 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@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

--
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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

2009-11-04 Thread Ron
Benoît Minisini schreef:
 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,

   
Benoit,

no I dont install it in my home dir, although the strace output showed 
gambas looks there too for libraries, maybe that confused you.

I always do a normal :
svn co
./reconf-all  ./configure -C
sudo make install
So it installs under /usr/local

Anyway,  i just did a svn update to revision 2411 and all works ok again.
Thanks.

Kind regards,
Ron_2nd.

--
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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

2009-11-03 Thread nospam.nospam.nos...@gmail.com
On Tue, 2009-11-03 at 09:04 +0100, Ron wrote:

 When using revision 2407 you cannot start the IDE anymore.

2407, being?

And of course, it's Gambas that's at fault, not you or your OS, yes?

No such problem here, honey, peach, sugar.

 ERROR: #27: Cannot load component 'gb.qt': cannot find library file

DUH!



--
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


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

2009-11-03 Thread Ricardo Díaz Martín
Ron,

I got the same problem with this version (2407) on ubuntu 9.10x86_64

Please nospam, respect!

2009/11/3 Ron r...@cyberjunky.nl

 nospam.nospam.nos...@gmail.com wrote:
  On Tue, 2009-11-03 at 09:04 +0100, Ron wrote:
 
 
  When using revision 2407 you cannot start the IDE anymore.
 
 
  2407, being?
 
  And of course, it's Gambas that's at fault, not you or your OS, yes?
 
  No such problem here, honey, peach, sugar.
 
 
  ERROR: #27: Cannot load component 'gb.qt': cannot find library file
 
 
  DUH!
 
 
 If you don't even know where 2407 stands for, I doubt that you are
 running the same Gambas version as the one I report to have a problem with.

 I'm only trying to help making Gambas even better than it already is,
 your objective is completely unclear to me.

 Regards,
 Ron_2nd.



 --
 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

--
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


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

2009-11-03 Thread Fabien Bodard
ron...

i've stop to compile qt3 libs since ... undred revision

not you ?

is benoit have chage the qt4 libname to qt ?

2009/11/3 Ron r...@cyberjunky.nl:
 nospam.nospam.nos...@gmail.com wrote:
 On Tue, 2009-11-03 at 09:04 +0100, Ron wrote:


 When using revision 2407 you cannot start the IDE anymore.


 2407, being?

 And of course, it's Gambas that's at fault, not you or your OS, yes?

 No such problem here, honey, peach, sugar.


 ERROR: #27: Cannot load component 'gb.qt': cannot find library file


 DUH!


 If you don't even know where 2407 stands for, I doubt that you are
 running the same Gambas version as the one I report to have a problem with.

 I'm only trying to help making Gambas even better than it already is,
 your objective is completely unclear to me.

 Regards,
 Ron_2nd.


 --
 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


--
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


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

2009-11-03 Thread Fabien Bodard
i've a fresh install...

2009/11/3 Ricardo Díaz Martín oceanosoftlapa...@gmail.com:
 I've try to compile gambas3 (from trunk folder) on today and works fine.

 I think there is something in ubuntu 9.10but I don't know yet. I update
 recently to 9.10 from 9.04 and on before I compiled gambas2 whitout
 problems.


 2009/11/3 Fabien Bodard gambas...@gmail.com

 ron...

 i've stop to compile qt3 libs since ... undred revision

 not you ?

 is benoit have chage the qt4 libname to qt ?

 2009/11/3 Ron r...@cyberjunky.nl:
  nospam.nospam.nos...@gmail.com wrote:
  On Tue, 2009-11-03 at 09:04 +0100, Ron wrote:
 
 
  When using revision 2407 you cannot start the IDE anymore.
 
 
  2407, being?
 
  And of course, it's Gambas that's at fault, not you or your OS, yes?
 
  No such problem here, honey, peach, sugar.
 
 
  ERROR: #27: Cannot load component 'gb.qt': cannot find library file
 
 
  DUH!
 
 
  If you don't even know where 2407 stands for, I doubt that you are
  running the same Gambas version as the one I report to have a problem
 with.
 
  I'm only trying to help making Gambas even better than it already is,
  your objective is completely unclear to me.
 
  Regards,
  Ron_2nd.
 
 
 
 --
  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
 


 --
 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

 --
 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


--
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


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

2009-11-03 Thread Ron

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.

 ron...

 i've stop to compile qt3 libs since ... undred revision

 not you ?

 is benoit have chage the qt4 libname to qt ?

 2009/11/3 Ron r...@cyberjunky.nl:
   
 nospam.nospam.nos...@gmail.com wrote:
 
 On Tue, 2009-11-03 at 09:04 +0100, Ron wrote:


   
 When using revision 2407 you cannot start the IDE anymore.

 
 2407, being?

 And of course, it's Gambas that's at fault, not you or your OS, yes?

 No such problem here, honey, peach, sugar.


   
 ERROR: #27: Cannot load component 'gb.qt': cannot find library file

 
 DUH!


   
 If you don't even know where 2407 stands for, I doubt that you are
 running the same Gambas version as the one I report to have a problem with.

 I'm only trying to help making Gambas even better than it already is,
 your objective is completely unclear to me.

 Regards,
 Ron_2nd.


 


--
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


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

2009-11-03 Thread Benoît Minisini
 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


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

2009-11-03 Thread Benoît Minisini
 On Tue, 2009-11-03 at 09:04 +0100, Ron wrote:
  When using revision 2407 you cannot start the IDE anymore.
 
 2407, being?
 
 And of course, it's Gambas that's at fault, not you or your OS, yes?
 
 No such problem here, honey, peach, sugar.
 
  ERROR: #27: Cannot load component 'gb.qt': cannot find library file
 
 DUH!
 

Please don't be mocking or ironical for no reason. Maybe you are just jocking, 
I don't know, as it is a mailing-list, not a true talk. But you will upset 
people stupidly!

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


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

2009-11-03 Thread nospam.nospam.nos...@gmail.com
On Tue, 2009-11-03 at 19:58 +0100, Benoît Minisini wrote:

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

Where is the revision number to be found?


--
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user