[Gambas-user] Re; Webcams ...

2009-01-05 Thread Gareth Bult
Hi, 

I notice that the webcam demo doesn't work for me , I just get a blank screen 
.. I also notice that the module is called gb.v4l and my webcam seems to use 
v4l2 in other software where it works fine .. anyone know if this is likely 
to be why I don't get a picture? (i.e. no v4l2 support in Gambas?) 

tia 

Gareth. 

-- 
Managing Director, Encryptec Limited 
Tel: 0845 5082719, Mob: 0785 3305393 
Email: gar...@encryptec.net 
Statements made are at all times subject to Encryptec's Terms and Conditions of 
Business, which are available upon request. 
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Gambas3 compilation problem

2009-01-05 Thread Jussi Lahtinen
Little correction to phase 1, version was 2.7 (from Ubuntu
repository), and version 2.9 was removed manually.
But that seems not to make any difference..? All version were removed
at phase 1.

BTW maybe README section should link to http://gambasdoc.org/help/install ?


Jussi



On Sun, Jan 4, 2009 at 9:05 PM, Jussi Lahtinen jussi.lahti...@gmail.com wrote:
 Hi!
 Back from vacation...
 And new information about my compilation problems.
 I've done this (@ Ubuntu 8.10 64bit, NOTICE! with libtool 2.2.4):

 1. Remove Gamas2.9 with synaptic.

 2. Download Gambas2.10.2.

 3. Extract it to /usr/src

 4. sudo ./configure -C

 5. sudo make

 6. sudo make install

  And everything seems to work perfectly!
  (Except I don't remember where I can find Gambas icon for the shortcut...)

 So, now I'm planning to send output of compilation to you, but first...
 I think that command;
 ( ./configure; make; make install )  output.txt 21
 Isn't right for me. Because I'm very new to linux I'm not sure how to fix it.

 I think;
 ( sudo ./configure -C;sudo make;sudo make install )  output.txt 21
 or
 sudo ( ./configure -C; make; make install )  output.txt 21

 But I prefer to be sure what I'm doing with sudo... so enlighten me.
 Also I didn't quite understand what that -C does (taken from
 http://gambas.sourceforge.net/  section README).

 Maybe ./reconf and libtool 2.2.4 doesn't mix well... I don't know, and
 I still have problems compiling Gambas3, as
 I explained at previous message.


 Thank you, and very happy new year to you all !!!


 Jussi



 On Wed, Dec 17, 2008 at 7:35 PM, Jussi Lahtinen
 jussi.lahti...@gmail.com wrote:
 That's odd... since I already compiled Gambas2.9 without problems with
 libtool 2.2.4 !

 Really? Can you send me the full output of the compilation of Gambas 2.9 
 with
 libtool 2.2.4? If you don't know how to do that, it is explained on the
 website ('Reporting a problem' page).

  Ok, I tried to ./reconf on gambas2.9 source folder, and I got exactly
 same errors
  than with gambas3 source.
  I'm pretty confused right now.
  I upgraded Ubuntu 8.04 to 8.10 at 31 Oct 2008. Then I found gambas
 and I installed
  it from ubuntu repository. I noticed that it is not latest version so
 I compiled 2.9 from
  source at 19 Nov 2008. So when has libtool version changed?
  I assumed libtool 2.2.4 was shipped with Ubuntu 8.10.
  So I have no clue which libtool version I really had when I compiled 2.9.


 You must download the package first I suppose...

  Hah! Crap... of course. That command doesn't use repositories...

 Ok, I downloaded libtool 1.5.

 Then:
 sudo dpkg --force-downgrade -i libtool_1.5.26-1ubuntu1_amd64.deb

   Done ok.


 Then:
 svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/

   Checked out revision 1742.


 Then:
 ./reconf-all

 And I get these two lines:

 configure.ac: required file `./mkinstalldirs' not found
 autoreconf: automake failed with exit status: 1


 Jussi



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


Re: [Gambas-user] Gambas3 compilation problem

2009-01-05 Thread Benoit Minisini
On lundi 5 janvier 2009, Jussi Lahtinen wrote:

 BTW maybe README section should link to http://gambasdoc.org/help/install ?


Done!

-- 
Benoit Minisini

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


[Gambas-user] Void key on Forms Update

2009-01-05 Thread richard terry
Benoit,

Had two forms on the update with this error message.
BTW will read the changelog today, didn't know I had to do this.

Regards

Richard
attachment: void_key.png--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Void key on Forms Update - sample crashed form

2009-01-05 Thread Benoit Minisini
On lundi 5 janvier 2009, richard terry wrote:
 On Tue, 6 Jan 2009 08:25:19 am richard terry wrote:
  Benoit,
 
  Had two forms on the update with this error message.
  BTW will read the changelog today, didn't know I had to do this.
 
  Regards
 
  Richard

 There are two forms which fail to load in 1784 (1788 itself compiles but
 gambas won't run at all). The message involves the same backcolor dosn't
 exist in label. Ok.  But how does one fix this. There is no reference at
 all to backcolor in the code (its a dummy form I put in as a filler form to
 be replaced in the future).

 Yes I can easy just remove the label and replace it, but as the other of my
 two forms with a similar problem is quite complex, It would be nice to know
 how to fix it without manually removing and replacing all the labels.

 I attatch the form/class file which as  you can see are essentially empty.

Just wait a little, I will commit a new revision that should fix your 
problems. But beware, you will find work in progress in it!

-- 
Benoit Minisini

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