Re: [Gambas-user] gb.xml.html: Cannot find -lgb.xml

2012-05-06 Thread tobi
On Sat, 05 May 2012, Benoît Minisini wrote: Le 05/05/2012 14:01, Emanuele Sottocorno a écrit : *** Warning: Linking the shared library gb.xml.html.la against the loadable module *** gb.xml.so is not portable! libtool: relink: g++ -fPIC -DPIC -shared -nostdlib

Re: [Gambas-user] gb.xml.html: Cannot find -lgb.xml

2012-05-06 Thread Fabien Bodard
2012/5/6 tobi tobiasboeg...@googlemail.com On Sat, 05 May 2012, Benoît Minisini wrote: Le 05/05/2012 14:01, Emanuele Sottocorno a écrit : *** Warning: Linking the shared library gb.xml.html.la against the loadable module *** gb.xml.so is not portable! libtool: relink: g++ -fPIC

Re: [Gambas-user] gb.xml.html: Cannot find -lgb.xml

2012-05-06 Thread tobi
On Sun, 06 May 2012, Fabien Bodard wrote: 2012/5/6 tobi tobiasboeg...@googlemail.com On Sat, 05 May 2012, Benoît Minisini wrote: Le 05/05/2012 14:01, Emanuele Sottocorno a écrit : *** Warning: Linking the shared library gb.xml.html.la against the loadable module *** gb.xml.so

Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-06 Thread Christer Johansson
gambas3 packages for debian are close to release, hopefully a matter of weeks. Thanks for the heads-up and looking forward to the release. I'm looking for the following two basic components so I can get Gambas 3 CLI programs running on my NAS running Debian Lenny on ARM... can you

Re: [Gambas-user] gb.xml.html: Cannot find -lgb.xml

2012-05-06 Thread Fabien Bodard
do it ! -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security,

Re: [Gambas-user] gb.xml.html: Cannot find -lgb.xml

2012-05-06 Thread tobi
On Sun, 06 May 2012, Fabien Bodard wrote: do it ! -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond.

Re: [Gambas-user] gb.xml.html: Cannot find -lgb.xml

2012-05-06 Thread Fabien Bodard
2012/5/6 tobi tobiasboeg...@googlemail.com On Sun, 06 May 2012, Fabien Bodard wrote: do it ! -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat

Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-06 Thread Ian Haywood
On Sun, May 6, 2012 at 7:55 PM, Christer Johansson li...@hth.com wrote: I also have RasPi's Debian 6 image running in QEMU ARM emulator so maybe another option could be to compile it there and them somehow manually lift over the gambas3-runtime and gambas3-gb-net components to the NAS, any

Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-06 Thread Christer Johansson
ON the emulated RasPi install kendek's ubuntu packages from https://launchpad.net/~nemh/+archive/gambas3 to your sources.list. then grab all the dependencies apt-get build-dep gambas3 then grab the source code itself apt-get source gambas3 you may have to try different ubuntu

[Gambas-user] SVN - Rev. 4717 fails its installation too...

2012-05-06 Thread Ru Vuott
Hello, I tried update with new rev. 4717, but I'm sorry to give you the sad news that installation failed ! :-( This is the finel part of Make Install: main.c:96:6: error: conflicting types for 'Init' main.c:33:6: note: previous declaration of 'Init' was here main.c: In function 'Init':

[Gambas-user] SVN - Rev. 4717 fails its installation too... - BIS

2012-05-06 Thread Ru Vuott
...it seems problem, now, is gb.opengl ! -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions

[Gambas-user] Gambas 3 arrays usage

2012-05-06 Thread RICHARD WALKER
Greetings to the list on a fine Sunday afternoon (should be outside enjoying it instead of hacking on a new project!). I am having difficulty understanding the correct way to program with arrays in Gambas 3. The documentation has this warning notice: In Gambas 3, embedded arrays cannot be used

[Gambas-user] Packaging - rpmbuild

2012-05-06 Thread Bruce Bruen
Me again! :-) Houston , we have a problem! I'm not too sure how to characterise this but, I'll start along these lines: 1) I'm fairly sure that rpmbuild (and friends) depends on some pretty stable autotools stuff in the source archive. For this reason I have been harping on about getting the

Re: [Gambas-user] Gambas 3 arrays usage

2012-05-06 Thread Emil Lenngren
Embedded arrays are declared like this: Public ArrayOfStrings[5] As String While normal arrays are declared like Dim ArrayOfStrings As New String[5] or Public ArrayOfStrings As New String[5] I can agree the documentation is maybe a bit strange... Embedded arrays take upp less space since the

Re: [Gambas-user] Gambas 3 arrays usage

2012-05-06 Thread GMail
On Sun, 2012-05-06 at 13:06 +0100, RICHARD WALKER wrote: Greetings to the list on a fine Sunday afternoon (should be outside enjoying it instead of hacking on a new project!). I am having difficulty understanding the correct way to program with arrays in Gambas 3. The documentation has this

Re: [Gambas-user] SVN - Rev. 4717 fails its installation too...

2012-05-06 Thread GMail
On Sun, 2012-05-06 at 12:57 +0100, Ru Vuott wrote: Hello, I tried update with new rev. 4717, but I'm sorry to give you the sad news that installation failed ! :-( This is the finel part of Make Install: main.c:96:6: error: conflicting types for 'Init' main.c:33:6: note: previous

Re: [Gambas-user] Gambas 3 arrays usage

2012-05-06 Thread Bruce Bruen
Oops. There was no racial slur intended there. B In fact I'm particularly fond of the belle cuisine française especially dishes like escargots grillés au beurre avec des champignons, les échalotes, le piment, l'ail et du fromage de lait de chèvre dans les cendres. ... damn I just knew that

Re: [Gambas-user] gb3: Object Enumeration GUI Glitch

2012-05-06 Thread Adrien Prokopowicz
Le dimanche 6 mai 2012 11:52:02 Kevin Fishburne a écrit : I'm using Kubuntu 12.04 with acceleration using the binary NVIDIA drivers (not sure that any of that makes a difference). Often when viewing an object's list of properties or methods via the IDE's pop-up which appears while typing, the

Re: [Gambas-user] gb3: Object Enumeration GUI Glitch

2012-05-06 Thread Benoît Minisini
Le 06/05/2012 17:03, Adrien Prokopowicz a écrit : Le dimanche 6 mai 2012 11:52:02 Kevin Fishburne a écrit : I'm using Kubuntu 12.04 with acceleration using the binary NVIDIA drivers (not sure that any of that makes a difference). Often when viewing an object's list of properties or methods via

Re: [Gambas-user] Gambas 3 arrays usage

2012-05-06 Thread RICHARD WALKER
Well thank you all, in particular I am now delighted to understand the difference between Public ArrayOfStrings[5] As String AND--- Public ArrayOfStrings As New String[5] That has puzzled me for YEARS. I would usually just try combinations of dimensioning the identifier or the type name

Re: [Gambas-user] SVN - Rev. 4717 fails its installation too... - BIS

2012-05-06 Thread Benoît Minisini
Le 06/05/2012 14:00, Ru Vuott a écrit : ...it seems problem, now, is gb.opengl ! Sorry, it's my fault. I will fix that as soon as possible. -- Benoît Minisini -- Live Security Virtual Conference Exclusive live event

Re: [Gambas-user] Gambas 3 arrays usage

2012-05-06 Thread Benoît Minisini
Le 06/05/2012 19:41, RICHARD WALKER a écrit : Well thank you all, in particular I am now delighted to understand the difference between Public ArrayOfStrings[5] As String AND--- Public ArrayOfStrings As New String[5] That has puzzled me for YEARS. I would usually just try combinations

Re: [Gambas-user] gb3: Object Enumeration GUI Glitch

2012-05-06 Thread Kevin Fishburne
On 05/06/2012 01:41 PM, Benoît Minisini wrote: Le 06/05/2012 17:03, Adrien Prokopowicz a écrit : Le dimanche 6 mai 2012 11:52:02 Kevin Fishburne a écrit : I'm using Kubuntu 12.04 with acceleration using the binary NVIDIA drivers (not sure that any of that makes a difference). Often when

[Gambas-user] Issue 247 in gambas: gb.settings - Settings.Clear's argument should be optional

2012-05-06 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 247 by sebi...@gmail.com: gb.settings - Settings.Clear's argument should be optional http://code.google.com/p/gambas/issues/detail?id=247 Being the syntax according to

Re: [Gambas-user] Gambas 3 arrays usage

2012-05-06 Thread RICHARD WALKER
Sorry for the difficulty of that syntax! Embedded arrays were done so that it is possible to mimic a memory structure declared in a C library. Otherwise there is no real reason to use them. Regards, Ah, so this is something I may need to use if trying to call a function in an external

Re: [Gambas-user] Gambas 3 arrays usage

2012-05-06 Thread Emil Lenngren
Maybe this fact should be written in the documentation? 2012/5/6 RICHARD WALKER richard.j.wal...@ntlworld.com Sorry for the difficulty of that syntax! Embedded arrays were done so that it is possible to mimic a memory structure declared in a C library. Otherwise there is no real

[Gambas-user] SVN - Rev. 4718 fails its installation...

2012-05-06 Thread Ru Vuott
Sorry, it's my fault. I will fix that as soon as possible. -- Benoît Minisini Don't worry, Benoît. All we help you by passing to you the needed informations to solve the problems. Well, I tried to update by Rev. 4718, but... an error again: ... /usr/bin/ld: cannot find -lgb.xml

Re: [Gambas-user] SVN - Rev. 4718 fails its installation...

2012-05-06 Thread Benoît Minisini
Le 06/05/2012 22:30, Ru Vuott a écrit : Sorry, it's my fault. I will fix that as soon as possible. -- Benoît Minisini Don't worry, Benoît. All we help you by passing to you the needed informations to solve the problems. Well, I tried to update by Rev. 4718, but... an error again: Did

Re: [Gambas-user] SVN - Rev. 4718 fails its installation...

2012-05-06 Thread Ru Vuott
Did you do a ./reconf ./configure -C before recompiling? Yes, I do. The sequence is: 1) ~ $ svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/ 2) ~ $ cd trunk 3) ~ $ ./reconf-all 4) ~ $ ./configure -C 5) ~ $ make sudo make install I followed always this

[Gambas-user] SVN - Rev. 4719 fails........

2012-05-06 Thread Ru Vuott
I'm sorry... but Rev. 4719 fails its installation: .. /usr/bin/ld: cannot find -lgb.xml collect2: ld returned 1 exit status libtool: install: error: relink `gb.xml.html.la' with the above command before installing it make[4]: *** [install-gblibLTLIBRARIES] Error 1 make[4]: Leaving directory

Re: [Gambas-user] SVN - Rev. 4719 fails........

2012-05-06 Thread Adrien Prokopowicz
Le dimanche 6 mai 2012 22:34:26 Ru Vuott a écrit : I'm sorry... but Rev. 4719 fails its installation: .. /usr/bin/ld: cannot find -lgb.xml collect2: ld returned 1 exit status libtool: install: error: relink `gb.xml.html.la' with the above command before installing it make[4]: ***

Re: [Gambas-user] SVN - Rev. 4719 fails........

2012-05-06 Thread Benoît Minisini
Le 06/05/2012 23:34, Ru Vuott a écrit : I'm sorry... but Rev. 4719 fails its installation: .. /usr/bin/ld: cannot find -lgb.xml collect2: ld returned 1 exit status libtool: install: error: relink `gb.xml.html.la' with the above command before installing it make[4]: ***

Re: [Gambas-user] SVN - Rev. 4719 fails........

2012-05-06 Thread Ru Vuott
Check again, I think you are doing something wrong. Uh but what should I do exactly ? :-( -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat

Re: [Gambas-user] SVN - Rev. 4719 fails........

2012-05-06 Thread Benoît Minisini
Le 06/05/2012 23:46, Ru Vuott a écrit : Check again, I think you are doing something wrong. Uh but what should I do exactly ? :-( Check the file I told you in my mail: gb.xml/src/html/Makefile.am -- Benoît Minisini

[Gambas-user] gb.xml/src/html/Makefile.am

2012-05-06 Thread Ru Vuott
Check the file I told you in my mail: gb.xml/src/html/Makefile.am -- Benoît Minisini Ok, it is there. However, I solved problem via make clear before launching Make. But, Benoit, thank you for your help. Ciao Vuott

[Gambas-user] Make clear befor Make

2012-05-06 Thread Ru Vuott
Adrin ! I launched Make clear befor Make Your suggestion was decisive ! Installation was OK !!! Thank you, very much ! Tibi gratias ago ! Vuott -- Live Security Virtual Conference Exclusive live event will cover

Re: [Gambas-user] About library and component packaging in Gambas 3

2012-05-06 Thread Benoît Minisini
Le 06/05/2012 04:58, Bruce Bruen a écrit : (New sub-thread) .info has disappeared If a project has its type set to Component now, when it is compiled (or Make Executable) there is no .info file created in the project directory any more. Is this by design? (Because the autotools install

Re: [Gambas-user] About library and component packaging in Gambas 3

2012-05-06 Thread GMail
On Mon, 2012-05-07 at 00:40 +0200, Benoît Minisini wrote: Le 06/05/2012 04:58, Bruce Bruen a écrit : (New sub-thread) .info has disappeared If a project has its type set to Component now, when it is compiled (or Make Executable) there is no .info file created in the project directory

Re: [Gambas-user] About library and component packaging in Gambas 3

2012-05-06 Thread Benoît Minisini
Le 07/05/2012 01:18, GMail a écrit : Do you have a .list file too ? Can you send me the project ? Sorry Benoît, In the clear light of day, I see that this was my error. In a frenzied fit of code cleaning, I deleted the only class that was exported from the component :-( Bruce The

Re: [Gambas-user] About library and component packaging in Gambas 3

2012-05-06 Thread Bruce Bruen
On Mon, 2012-05-07 at 01:20 +0200, Benoît Minisini wrote: The autotools packager should work anyway, even if a component with no exported class seems to not be really useful. :-) OK, (but I wouldn't really consider this worth fixing) Source archive for a no exports component attached.