Re: [Gambas-user] Unable to make lastest build

2011-01-30 Thread Ricardo Díaz Martín
Jhon, I recommend to you that complete delete the trunk folder, create again and after: svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/ ./reconf-all && ./configure -C && make sudo make install I have got some problems like this in the past and after a "clean installa

Re: [Gambas-user] svn automation scripts

2011-01-30 Thread Michael
John, here is a list of commands which somebody gave me as a newbie. It just gets the updates not the whole source code. sudo -i cd trunk svn update ./reconf ./configure -C make Regards Michael On 31/01/11 13:57, John Spikowski wrote: > List, > > I'm a little late to the party but excited by h

[Gambas-user] Puzzle 1 to 8 Game

2011-01-30 Thread John Spikowski
I noticed the following error messages in the IDE console window. (Puzzle1To8:23445): GLib-CRITICAL **: g_ascii_strup: assertion `str != NULL' failed (Puzzle1To8:23445): Gdk-CRITICAL **: IA__gdk_keyval_from_name: assertion `keyval_name != NULL' failed I was clicking on the squares and typing in

[Gambas-user] A few questions

2011-01-30 Thread John Spikowski
BTW: I fixed my running as root when I shouldn't have problem. The following commands will recursively change your owner and group permissions for files and directories. *** FILES *** find . -type f -exec chown -R me {} \; find . -type f -exec chgrp -R me {} \; *** DIRECTORIES *** find . -type d

Re: [Gambas-user] svn automation scripts

2011-01-30 Thread richard terry
On Monday 31 January 2011 13:57:08 John Spikowski wrote: Just rebuilding dosn't seem to take long John (I'm using kubuntu 9.0) I just do as per web side svn update, ./reconf-all ./configure make make install. However I do watch the svnversion of the currently working one so I can roll back if

[Gambas-user] svn automation scripts

2011-01-30 Thread John Spikowski
List, I'm a little late to the party but excited by how much progress Gambas has made since my first introduction around 1.7. I'm also rather new to using svn as a tool to keep in sync with the dev team of such a large project. What is a reasonable method of updating your local trunk and doing an

Re: [Gambas-user] Issue 22 in gambas: Filling gridview explicitly doesn't work in gtk+

2011-01-30 Thread gambas
Updates: Status: Fixed Comment #3 on issue 22 by benoit.m...@gmail.com: Filling gridview explicitly doesn't work in gtk+ http://code.google.com/p/gambas/issues/detail?id=22 Fixed in revision #3523. -- Special

Re: [Gambas-user] Issue 22 in gambas: Filling gridview explicitly doesn't work in gtk+

2011-01-30 Thread gambas
Updates: Status: Accepted Labels: -Version -GUI-Any Version-TRUNK GUI-GTK Comment #2 on issue 22 by benoit.m...@gmail.com: Filling gridview explicitly doesn't work in gtk+ http://code.google.com/p/gambas/issues/detail?id=22 (No comment was entered for this change.) ---

Re: [Gambas-user] Issue 22 in gambas: Filling gridview explicitly doesn't work in gtk+

2011-01-30 Thread gambas
Comment #1 on issue 22 by zachsmit...@gmail.com: Filling gridview explicitly doesn't work in gtk+ http://code.google.com/p/gambas/issues/detail?id=22 Also, as seen in the example, the row and column numbers assigned to each cell are reversed.

[Gambas-user] Issue 22 in gambas: Filling gridview explicitly doesn't work in gtk+

2011-01-30 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 22 by zachsmit...@gmail.com: Filling gridview explicitly doesn't work in gtk+ http://code.google.com/p/gambas/issues/detail?id=22 1) Filling gridview explicitly doesn't p

Re: [Gambas-user] Unable to make lastest build

2011-01-30 Thread John Spikowski
On Sun, 2011-01-30 at 21:38 +0100, Benoît Minisini wrote: > man chmod / man chown ;-) I was wondering if only a file or two was affected by my misuse of sudo? I didn't want to have to do a recursive chmod/chgrp if it wasn't needed. Thanks, I'll figure it out.

Re: [Gambas-user] Unable to make lastest build

2011-01-30 Thread Benoît Minisini
> On Sun, 2011-01-30 at 21:03 +0100, Benoît Minisini wrote: > > You must do ./reconf && ./configure -C as a normal user. Only "make > > install" must be done as root. > > I think I painted myself into a corner. I'm unable to ./configure -C as > 'jrs'. (permission error) > > Is there a quick way t

[Gambas-user] Unable to make lastest build

2011-01-30 Thread John Spikowski
On Sun, 2011-01-30 at 21:03 +0100, Benoît Minisini wrote: > You must do ./reconf && ./configure -C as a normal user. Only "make install" > must be done as root. I think I painted myself into a corner. I'm unable to ./configure -C as 'jrs'. (permission error) Is there a quick way to reset my per

Re: [Gambas-user] Issue 6 in gambas: signal #11 with Gtk+

2011-01-30 Thread gambas
Updates: Status: NeedsInfo Comment #12 on issue 6 by benoit.m...@gmail.com: signal #11 with Gtk+ http://code.google.com/p/gambas/issues/detail?id=6 (No comment was entered for this change.) -- Special Offer-- Do

Re: [Gambas-user] Unable to make lastest build

2011-01-30 Thread Benoît Minisini
> On Sun, 2011-01-30 at 20:03 +0100, Benoît Minisini wrote: > > > I received the following error when doing a make (after a configure -C) > > > This is the first time I have been unable to compile 3. (done 1/2 dozen > > > time in the past) > > > > When source files are removed, you have to do a ./

Re: [Gambas-user] Issue 19 in gambas: Popup Menu does not pop up with GTK+

2011-01-30 Thread gambas
Updates: Status: Fixed Comment #3 on issue 19 by benoit.m...@gmail.com: Popup Menu does not pop up with GTK+ http://code.google.com/p/gambas/issues/detail?id=19 Fixed in revision #3520. -- Special Offer-- Down

[Gambas-user] Unable to make lastest build

2011-01-30 Thread John Spikowski
On Sun, 2011-01-30 at 20:03 +0100, Benoît Minisini wrote: > > I received the following error when doing a make (after a configure -C) > > This is the first time I have been unable to compile 3. (done 1/2 dozen > > time in the past) > > > When source files are removed, you have to do a ./reconf && .

Re: [Gambas-user] Issue 2 in gambas: No native gambas for Windows platforms

2011-01-30 Thread gambas
Updates: Labels: GUI-Any Desktop-Other Comment #5 on issue 2 by benoit.m...@gmail.com: No native gambas for Windows platforms http://code.google.com/p/gambas/issues/detail?id=2 (No comment was entered for this change.) --

Re: [Gambas-user] Issue 1 in gambas: Gambas 3 has not been release yet

2011-01-30 Thread gambas
Updates: Labels: GUI-Any Desktop-Any Comment #3 on issue 1 by benoit.m...@gmail.com: Gambas 3 has not been release yet http://code.google.com/p/gambas/issues/detail?id=1 (No comment was entered for this change.) -

Re: [Gambas-user] Issue 2 in gambas: No native gambas for Windows platforms

2011-01-30 Thread gambas
Updates: Labels: -Version-Any -OpSys-Any -Dist-Any Version-TRUNK OpSys-Windows Dist-Other Comment #4 on issue 2 by benoit.m...@gmail.com: No native gambas for Windows platforms http://code.google.com/p/gambas/issues/detail?id=2 (No comment was entered for this change.) -

Re: [Gambas-user] Issue 6 in gambas: signal #11 with Gtk+

2011-01-30 Thread gambas
Updates: Labels: GUI-GTK Comment #11 on issue 6 by benoit.m...@gmail.com: signal #11 with Gtk+ http://code.google.com/p/gambas/issues/detail?id=6 (No comment was entered for this change.) -- Special Offer-- Down

Re: [Gambas-user] Issue 20 in gambas: Network socket read string[] fails - seg11 crash

2011-01-30 Thread gambas
Updates: Labels: -Version -Type-Bug Version-TRUNK Type-Crash Comment #3 on issue 20 by benoit.m...@gmail.com: Network socket read string[] fails - seg11 crash http://code.google.com/p/gambas/issues/detail?id=20 (No comment was entered for this change.)

Re: [Gambas-user] Issue 21 in gambas: Button.Default and Button.Cancel does not work with GTK+

2011-01-30 Thread gambas
Updates: Status: Fixed Labels: -Version -GUI-Any Version-TRUNK GUI-GTK Comment #1 on issue 21 by benoit.m...@gmail.com: Button.Default and Button.Cancel does not work with GTK+ http://code.google.com/p/gambas/issues/detail?id=21 Fixed in revision #3519. ---

Re: [Gambas-user] Issue 20 in gambas: Network socket read string[] fails - seg11 crash

2011-01-30 Thread gambas
Updates: Status: NeedsInfo Comment #2 on issue 20 by benoit.m...@gmail.com: Network socket read string[] fails - seg11 crash http://code.google.com/p/gambas/issues/detail?id=20 I cannot reproduce the crash. Please provide two little projects that reproduces the bug (one for the clien

Re: [Gambas-user] Unable to make lastest build

2011-01-30 Thread Benoît Minisini
> I received the following error when doing a make (after a configure -C) > This is the first time I have been unable to compile 3. (done 1/2 dozen > time in the past) > > /usr/bin/moc-qt4 -o CIconView_moc.cpp CIconView.h > moc: CIconView.h: No such file > make[5]: *** [CIconView_moc.cpp] Error 1

[Gambas-user] Unable to make lastest build

2011-01-30 Thread John Spikowski
I received the following error when doing a make (after a configure -C) This is the first time I have been unable to compile 3. (done 1/2 dozen time in the past) /usr/bin/moc-qt4 -o CIconView_moc.cpp CIconView.h moc: CIconView.h: No such file make[5]: *** [CIconView_moc.cpp] Error 1 make[5]: Leavi

Re: [Gambas-user] gb3: incorrect result from equation using singles

2011-01-30 Thread Kevin Fishburne
On 01/27/2011 08:07 PM, Benoît Minisini wrote: >> The variables cx and Client.relx are of datatype single. The initial >> value of cx is 0 and Client.relx is 51. The code >> >> cx = (cx + Client.relx) / 2 >> >> assigns the value 0 to cx. It should be 25.5. >> >> When I enter >> >> ?(cx + Client.rel

Re: [Gambas-user] Issue 7 in gambas: font size of tabstrip control inherited by child controls

2011-01-30 Thread gambas
Updates: Status: Fixed Comment #3 on issue 7 by benoit.m...@gmail.com: font size of tabstrip control inherited by child controls http://code.google.com/p/gambas/issues/detail?id=7 The behaviour of gb.qt4 is the good one. The bug has been fixed in revision #3517. -

Re: [Gambas-user] ListView with spaces help

2011-01-30 Thread Werner
On 30/01/11 03:17, Nicolas Koch wrote: > I have a populated ListView and I want to run commands from the list, but > the list items with spaces won't work in SHELL or EXEC. > > Message.Info(ListView.Current.Text) will return the list item with spaces as > it should ie. "this is test" > > however wh